@@ -3077,8 +3077,8 @@ lsc_slm_atomic_update(__ESIMD_NS::simd<uint32_t, N> offsets,
3077
3077
// / @tparam N is the number of channels (platform dependent).
3078
3078
// / @tparam DS is the data size.
3079
3079
// / @param offsets is the zero-based offsets.
3080
- // / @param src0 is the first atomic operand.
3081
- // / @param src1 is the second atomic operand.
3080
+ // / @param src0 is the first atomic operand (expected value) .
3081
+ // / @param src1 is the second atomic operand (new value) .
3082
3082
// / @param pred is predicates.
3083
3083
// /
3084
3084
// / @return A vector of the old values at the memory locations before the
@@ -3539,8 +3539,8 @@ lsc_atomic_update(AccessorTy acc, __ESIMD_NS::simd<uint32_t, N> offsets,
3539
3539
// / @tparam AccessorTy is the \ref sycl::accessor type.
3540
3540
// / @param acc is the SYCL accessor.
3541
3541
// / @param offsets is the zero-based offsets.
3542
- // / @param src0 is the first atomic operand.
3543
- // / @param src1 is the second atomic operand.
3542
+ // / @param src0 is the first atomic operand (expected value) .
3543
+ // / @param src1 is the second atomic operand (new value) .
3544
3544
// / @param pred is predicates.
3545
3545
// /
3546
3546
// / @return A vector of the old values at the memory locations before the
@@ -3598,8 +3598,8 @@ lsc_atomic_update(AccessorTy acc, __ESIMD_NS::simd<Toffset, N> offsets,
3598
3598
// / @tparam AccessorTy is the \ref sycl::accessor type.
3599
3599
// / @param acc is the SYCL accessor.
3600
3600
// / @param offsets is the zero-based offsets.
3601
- // / @param src0 is the first atomic operand.
3602
- // / @param src1 is the second atomic operand.
3601
+ // / @param src0 is the first atomic operand (expected value) .
3602
+ // / @param src1 is the second atomic operand (new value) .
3603
3603
// / @param pred is predicates.
3604
3604
// /
3605
3605
// / @return A vector of the old values at the memory locations before the
0 commit comments