-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplify pitch API #2092
Simplify pitch API #2092
Conversation
07d5559
to
bd8f64e
Compare
151f378
to
5341cfd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I annotated only two lines but from our developer discussion last week I thought the pitch will be defined as the number of bytes to jump within the dimension, so
3-dim: (y-x-plane-bytes, x-line-bytes, element-bytes)
if so it looks like the changes are wrong, if my definition is wrong than I missed the new definition of getPitchInBytes()
Ignore this, I have not seen that there is a second PR #2093 that is changing the behavior. |
5341cfd
to
65fdf61
Compare
The TSAN failure in the |
This fixes a warning by nvcc.
* Add getPitchesInBytes and GetPitchesInBytes returning extents as alpaka::Vec * Deprecate getPitchBytes, GetPitchBytes and getPitchBytesVec * Refactor BufUniformCudaHipRt to always store row pitch Fixes: alpaka-group#2079
65fdf61
to
c3ebc62
Compare
Fixes: #2079