Revert "[ARM][feat]: Add 4 bit dynamic quantization matmuls & KleidiAI Backend (#134124)"

This reverts commit 4b82251011f85f9d1395b451d61e976af844d9b1.

Reverted https://github.com/pytorch/pytorch/pull/134124 on behalf of https://github.com/huydhn due to Sorry for reverting your change but it breaks lots of internal build ([comment](https://github.com/pytorch/pytorch/pull/134124#issuecomment-2555953189))
This commit is contained in:
PyTorch MergeBot
2024-12-19 23:33:17 +00:00
parent 145fd5bad0
commit 8136daff5a
37 changed files with 23 additions and 1898 deletions

View File

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