feat: add atomic CAS support for bnxt NICs (#267)

[ROCm/rocshmem commit: df46e80116]
This commit is contained in:
Avinash Kethineedi
2025-09-29 12:39:35 -04:00
committato da GitHub
parent 594fee5791
commit f18abbc1f2
@@ -377,6 +377,7 @@ __device__ uint64_t QueuePair::bnxt_post_wqe_amo(int pe, int32_t length, uintptr
/* Populate AMO Segment */
amo.swp_dt = atomic_data;
amo.cmp_dt = atomic_cmp;
/* Populate SG Segment - (Return address of atomic) */
if (fetching) {