[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:
Max Ren
2024-12-05 17:03:08 -08:00
committed by PyTorch MergeBot
parent 0f6bfc58a2
commit 20718cdebb

View File

@ -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",