Skip to content

Commit befd2d1

Browse files
Metal backend: clean up supported_fallback_kernels (#15355)
Removes `aoti_torch_mps_addmm_out` from the `supported_fallback_kernels` until an implementation is added.
1 parent 2b80602 commit befd2d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backends/apple/metal/metal_backend.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929

3030
# exist fallback operators in et namespace;
3131
supported_fallback_kernels: Dict[str, Any] = {
32-
"aoti_torch_mps_addmm_out": None,
3332
"aoti_torch_mps_convolution": None,
3433
"aoti_torch_mps_mm_out": None,
3534
"at::_ops::_scaled_dot_product_attention_math_for_mps::call": None,

0 commit comments

Comments
 (0)