Skip to content

Commit

Permalink
Update Github links and version
Browse files Browse the repository at this point in the history
  • Loading branch information
matyas-streamhpc committed Jan 9, 2024
1 parent 5a40b79 commit ce449c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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.
)
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
<https://github.com/ROCmSoftwarePlatform/rocFFT/issues>`_ with questions and
<https://github.com/ROCm/rocFFT/issues>`_ with questions and
comments.

The workflow for fields is as follows:
Expand Down

0 comments on commit ce449c9

Please sign in to comment.