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 a806605 commit 415a48aCopy full SHA for 415a48a
1 file changed
Libraries/CMakeLists.txt
@@ -52,6 +52,8 @@ if(
52
add_subdirectory(hipCUB)
53
if(CMAKE_VERSION VERSION_LESS "3.25.2")
54
message(WARNING "CMake version < 3.25.2, not building hipDNN examples.")
55
+ elseif(CMAKE_CXX_COMPILER_ID STREQUAL "GNU" AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS "13")
56
+ message(WARNING "Current GCC version is ${CMAKE_CXX_COMPILER_VERSION} which is < 13, not building hipDNN examples.")
57
else()
58
if (ROCM_EXAMPLES_ENABLE_HIPDNN)
59
add_subdirectory(hipDNN)
0 commit comments