This repository was archived by the owner on Mar 21, 2024. It is now read-only.
cuda::atomic
failures with underaligned types
#160
Labels
bug: functional
Does not work as intended.
helps: rapids
Helps or needed by RAPIDS.
P0: must have
Absolutely must ship with the milestone.
Milestone
The following code will fail if the default alignment (4) is used for
key
.Error:
Specifying a larger alignment (8) resolves the issue.
https://godbolt.org/z/ETohMxqWb
The text was updated successfully, but these errors were encountered: