Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/FBGEMM.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbgemmI8DepthwiseAvx2.h')
-rw-r--r--src/FbgemmI8DepthwiseAvx2.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/FbgemmI8DepthwiseAvx2.h b/src/FbgemmI8DepthwiseAvx2.h
index 069ff77..e2730df 100644
--- a/src/FbgemmI8DepthwiseAvx2.h
+++ b/src/FbgemmI8DepthwiseAvx2.h
@@ -4,7 +4,8 @@
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree.
*/
-#pragma once
+#ifndef I8DEPTHWISE_H
+#define I8DEPTHWISE_H
#include <cstdint>
#include "fbgemm/FbgemmBuild.h"
@@ -170,3 +171,4 @@ FBGEMM_API void depthwise_3x3x3_per_channel_quantization_pad_1(
int num_threads = 1);
} // namespace fbgemm
+#endif