Skip to content

Commit 8b919cc

Browse files
committed
Turn off some more tests
1 parent 66cdf06 commit 8b919cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/amd/tensors.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ for V in spacelist
264264
@test LinearAlgebra.isdiag(D)
265265
@test LinearAlgebra.diag(D) == d
266266
end=#
267-
@timedtestset "Permutations: test via inner product invariance" begin
267+
#=@timedtestset "Permutations: test via inner product invariance" begin
268268
W = V1 ⊗ V2 ⊗ V3 ⊗ V4 ⊗ V5
269269
t = AMDGPU.rand(ComplexF64, W)
270270
t′ = AMDGPU.randn!(similar(t))
@@ -329,6 +329,7 @@ for V in spacelist
329329
@test ss ≈ s2
330330
@test ss ≈ s3
331331
end
332+
=#
332333
#=@timedtestset "Partial trace: test self-consistency" begin
333334
t = AMDGPU.rand(ComplexF64, V1 ⊗ V2' ⊗ V3 ⊗ V2 ⊗ V1' ⊗ V3')
334335
@tensor t2[a, b] := t[c, d, b, d, c, a]

0 commit comments

Comments
 (0)