594fee5791
feat(gda): add support for
* Standard atomics
- atomic_CAS
- atomic_fetch_CAS
* Extended atomics
- atomic set
- atomic swap
* Bitwise atomics
- atomic_fetch_and
- atomic_and
- atomic_fetch_or
- atomic_or
- atomic_fetch_xor
- atomic_xor
[ROCm/rocshmem commit: 98323a6086]