[aarch64] Fix ATen-cpu aarch64 builds (#84294)

Summary: Fix ATen-cpu aarch64 builds and hook up cpukernel_neon

Test Plan: CI

Differential Revision: D39142670

Pull Request resolved: https://github.com/pytorch/pytorch/pull/84294
Approved by: https://github.com/ajtulloch
This commit is contained in:
Paul Saab
2022-09-01 20:26:35 +00:00
committed by PyTorch MergeBot
parent 5e5c610a58
commit 0fb1495512
3 changed files with 12 additions and 13 deletions

View File

@ -1,10 +1,3 @@
def get_sleef_arch_deps():
return [
("x86_64", [
"third-party//sleef:sleef",
]),
]
def get_blas_gomp_arch_deps():
return [
("x86_64", [