8000
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 954bf67 commit 41682ccCopy full SHA for 41682cc
test/smoke_test/smoke_test.py
@@ -260,7 +260,7 @@ def foo(x: torch.Tensor) -> torch.Tensor:
260
261
# Check that SIMD were detected for the architecture
262
if device == "cpu":
263
- from torch._inductor.cpu_vec_isa import invalid_vec_isa, pick_vec_isa
+ from torch._inductor.codecache import pick_vec_isa, invalid_vec_isa
264
isa = pick_vec_isa()
265
if isa == invalid_vec_isa:
266
raise RuntimeError("Can't detect vectorized ISA for CPU")
0 commit comments