mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[Fast Packing] Add packing ukernels to gemm config (#142191)
Add file to buck build Differential Revision: [D66692673](https://our.internmc.facebook.com/intern/diff/D66692673/) **NOTE FOR REVIEWERS**: This PR has internal Meta-specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D66692673/)! Pull Request resolved: https://github.com/pytorch/pytorch/pull/142191 Approved by: https://github.com/kirklandsign, https://github.com/digantdesai
This commit is contained in:
committed by
PyTorch MergeBot
parent
0f6bfc58a2
commit
20718cdebb
1
third_party/xnnpack.buck.bzl
vendored
1
third_party/xnnpack.buck.bzl
vendored
@ -2274,6 +2274,7 @@ def define_xnnpack(third_party, labels = [], XNNPACK_WINDOWS_AVX512F_ENABLED = F
|
||||
"XNNPACK/src/microkernel-utils.c",
|
||||
"XNNPACK/src/operator-run.c",
|
||||
"XNNPACK/src/reference/packing.cc",
|
||||
"XNNPACK/src/packw.c",
|
||||
"XNNPACK/src/cache.c",
|
||||
"XNNPACK/src/indirection.c",
|
||||
"XNNPACK/src/operator-utils.c",
|
||||
|
Reference in New Issue
Block a user