We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b005f9 commit bbc7211Copy full SHA for bbc7211
toolchain/dependencies/CMakeLists.txt
@@ -86,7 +86,7 @@ if (MFC_HIPFORT)
86
if (CMAKE_Fortran_COMPILER_ID STREQUAL "Cray")
87
ExternalProject_Add(hipfort
88
GIT_REPOSITORY "https://github.com/ROCmSoftwarePlatform/hipfort"
89
- GIT_TAG develop
+ GIT_TAG rocm-6.0.2
90
GIT_SHALLOW ON
91
GIT_PROGRESS ON
92
CMAKE_ARGS "-DHIPFORT_COMPILER=${CMAKE_Fortran_COMPILER}"
0 commit comments