Skip to content

Commit 8e81212

Browse files
committed
Remove fallback from XPUFallback.template
1 parent 780091a commit 8e81212

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/ATen/native/xpu/XPUFallback.template

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,6 @@ TORCH_LIBRARY_IMPL(aten, XPU, m) {
215215
"triangular_solve.X",
216216
"_validate_compressed_sparse_indices",
217217
"vdot",
218-
#if not defined(USE_ONEMKL)
219-
"_linalg_svd.U",
220-
#endif // USE_ONEMKL
221218
};
222219
for (auto& op_name : fallback_list) {
223220
m.impl(

0 commit comments

Comments
 (0)