Skip to content

Commit 4c1bc51

Browse files
committed
Disable some tests that definitely don't work
1 parent 6dd6078 commit 4c1bc51

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/amd/tensors.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ for V in spacelist
330330
@test ss ≈ s2
331331
@test ss ≈ s3
332332
end
333-
@timedtestset "Partial trace: test self-consistency" begin
333+
#=@timedtestset "Partial trace: test self-consistency" begin
334334
t = AMDGPU.rand(ComplexF64, V1 ⊗ V2' V3 V2 V1' ⊗ V3')
335335
@tensor t2[a, b] := t[c, d, b, d, c, a]
336336
@tensor t4[a, b, c, d] := t[d, e, b, e, c, a]
@@ -410,7 +410,7 @@ for V in spacelist
410410
@tensor tb[a, b] := flip(t1, (1, 3))[x, y, a, z] * flip(t2, (2, 4))[y, b, z, x]
411411
@test flip(ta, (1, 2)) ≈ tb
412412
end
413-
end=# # TODO
413+
end=# # TODO =# # None of this works due to lack of HIPTensor support
414414
@timedtestset "Multiplication of isometries: test properties" begin
415415
W2 = V4 V5
416416
W1 = W2 (oneunit(V1) oneunit(V1))
@@ -567,7 +567,7 @@ for V in spacelist
567567
end
568568
end
569569
end
570-
@timedtestset "Tensor product: test via tensor contraction" begin
570+
#=@timedtestset "Tensor product: test via tensor contraction" begin
571571
for T in (Float32, ComplexF64)
572572
t1 = AMDGPU.rand(T, V2 ⊗ V3 ⊗ V1)
573573
t2 = AMDGPU.rand(T, V2 ⊗ V1 ⊗ V3)
@@ -577,7 +577,7 @@ for V in spacelist
577577
# @test t ≈ t′ # TODO broken for symmetry: Irrep[ℤ₃]
578578
end
579579
end
580-
end
580+
end=# # broken due to no HIPTensor
581581
end
582582
TensorKit.empty_globalcaches!()
583583
end

0 commit comments

Comments
 (0)