Update github links to ROCm organization

This commit is contained in:
Istvan Kiss
2024-02-09 17:03:34 +01:00
parent 3ecf0e70b1
commit 02cc970a75
27 changed files with 175 additions and 175 deletions

View File

@@ -35,7 +35,7 @@ if(BUILD_DOCS)
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.
)