removed cmake HIP_CLANG_PATCH_LEVEL check (#652)

* removed HIP_CLANG_PATCH_LEVEL check

[ROCm/rccl commit: 11862f67de]
This commit is contained in:
akolliasAMD
2022-11-29 09:48:59 -07:00
committed by GitHub
orang tua 49353e3eaa
melakukan 5b7c400fb3
-4
Melihat File
@@ -100,10 +100,6 @@ list(APPEND CMAKE_PREFIX_PATH
find_package(hip REQUIRED)
message(STATUS "HIP compiler: ${HIP_COMPILER}")
message(STATUS "HIP compiler: ${HIP_COMPILER} version ${HIP_CLANG_PATCH_LEVEL}")
if (${HIP_CLANG_PATCH_LEVEL} LESS "22362")
message(FATAL_ERROR "RCCL requires ROCm 5.3 and above to compile")
endif()
message(STATUS "HIP runtime: ${HIP_RUNTIME}")
if(BUILD_STATIC)