mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2025-02-05 16:10:42 +01:00
HIP: require at least HIP 5.5
This commit is contained in:
parent
6af1ca48cb
commit
27d135c970
@ -40,6 +40,10 @@ find_package(hip REQUIRED)
|
|||||||
find_package(hipblas REQUIRED)
|
find_package(hipblas REQUIRED)
|
||||||
find_package(rocblas REQUIRED)
|
find_package(rocblas REQUIRED)
|
||||||
|
|
||||||
|
if (${hip_VERSION} VERSION_LESS 5.5)
|
||||||
|
message(FATAL_ERROR "At least ROCM/HIP V5.5 is required")
|
||||||
|
endif()
|
||||||
|
|
||||||
message(STATUS "HIP and hipBLAS found")
|
message(STATUS "HIP and hipBLAS found")
|
||||||
|
|
||||||
file(GLOB GGML_HEADERS_ROCM "../ggml-cuda/*.cuh")
|
file(GLOB GGML_HEADERS_ROCM "../ggml-cuda/*.cuh")
|
||||||
|
Loading…
Reference in New Issue
Block a user