SWDEV-507817 - fix the return type of one of the atomicMin variants
Change-Id: I9915eb174d5677e21adbabae5819c9e306338ab3
[ROCm/clr commit: e6fb89190a]
This commit is contained in:
committed by
Jatin Jaikishan Chaudhary
parent
0a30936c67
commit
992b5fd009
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user