Skip to content

Commit 6f36ef8

Browse files
committed
More small fixes
1 parent fac0901 commit 6f36ef8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/cuda/tensors.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ for V in spacelist
405405
end
406406
@timedtestset "Index flipping: test via explicit flip" begin
407407
t = CUDA.rand(ComplexF64, V1 V1' V1' V1)
408-
F1 = unitary(flip(V1), V1)
408+
F1 = adapt(CuArray, unitary(flip(V1), V1))
409409

410410
CUDA.@allowscalar begin
411411
@tensor tf[a, b; c, d] := F1[a, a'] * t[a', b; c, d]

0 commit comments

Comments
 (0)