You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when building hipBlasLt client, the below cmake issue happened.
-- CLIENT COMMON CXX_OPTIONS:
-- CLIENT COMMON LINK: OpenMP::OpenMP_CXX;-L/opt/rocm/llvm/lib;-Wl,-rpath=/opt/rocm/llvm/lib;Threads::Threads
-- Found ROCmSMI: /opt/rocm/lib/librocm_smi64.so
_CMake Error at clients/benchmarks/CMakeLists.txt:119 (find_package):
_Could not find a package configuration file provided by "LLVM" with any of
_the following names:
LLVMConfig.cmake
llvm-config.cmake
Add the installation prefix of "LLVM" to CMAKE_PREFIX_PATH or set
"LLVM_DIR" to a directory containing one of the above files. If "LLVM"
provides a separate development package or SDK, be sure it has been
installed.___
Hi @zhangnju, I reproduced the bug on my machine using the same Docker image. After installing LLVM with sudo apt install llvm-dev, I was able to compile successfully. Would you mind giving that a try?
Problem Description
when building hipBlasLt client, the below cmake issue happened.
-- CLIENT COMMON CXX_OPTIONS:
-- CLIENT COMMON LINK: OpenMP::OpenMP_CXX;-L/opt/rocm/llvm/lib;-Wl,-rpath=/opt/rocm/llvm/lib;Threads::Threads
-- Found ROCmSMI: /opt/rocm/lib/librocm_smi64.so
_CMake Error at clients/benchmarks/CMakeLists.txt:119 (find_package):
_Could not find a package configuration file provided by "LLVM" with any of
_the following names:
Add the installation prefix of "LLVM" to CMAKE_PREFIX_PATH or set
"LLVM_DIR" to a directory containing one of the above files. If "LLVM"
provides a separate development package or SDK, be sure it has been
installed.___
-- Configuring incomplete, errors occurred!
Operating System
ubuntu 22.04
CPU
AMD EPYC 9454 48-Core Processor
GPU
AMD Instinct MI250
Other
GPU:MI300X, Rocm:6.3, Docker: rocm/dev-ubuntu-22.04:6.3-complete
ROCm Version
ROCm 6.2.3
ROCm Component
hipBLASLt
Steps to Reproduce
(Optional for Linux users) Output of /opt/rocm/bin/rocminfo --support
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: