SWDEV-507817 - fix the return type of one of the atomicMin variants

Change-Id: I9915eb174d5677e21adbabae5819c9e306338ab3
This commit is contained in:
Jatin Chaudhary
2025-01-07 14:31:16 +00:00
committed by Jatin Jaikishan Chaudhary
parent 4abedf2a0e
commit e6fb89190a
@@ -532,7 +532,7 @@ unsigned int atomicMin_system(unsigned int* address, unsigned int val) {
__device__
inline
unsigned long long atomicMin(unsigned long* address, unsigned long val) {
unsigned long atomicMin(unsigned long* address, unsigned long val) {
#if defined(__gfx941__)
return hip_cas_extrema_expander<__ATOMIC_RELAXED, __HIP_MEMORY_SCOPE_AGENT>(
address,