Remove memory clobber in strong memory operations
Open
cub
- Dominant language
- C++
- Stars
- 2.5k
- Forks
- 486
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 295
Description
According to the following [note](https://github.com/NVIDIA/cub/pull/606#discussion_r1098526133), we might avoid using memory clobber in some places. We should investigate if the memory clobber is necessary or have any effects on code-gen for relaxed loads.
Contributor guide
Assessment
This issue has not been assessed yet.