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

@ -309,12 +309,6 @@ local_repository(
path = "third_party/gemmlowp/gemmlowp",
)
local_repository(
name = "kleidiai",
path = "third_party/kleidiai",
repo_mapping = {"@com_google_googletest": "@com_google_benchmark"},
)
### Unused repos start
# `unused` repos are defined to hide bazel files from submodules of submodules.