We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc2a191 commit 0bed2ecCopy full SHA for 0bed2ec
src/ATen/native/xpu/BatchLinearAlgebra.cpp
@@ -36,7 +36,7 @@ void svd_kernel_xpu(
36
auto info_cpu = empty_like_cpu(info);
37
38
svd_stub(
39
- A_cpu.device().type(),
+ at::kCPU,
40
A_cpu,
41
full_matrices,
42
compute_uv,
0 commit comments