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
The current type for CircularArrayBuffer only allows the backing array to be an Array. Can this be relaxed to allow CuArrays (or any AbstractArray)? AFAICT scalar indexing is not introduced by the package code (meaning scalar indexing should only trigger if a user is scalar indexing in the first place).
The current type for
CircularArrayBuffer
only allows the backing array to be anArray
. Can this be relaxed to allowCuArray
s (or anyAbstractArray
)? AFAICT scalar indexing is not introduced by the package code (meaning scalar indexing should only trigger if a user is scalar indexing in the first place).You might also consider adding an Adapt.jl rule:
The text was updated successfully, but these errors were encountered: