We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b80602 commit befd2d1Copy full SHA for befd2d1
backends/apple/metal/metal_backend.py
@@ -29,7 +29,6 @@
29
30
# exist fallback operators in et namespace;
31
supported_fallback_kernels: Dict[str, Any] = {
32
- "aoti_torch_mps_addmm_out": None,
33
"aoti_torch_mps_convolution": None,
34
"aoti_torch_mps_mm_out": None,
35
"at::_ops::_scaled_dot_product_attention_math_for_mps::call": None,
0 commit comments