Skip to content

Commit 6af0692

Browse files
Update gpu_all.jl
1 parent 37d6e81 commit 6af0692

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/gpu_all.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ tmp_du_CUA = get_tmp(cache_CU, u0_CU)
1515
tmp_dual_du_CUA = get_tmp(cache_CU, dual_CU)
1616
tmp_du_CUN = get_tmp(cache_CU, 0.0f0)
1717
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.
18+
@test SciMLBase.parameterless_type(typeof(cache_CU.dual_du)) ==
19+
SciMLBase.parameterless_type(typeof(u0_CU)) #check that dual cache array is a GPU array for performance reasons.
2020
@test size(tmp_du_CUA) == size(u0_CU)
2121
@test typeof(tmp_du_CUA) == typeof(u0_CU)
2222
@test eltype(tmp_du_CUA) == eltype(u0_CU)

0 commit comments

Comments
 (0)