Missing atomic_signal_fence
Open
libcu++
- Dominant language
- C++
- Stars
- 2.5k
- Forks
- 486
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 295
Description
https://en.cppreference.com/w/cpp/atomic/atomic_signal_fence
An API like this that lowers to `fence syncscope("singlethread") seq_cst` in NVVM-IR would be useful to implement RMA (e.g. in the context of NVSHMEM).
Contributor guide
Assessment
This issue has not been assessed yet.