8000
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 0add8c2 commit 008f831Copy full SHA for 008f831
cmake/External/aotriton.cmake
@@ -142,9 +142,9 @@ if(NOT __AOTRITON_INCLUDED)
142
set(__AOTRITON_SYSTEM_ROCM "${HIP_VERSION_MAJOR}.${HIP_VERSION_MINOR}")
143
list(FIND __AOTRITON_ROCM_LIST "rocm${__AOTRITON_SYSTEM_ROCM}" __AOTRITON_RUNTIME_INDEX)
144
if(${__AOTRITON_RUNTIME_INDEX} LESS 0)
145
- aotriton_build_from_source(ON aotriton_runtime)
146
message(STATUS "Cannot find AOTriton runtime for ROCM ${__AOTRITON_SYSTEM_ROCM}. \
147
Build runtime from source")
+ aotriton_build_from_source(ON aotriton_runtime)
148
else()
149
aotriton_download_runtime(${__AOTRITON_RUNTIME_INDEX} aotriton_runtime)
150
endif()
0 commit comments