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 47dcac8 commit 421763bCopy full SHA for 421763b
test/gpu_all.jl
@@ -3,7 +3,7 @@ using LinearAlgebra, OrdinaryDiffEq, Test, PreallocationTools, CUDA
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))
+dual_CU = cu(zeros(ForwardDiff.Dual{ForwardDiff.Tag{typeof(something), Float32}, Float32, chunk_size}, 2, 2))
7
cache_CU = dualcache(u0_CU, chunk_size)
8
tmp_du_CUA = get_tmp(cache_CU, u0_CU)
9
tmp_dual_du_CUA = get_tmp(cache_CU, dual_CU)
0 commit comments