Skip to content

Commit

Permalink
split groupConv kernel from instruction specific code (pytorch#412)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: pytorch#412

split groupConv file into architecture-specifc and architecture-agnostic file

Reviewed By: dskhudia

Differential Revision: D23202000

fbshipit-source-id: 235fce2b265b90c9084272366cd84dfe2a43ce9a
  • Loading branch information
YazhiGao authored and facebook-github-bot committed Aug 19, 2020
1 parent a3733e0 commit 685149b
Show file tree
Hide file tree
Showing 5 changed files with 1,613 additions and 1,579 deletions.
1 change: 1 addition & 0 deletions defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def get_fbgemm_generic_srcs(with_base = False):
"src/GenerateKernelU8S8S32ACC16Avx512VNNI.cc",
"src/GenerateKernelU8S8S32ACC32.cc",
"src/GenerateKernelU8S8S32ACC32Avx512VNNI.cc",
"src/GroupwiseConv.cc",
"src/GroupwiseConvAcc32Avx2.cc",
"src/PackAMatrix.cc",
"src/PackAWithIm2Col.cc",
Expand Down
Loading

0 comments on commit 685149b

Please sign in to comment.