forked from pytorch/pytorch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule fbgemm
updated
20 files
+0 −2 | CMakeLists.txt | |
+0 −21 | bench/BenchUtils.cc | |
+0 −4 | bench/BenchUtils.h | |
+0 −42 | bench/SpConvFP32Benchmark.cc | |
+0 −57 | bench/SpConvI8Benchmark.cc | |
+0 −64 | bench/SpMMFP32Benchmark.cc | |
+0 −71 | bench/SpMMI8Benchmark.cc | |
+0 −28 | include/fbgemm/FbgemmSpConv.h | |
+0 −120 | include/fbgemm/FbgemmSpMM.h | |
+5 −16 | include/fbgemm/Utils.h | |
+0 −362 | src/FbgemmSpConv.cc | |
+0 −465 | src/FbgemmSpMM-inl.h | |
+0 −1,087 | src/FbgemmSpMM.cc | |
+2 −2 | src/GenerateKernel.h | |
+0 −50 | src/RefImplementations.cc | |
+2 −13 | src/RefImplementations.h | |
+0 −85 | test/SpConvFP32Test.cc | |
+0 −96 | test/SpConvI8Test.cc | |
+0 −149 | test/SpMMFP32Test.cc | |
+0 −127 | test/SpMMI8Test.cc |