Skip to content

Commit

Permalink
Add GenerateI8Depthwise.cc to bazel build definition of fbgemm (#36144)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #36144

Differential Revision: D20894322

Pulled By: malfet

fbshipit-source-id: 306702d4c6e2c79fef2345b0befd101d0a9317bf
  • Loading branch information
malfet authored and facebook-github-bot committed Apr 7, 2020
1 parent 16d9bcd commit 444073e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions third_party/fbgemm.BUILD
Expand Up @@ -22,6 +22,7 @@ cc_library(
"src/FbgemmFloat16Convert.cc",
"src/FbgemmI64.cc",
"src/FbgemmI8Spmdm.cc",
"src/GenerateI8Depthwise.cc",
"src/GenerateKernelU8S8S32ACC16.cc",
"src/GenerateKernelU8S8S32ACC16Avx512.cc",
"src/GenerateKernelU8S8S32ACC16Avx512VNNI.cc",
Expand Down Expand Up @@ -49,6 +50,7 @@ cc_library(
"src/ExecuteKernelGeneric.h",
"src/ExecuteKernelU8S8.h",
"src/FbgemmFP16Common.h",
"src/GenerateI8Depthwise.h",
"src/GenerateKernel.h",
"src/GroupwiseConv.h",
"src/RefImplementations.h",
Expand Down Expand Up @@ -119,6 +121,7 @@ cc_library(
"src/FbgemmFP16UKernelsAvx2.h",
"src/FbgemmI8Depthwise2DAvx2-inl.h",
"src/FbgemmI8DepthwiseAvx2-inl.h",
"src/GenerateI8Depthwise.h",
"src/MaskAvx2.h",
"src/OptimizedKernelsAvx2.h",
"src/TransposeUtils.h",
Expand Down

0 comments on commit 444073e

Please sign in to comment.