Skip to content

Commit

Permalink
[HotFix] Support ROCm 6.1 package build
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterJH5574 committed Aug 6, 2024
1 parent ed2e496 commit 87c8a06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/modules/ROCM.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ if(ROCM_FOUND)
# avoid global retrigger of cmake
include_directories(SYSTEM ${ROCM_INCLUDE_DIRS})
add_definitions(-D__HIP_PLATFORM_HCC__=1)
add_definitions(-D__HIP_PLATFORM_AMD__=1)
endif(ROCM_FOUND)


Expand Down

0 comments on commit 87c8a06

Please sign in to comment.