Skip to content

Commit

Permalink
SWDEV481762 - Updated definition of 'DEPRECATED' in HIP header
Browse files Browse the repository at this point in the history
Change-Id: I76c1d925f35594a042cde4f26fab75492db96633

Jenifer helped make a combined PSDB build, together with
https://gerrit-git.amd.com/c/compute/ec/clr/+/1114054
. Combined build verification passed.
http://rocm-ci.amd.com/job/compute-psdb-staging-hip/17293/
Change-Id: I76c1d925f35594a042cde4f26fab75492db96633
  • Loading branch information
jujiang-del committed Sep 5, 2024
1 parent ef55ef3 commit 529a78c
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 72 deletions.
2 changes: 1 addition & 1 deletion include/hip/hip_ext.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ HIP_PUBLIC_API
* @brief This HIP API is deprecated, please use hipExtModuleLaunchKernel() instead.
*
*/
DEPRECATED("use hipExtModuleLaunchKernel instead")
HIP_DEPRECATED("use hipExtModuleLaunchKernel instead")
HIP_PUBLIC_API
extern "C" hipError_t hipHccModuleLaunchKernel(hipFunction_t f, uint32_t globalWorkSizeX,
uint32_t globalWorkSizeY, uint32_t globalWorkSizeZ,
Expand Down
Loading

0 comments on commit 529a78c

Please sign in to comment.