From ce449c9d867043b0677c6d5c3d2fe3a26330e96f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1ty=C3=A1s=20Aradi?= Date: Tue, 9 Jan 2024 14:49:55 +0100 Subject: [PATCH] Update Github links and version --- cmake/Dependencies.cmake | 4 ++-- docs/index.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmake/Dependencies.cmake b/cmake/Dependencies.cmake index 3c7106c2..d626401b 100644 --- a/cmake/Dependencies.cmake +++ b/cmake/Dependencies.cmake @@ -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" # develop@2023.09.12. (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. ) diff --git a/docs/index.rst b/docs/index.rst index 2e980a2a..85bb9a86 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -334,7 +334,7 @@ reside on a different device and have its own layout parameters. The rocFFT APIs to declare fields and bricks are currently experimental and subject to change in future releases. We welcome feedback and questions about these interfaces. Please open issues on the `rocFFT issue tracker - `_ with questions and + `_ with questions and comments. The workflow for fields is as follows: