Skip to content

Commit e755a81

Browse files
committed
Formatter
1 parent 84f6f3e commit e755a81

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

test/cuda/factorizations.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,8 +442,8 @@ for V in spacelist
442442
for T in eltypes,
443443
t in (
444444
CUDA.randn(T, W, W),
445-
CUDA.randn(T, W, W)',
446-
CUDA.randn(T, (V1 V2 V3), (V4 V5)'),
445+
CUDA.randn(T, W, W)',
446+
CUDA.randn(T, (V1 V2 V3), (V4 V5)'),
447447
CUDA.randn(T, (V1 V2)', (V3 V4 V5))',
448448
)
449449
t2 = project_isometric(t)

test/cuda/tensors.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ for V in spacelist
531531
#
532532
# TODO
533533
@timedtestset "Tensor product: test via norm preservation" begin
534-
for T in (ComplexF64, ) # Float32 case broken because of cuTENSOR
534+
for T in (ComplexF64,) # Float32 case broken because of cuTENSOR
535535
@time "Construction" begin
536536
if UnitStyle(I) isa SimpleUnit || !isempty(blocksectors(V2 V1))
537537
t1 = CUDA.rand(T, V2 V3 V1, V1)

0 commit comments

Comments
 (0)