Skip to content

Commit 094e5d0

Browse files
CuArrays -> CUDA
1 parent 7a6af8c commit 094e5d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_gpu_ad.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ end
1010
_J1 = similar(rand(30,30))
1111
_denseJ1 = cu(collect(_J1))
1212
x = cu(rand(30))
13-
CuArrays.allowscalar(false)
13+
CUDA.allowscalar(false)
1414
forwarddiff_color_jacobian!(_denseJ1, f, x)
1515
@test_broken forwarddiff_color_jacobian!(_denseJ1, f, x, sparsity = _J1) isa Nothing
1616
@test_broken forwarddiff_color_jacobian!(_denseJ1, f, x, colorvec = repeat(1:3,10), sparsity = _J1) isa Nothing

0 commit comments

Comments
 (0)