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 6af1ca4 commit 27d135cCopy full SHA for 27d135c
ggml/src/ggml-hip/CMakeLists.txt
@@ -40,6 +40,10 @@ find_package(hip REQUIRED)
40
find_package(hipblas REQUIRED)
41
find_package(rocblas REQUIRED)
42
43
+if (${hip_VERSION} VERSION_LESS 5.5)
44
+ message(FATAL_ERROR "At least ROCM/HIP V5.5 is required")
45
+endif()
46
+
47
message(STATUS "HIP and hipBLAS found")
48
49
file(GLOB GGML_HEADERS_ROCM "../ggml-cuda/*.cuh")
0 commit comments