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 37d6e81 commit 6af0692Copy full SHA for 6af0692
test/gpu_all.jl
@@ -15,8 +15,8 @@ tmp_du_CUA = get_tmp(cache_CU, u0_CU)
15
tmp_dual_du_CUA = get_tmp(cache_CU, dual_CU)
16
tmp_du_CUN = get_tmp(cache_CU, 0.0f0)
17
tmp_dual_du_CUN = get_tmp(cache_CU, dual_N)
18
-@test ArrayInterfaceCore.parameterless_type(typeof(cache_CU.dual_du)) ==
19
- ArrayInterfaceCore.parameterless_type(typeof(u0_CU)) #check that dual cache array is a GPU array for performance reasons.
+@test SciMLBase.parameterless_type(typeof(cache_CU.dual_du)) ==
+ SciMLBase.parameterless_type(typeof(u0_CU)) #check that dual cache array is a GPU array for performance reasons.
20
@test size(tmp_du_CUA) == size(u0_CU)
21
@test typeof(tmp_du_CUA) == typeof(u0_CU)
22
@test eltype(tmp_du_CUA) == eltype(u0_CU)
0 commit comments