2 files changed
+2
-2
lines changed- CMakeLists.txt+2
- bench/ConvUnifiedBenchmark.cc+309
- bench/Depthwise3DBenchmark.cc+1-1
- bench/DepthwiseBenchmark.cc+1-1
- include/fbgemm/ConvUtils.h+1-1
- include/fbgemm/Fbgemm.h+120
- include/fbgemm/FbgemmI8DepthwiseAvx2.h+175
- include/fbgemm/Utils.h+5
- src/FbgemmConv.cc+222
- src/FbgemmI8DepthwiseAvx2.cc+1-1
- src/FbgemmI8DepthwiseAvx2.h+3-1
- src/GroupwiseConv.h+6-4
- src/GroupwiseConvAcc32Avx2.cc+113-80
- src/PackBMatrix.cc+53-2
- src/PackWeightMatrixForGConv.cc+3-1
- src/PackWeightsForConv.cc+71
- src/RefImplementations.cc+23-5
- src/RefImplementations.h+11-20
- test/I8DepthwiseTest.cc+1-1
- test/Im2ColFusedRequantizeTest.cc+2-2
- test/UniConvPackingTest.cc+148
0 commit comments