Skip to content

Commit 47dcac8

Browse files
committed
fix gpu tests
1 parent 39d8a6e commit 47dcac8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/gpu_all.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
using LinearAlgebra, OrdinaryDiffEq, Test, PreallocationTools, CUDA
22

33
#Dispatch tests
4+
chunk_size = 5
45
u0_CU = cu(ones(5,5))
56
dual_CU = cu(zeros(ForwardDiff.Dual{ForwardDiff.Tag{typeof(something), Float64}, Float64, chunk_size}, 2, 2))
67
cache_CU = dualcache(u0_CU, chunk_size)

0 commit comments

Comments
 (0)