mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Revert "[ARM][feat]: Add 4 bit dynamic quantization matmuls & KleidiAI Backend (#134124)"
This reverts commit d3ff2d42c28a2c187cbedfd8f60b84a4dfa2d6bf. Reverted https://github.com/pytorch/pytorch/pull/134124 on behalf of https://github.com/malfet due to This broke S390 builds, includes cpuinfo unconditionally ([comment](https://github.com/pytorch/pytorch/pull/134124#issuecomment-2552560208))
This commit is contained in:
@ -1070,7 +1070,6 @@ def define_buck_targets(
|
||||
],
|
||||
)
|
||||
|
||||
# TODO: Enable support for KleidiAI bazel build
|
||||
# @lint-ignore BUCKLINT
|
||||
fb_native.genrule(
|
||||
name = "generate_aten_config",
|
||||
@ -1123,9 +1122,6 @@ def define_buck_targets(
|
||||
"--replace",
|
||||
"@AT_BLAS_USE_CBLAS_DOT@",
|
||||
"AT_BLAS_USE_CBLAS_DOT_FBXPLAT",
|
||||
"--replace",
|
||||
"@AT_KLEIDIAI_ENABLED@",
|
||||
"0",
|
||||
]),
|
||||
outs = {
|
||||
"Config.h": ["Config.h"],
|
||||
|
Reference in New Issue
Block a user