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/
[ROCm/clr commit: bb03ef11a3]
Этот коммит содержится в:
коммит произвёл
Julia Jiang
родитель
11632a954a
Коммит
29e9bed35d
@@ -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
|
||||
|
||||
Ссылка в новой задаче
Block a user