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 7c4924a commit ad2a141Copy full SHA for ad2a141
test/gpu/nvidia.jl
@@ -8,7 +8,7 @@ using LinearOperators, CUDA, CUDA.CUSPARSE, CUDA.CUSOLVER
8
A = CUDA.rand(5, 5)
9
B = CUDA.rand(10, 10)
10
C = CUDA.rand(20, 20)
11
- M = BlockDiagonalOperator(A, B, C)
+ M = BlockDiagonalOperator(A, B, C)
12
13
v = CUDA.rand(35)
14
y = M * v
0 commit comments