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
@@ -38,6 +39,21 @@ Base.unsafe_convert(::Type{Ptr{T}}, A::MyVector{T}) where T = Base.unsafe_conver
38
39
MemoryLayout(::Type{MyVector{T,V}}) where {T,V} =MemoryLayout(V)
39
40
Base.copy(A::MyVector) =MyVector(copy(A.A))
40
41
42
+
# These structs are separate since we would need to otherwise implement more Broadcast machinery for MyBroadcastStyle to get the tests below to not error
0 commit comments