mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
Reverting the PR adding Kleidiai-based int4 kernels (#145392)
Mitigation for https://github.com/pytorch/pytorch/issues/145273 Reverting https://github.com/pytorch/pytorch/pull/134124 and https://github.com/pytorch/pytorch/pull/144074 Pull Request resolved: https://github.com/pytorch/pytorch/pull/145392 Approved by: https://github.com/ZainRizvi, https://github.com/malfet, https://github.com/atalman, https://github.com/digantdesai
This commit is contained in:
@ -257,7 +257,6 @@ filegroup(
|
||||
# target that generates these sources...
|
||||
)
|
||||
|
||||
# TODO: Enable support for KleidiAI bazel build
|
||||
header_template_rule(
|
||||
name = "aten_src_ATen_config",
|
||||
src = "aten/src/ATen/Config.h.in",
|
||||
@ -277,7 +276,6 @@ header_template_rule(
|
||||
"@AT_PARALLEL_NATIVE@": "1",
|
||||
"@AT_BLAS_F2C@": "0",
|
||||
"@AT_BLAS_USE_CBLAS_DOT@": "1",
|
||||
"@AT_KLEIDIAI_ENABLED@": "0",
|
||||
},
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user