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
By default julia uses Int to index its arrays. CuArrays might change this [1] to allow Int32 indexing to reduce register pressure of kernels. Should we do a similar thing for GridArrays?