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
For example, the cudaMemcpy2DAsync call fails in the pack and unpack methods when the region row stride is smaller than the number of columns in the region, but this wasn't immediately obvious at first. It would be nice to add a check for this
The text was updated successfully, but these errors were encountered:
For example, the
cudaMemcpy2DAsync
call fails in the pack and unpack methods when the region row stride is smaller than the number of columns in the region, but this wasn't immediately obvious at first. It would be nice to add a check for thisThe text was updated successfully, but these errors were encountered: