Skip to content

Commit 0ae6c5f

Browse files
kshyattlkdvos
andauthored
Update test/cuda/tensors.jl
Co-authored-by: Lukas Devos <[email protected]>
1 parent 31a0718 commit 0ae6c5f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/cuda/tensors.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@ for V in spacelist
295295
@timedtestset "Permutations: test via CPU" begin
296296
W = V1 V2 V3 V4 V5
297297
t = CUDA.rand(ComplexF64, W)
298-
a = convert(Array, TensorKit.to_cpu(t))
299298
for k in 0:5
300299
for p in permutations(1:5)
301300
p1 = ntuple(n -> p[n], k)

0 commit comments

Comments
 (0)