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 39d8a6e commit 47dcac8Copy full SHA for 47dcac8
test/gpu_all.jl
@@ -1,6 +1,7 @@
1
using LinearAlgebra, OrdinaryDiffEq, Test, PreallocationTools, CUDA
2
3
#Dispatch tests
4
+chunk_size = 5
5
u0_CU = cu(ones(5,5))
6
dual_CU = cu(zeros(ForwardDiff.Dual{ForwardDiff.Tag{typeof(something), Float64}, Float64, chunk_size}, 2, 2))
7
cache_CU = dualcache(u0_CU, chunk_size)
0 commit comments