mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Revert "[aoti] Initial Metal support (#153959)"
This reverts commit 28bcd9eb30336b370298dbe9677b95019882f2a8. Reverted https://github.com/pytorch/pytorch/pull/153959 on behalf of https://github.com/angelayi due to previous PR broke frl build ([comment](https://github.com/pytorch/pytorch/pull/153959#issuecomment-2901825315))
This commit is contained in:
@ -447,7 +447,6 @@ def init_backend_registration() -> None:
|
||||
from .cpp_wrapper_cpu import CppWrapperCpu
|
||||
from .cpp_wrapper_cpu_array_ref import CppWrapperCpuArrayRef
|
||||
from .cpp_wrapper_gpu import CppWrapperGpu
|
||||
from .cpp_wrapper_mps import CppWrapperMps
|
||||
from .cuda_combined_scheduling import CUDACombinedScheduling
|
||||
from .halide import HalideScheduling
|
||||
from .mps import MetalScheduling
|
||||
@ -495,7 +494,7 @@ def init_backend_registration() -> None:
|
||||
"mps",
|
||||
MetalScheduling,
|
||||
PythonWrapperCodegen,
|
||||
CppWrapperMps,
|
||||
CppWrapperGpu,
|
||||
)
|
||||
|
||||
private_backend = torch._C._get_privateuse1_backend_name()
|
||||
|
Reference in New Issue
Block a user