Skip to content

Commit a2c74ac

Browse files
committed
🤖 Format .jl files
1 parent eca7c9b commit a2c74ac

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

test/gpu/nvidia.jl

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@ using Test, LinearAlgebra, SparseArrays
22
using LinearOperators, CUDA, CUDA.CUSPARSE, CUDA.CUSOLVER
33

44
@testset "Nvidia -- CUDA.jl" begin
5-
65
@test CUDA.functional()
76
CUDA.allowscalar(false)
87

9-
A = CUDA.rand(5,5)
10-
B = CUDA.rand(10,10)
11-
C = CUDA.rand(20,20)
8+
A = CUDA.rand(5, 5)
9+
B = CUDA.rand(10, 10)
10+
C = CUDA.rand(20, 20)
1211
M = BlockDiagonalOperator(A, B, C)
1312

1413
v = CUDA.rand(35)

0 commit comments

Comments
 (0)