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
Now that I think about it, if we really want to be technically precise and extremely careful, this is a property of the device in question and its compute capability, IIRC. So really, we should query this in the initialization and use the dynamically determined maximum value in order to achieve the best portability.
CUDA has a maximal
.y
and.z
grid dimension of 65536. We should handle cases where the local matrix is wider than that.The text was updated successfully, but these errors were encountered: