[ENHANCEMENT]: Update build-time check since the trunk CCCL allows 1B/2B atomic_ref
#554
Labels
P1: Should have
Necessary but not critical
type: improvement
Improvement / enhancement to an existing function
Is your feature request related to a problem? Please describe.
https://godbolt.org/z/a78x4qrha
Originally posted by @sleeepyjack #549 (comment)
Now
cuda::atomic_ref
can work with 1-byte and 2-byte variables so we need to update the static asserts accordingly in cuco data structures, e.g.cuCollections/include/cuco/static_map_ref.cuh
Lines 77 to 78 in a7f87ac
cuCollections/include/cuco/detail/open_addressing/open_addressing_ref_impl.cuh
Line 1239 in e7b5a38
Describe the solution you'd like
Update build checks and unit tests
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: