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

Change-Id: I9915eb174d5677e21adbabae5819c9e306338ab3


[ROCm/clr commit: e6fb89190a]
Cette révision appartient à :
Jatin Chaudhary
2025-01-07 14:31:16 +00:00
révisé par Jatin Jaikishan Chaudhary
Parent 0a30936c67
révision 992b5fd009
+1 -1
Voir le fichier
@@ -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,