We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cf2573 commit 990a6bdCopy full SHA for 990a6bd
test/amd/tensors.jl
@@ -549,7 +549,7 @@ for V in spacelist
549
end
550
@test norm(t) ≈ norm(t1) * norm(t2)
551
552
- end=# # segfaulting for now?
+ end
553
if BraidingStyle(I) isa Bosonic && hasfusiontensor(I)
554
@timedtestset "Tensor product: test via conversion" begin
555
for T in (Float32, ComplexF64)
@@ -566,7 +566,7 @@ for V in spacelist
566
567
568
569
- end
+ end=# # segfaulting for now?
570
#=@timedtestset "Tensor product: test via tensor contraction" begin
571
572
t1 = AMDGPU.rand(T, V2 ⊗ V3 ⊗ V1)
0 commit comments