We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79f47fa commit f22f361Copy full SHA for f22f361
src/PackWeightMatrixForGConv.cc
@@ -9,7 +9,6 @@
9
#define FBGEMM_EXPORTS
10
#include <cpuinfo.h>
11
#include <cassert>
12
-#include <iomanip>
13
#include <numeric>
14
#include "./RefImplementations.h" // @manual
15
#include "fbgemm/Fbgemm.h"
src/PackWeightsForDirectConv.cc
@@ -11,7 +11,6 @@
#if defined(__x86_64__) || defined(__i386__) || \
(defined(_MSC_VER) && (defined(_M_X64) || defined(_M_IX86)))
-#include <immintrin.h>
#endif
16
17
@@ -27,7 +26,6 @@
27
26
#include "./OptimizedKernelsAvx2.h" // @manual
28
29
#include "./TransposeUtils.h" // @manual
30
-#include "fbgemm/QuantUtilsAvx512.h"
31
namespace fbgemm {
32
33
PackedDirectConvMatrix::PackedDirectConvMatrix(
0 commit comments