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 way that we produce 2d indices from an underlying 1d executor can be inefficient because it involves a divide and modulus. CUDA can produce higher dimensional indices directly, so we should introduce executors that can take advantage of that feature.
The text was updated successfully, but these errors were encountered:
The way that we produce 2d indices from an underlying 1d executor can be inefficient because it involves a divide and modulus. CUDA can produce higher dimensional indices directly, so we should introduce executors that can take advantage of that feature.
The text was updated successfully, but these errors were encountered: