We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6184ca5 commit ae77d20Copy full SHA for ae77d20
test/cuda/factorizations.jl
@@ -35,9 +35,9 @@ for V in spacelist
35
I = sectortype(first(V))
36
Istr = TensorKit.type_repr(I)
37
println("---------------------------------------")
38
- println("Factorizations with symmetry: $Istr")
+ println("CUDA Factorizations with symmetry: $Istr")
39
40
- @timedtestset "Factorizations with symmetry: $Istr" verbose = true begin
+ @timedtestset "CUDA Factorizations with symmetry: $Istr" verbose = true begin
41
V1, V2, V3, V4, V5 = V
42
W = V1 ⊗ V2
43
@testset "QR decomposition" begin
0 commit comments