-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5a40b79
commit ce449c9
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,11 +30,11 @@ find_package(ROCM 0.11.0 CONFIG QUIET PATHS "${ROCM_PATH}") # First version with | |
if(NOT ROCM_FOUND) | ||
message(STATUS "ROCm CMake not found. Fetching...") | ||
set(rocm_cmake_tag | ||
"c044bb52ba85058d28afe2313be98d9fed02e293" # [email protected]. (move to 6.0 tag when released) | ||
"rocm-6.0.0" | ||
CACHE STRING "rocm-cmake tag to download") | ||
FetchContent_Declare( | ||
rocm-cmake | ||
GIT_REPOSITORY https://github.com/RadeonOpenCompute/rocm-cmake.git | ||
GIT_REPOSITORY https://github.com/ROCm/rocm-cmake.git | ||
GIT_TAG ${rocm_cmake_tag} | ||
SOURCE_SUBDIR "DISABLE ADDING TO BUILD" # We don't really want to consume the build and test targets of ROCm CMake. | ||
) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters