Skip to content

Commit ad2a141

Browse files
authored
Update test/gpu/nvidia.jl
1 parent 7c4924a commit ad2a141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/gpu/nvidia.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ using LinearOperators, CUDA, CUDA.CUSPARSE, CUDA.CUSOLVER
88
A = CUDA.rand(5, 5)
99
B = CUDA.rand(10, 10)
1010
C = CUDA.rand(20, 20)
11-
M = BlockDiagonalOperator(A, B, C)
11+
M = BlockDiagonalOperator(A, B, C)
1212

1313
v = CUDA.rand(35)
1414
y = M * v

0 commit comments

Comments
 (0)