SWDEV481762 - Updated definition of 'DEPRECATED' in header file
Change-Id: I88986b8e1815f3d816595f3eb2da8a6c1c1c2993 Jenifer helped make a combined PSDB build, together with the change in hip repos https://gerrit-git.amd.com/c/compute/ec/hip/+/1114046 Combined PSDB verification passed. http://rocm-ci.amd.com/job/compute-psdb-staging-hip/17293/
This commit is contained in:
@@ -276,7 +276,7 @@ float atomicAdd_system(float* address, float val) {
|
||||
}
|
||||
|
||||
#if !defined(__HIPCC_RTC__)
|
||||
DEPRECATED("use atomicAdd instead")
|
||||
HIP_DEPRECATED("use atomicAdd instead")
|
||||
#endif // !defined(__HIPCC_RTC__)
|
||||
__device__
|
||||
inline
|
||||
@@ -1392,7 +1392,7 @@ float atomicAdd(float* address, float val)
|
||||
}
|
||||
|
||||
#if !defined(__HIPCC_RTC__)
|
||||
DEPRECATED("use atomicAdd instead")
|
||||
HIP_DEPRECATED("use atomicAdd instead")
|
||||
#endif // !defined(__HIPCC_RTC__)
|
||||
__device__
|
||||
inline
|
||||
|
||||
Reference in New Issue
Block a user