Skip to content

Commit 56851c9

Browse files
yuchengliu1guangyeyStonepia
authored
remove scaled_mm fallback (#1746)
scaled_mm has supported in pytorch pytorch/pytorch#140972 This fallback will cause duplicate registration. remove this fallback after pytorch/pytorch#140972 merged --------- Co-authored-by: Yu, Guangye <[email protected]> Co-authored-by: Su Tong <[email protected]>
1 parent 8a48b55 commit 56851c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ATen/native/xpu/XPUFallback.template

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ TORCH_LIBRARY_IMPL(aten, XPU, m) {
216216
"lu_unpack.out",
217217
"ormqr",
218218
"ormqr.out",
219-
"_scaled_mm",
220219
"triangular_solve.X",
221220
"_validate_compressed_sparse_indices",
222221
"vdot",

0 commit comments

Comments
 (0)