You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@testtypeof(cache_CU.dual_du) ==typeof(u0_CU) #check that dual cache array is a GPU array for performance reasons.
13
+
@testArrayInterface.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.
14
14
@testsize(tmp_du_CUA) ==size(u0_CU)
15
15
@testtypeof(tmp_du_CUA) ==typeof(u0_CU)
16
16
@testeltype(tmp_du_CUA) ==eltype(u0_CU)
@@ -35,7 +35,7 @@ end
35
35
chunk_size =10
36
36
u0 =cu(rand(10,10)) #example kept small for test purposes.
0 commit comments