Skip to content

Commit a4277a8

Browse files
committed
Remove fallback from XPUFallback.template
1 parent 0e528a3 commit a4277a8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/ATen/native/xpu/XPUFallback.template

-3
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,6 @@ TORCH_LIBRARY_IMPL(aten, XPU, m) {
216216
"triangular_solve.X",
217217
"_validate_compressed_sparse_indices",
218218
"vdot",
219-
#if not defined(USE_ONEMKL)
220-
"_linalg_svd.U",
221-
#endif // USE_ONEMKL
222219
};
223220
for (auto& op_name : fallback_list) {
224221
m.impl(

0 commit comments

Comments
 (0)