Skip to content

Commit 019e84a

Browse files
more
1 parent 4126c2a commit 019e84a

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
@@ -1,4 +1,4 @@
1-
using LinearAlgebra, OrdinaryDiffEq, Test, PreallocationTools, CUDA, ForwardDiff, ArrayInterface
1+
using LinearAlgebra, OrdinaryDiffEq, Test, PreallocationTools, CUDA, ForwardDiff, ArrayInterfaceCore
22

33
#Dispatch tests
44
chunk_size = 5
@@ -10,7 +10,7 @@ tmp_du_CUA = get_tmp(cache_CU, u0_CU)
1010
tmp_dual_du_CUA = get_tmp(cache_CU, dual_CU)
1111
tmp_du_CUN = get_tmp(cache_CU, 0.0)
1212
tmp_dual_du_CUN = get_tmp(cache_CU, dual_N)
13-
@test ArrayInterface.parameterless_type(typeof(cache_CU.dual_du)) == ArrayInterface.parameterless_type(typeof(u0_CU)) #check that dual cache array is a GPU array for performance reasons.
13+
@test ArrayInterfaceCore.parameterless_type(typeof(cache_CU.dual_du)) == ArrayInterfaceCore.parameterless_type(typeof(u0_CU)) #check that dual cache array is a GPU array for performance reasons.
1414
@test size(tmp_du_CUA) == size(u0_CU)
1515
@test typeof(tmp_du_CUA) == typeof(u0_CU)
1616
@test eltype(tmp_du_CUA) == eltype(u0_CU)

0 commit comments

Comments
 (0)