Skip to content

Commit ae77d20

Browse files
committed
Add CUDA to factorization testset titles
1 parent 6184ca5 commit ae77d20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/cuda/factorizations.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ for V in spacelist
3535
I = sectortype(first(V))
3636
Istr = TensorKit.type_repr(I)
3737
println("---------------------------------------")
38-
println("Factorizations with symmetry: $Istr")
38+
println("CUDA Factorizations with symmetry: $Istr")
3939
println("---------------------------------------")
40-
@timedtestset "Factorizations with symmetry: $Istr" verbose = true begin
40+
@timedtestset "CUDA Factorizations with symmetry: $Istr" verbose = true begin
4141
V1, V2, V3, V4, V5 = V
4242
W = V1 V2
4343
@testset "QR decomposition" begin

0 commit comments

Comments
 (0)