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?
The text was updated successfully, but these errors were encountered:
lcw
changed the title
Add an index typevar to GridArray
Add an index typevar to GridArrayJul 12, 2023
By default julia uses
Int
to index its arrays.CuArray
s might change this [1] to allowInt32
indexing to reduce register pressure of kernels. Should we do a similar thing forGridArray
s?The text was updated successfully, but these errors were encountered: