Skip to content

Commit 990a6bd

Browse files
author
Katharine Hyatt
committed
even more segfaults
1 parent 2cf2573 commit 990a6bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/amd/tensors.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ for V in spacelist
549549
end
550550
@test norm(t) ≈ norm(t1) * norm(t2)
551551
end
552-
end=# # segfaulting for now?
552+
end
553553
if BraidingStyle(I) isa Bosonic && hasfusiontensor(I)
554554
@timedtestset "Tensor product: test via conversion" begin
555555
for T in (Float32, ComplexF64)
@@ -566,7 +566,7 @@ for V in spacelist
566566
end
567567
end
568568
end
569-
end
569+
end=# # segfaulting for now?
570570
#=@timedtestset "Tensor product: test via tensor contraction" begin
571571
for T in (Float32, ComplexF64)
572572
t1 = AMDGPU.rand(T, V2 ⊗ V3 ⊗ V1)

0 commit comments

Comments
 (0)