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
that view is not contiguous, so it results in a SubArray object instead of a CuArray object. and not all array abstractions have type signatures that cover SubArray
we could extend GPUArrays’ mean implementation to use AnyGPUArray (which includes SubArray) instead of AbstractGPUArray (only CuArray), but I’m hesitant to do that, because the horrible Union that is AnyGPUArray is bad for load time and creates lots of ambiguities. This needs a fix in Base, really
However, the following all work:
The text was updated successfully, but these errors were encountered: