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.
Use bazel build rules from fbgemm (pytorch#36339)
Summary: Pull Request resolved: pytorch#36339 Test Plan: CI Differential Revision: D21004672 Pulled By: malfet fbshipit-source-id: 8ce5b436686cfb70141104aa6722c8cc13609caa
- Loading branch information
1 parent
3526627
commit 5a7f889
Showing
5 changed files
with
4 additions
and
257 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Submodule fbgemm
updated
13 files
+28 −14 | BUILD.bazel | |
+1 −1 | CMakeLists.txt | |
+10 −5 | defs.bzl | |
+0 −15 | src/FbgemmBfloat16Convert.cc | |
+0 −24 | src/FbgemmFloat16Convert.cc | |
+2 −6 | src/FbgemmI8Depthwise2DAvx2-inl.h | |
+2 −6 | src/FbgemmI8Depthwise3DAvx2.cc | |
+29 −1 | src/FbgemmI8DepthwiseAvx2-inl.h | |
+2 −25 | src/GenerateI8Depthwise.cc | |
+1 −3 | src/GenerateI8Depthwise.h | |
+40 −0 | src/RefImplementations.cc | |
+52 −0 | src/TransposeUtils.cc | |
+0 −39 | src/Utils.cc |
This file was deleted.
Oops, something went wrong.