rocBLAS
rocBLAS copied to clipboard
[Bug]: RocBLAS fails to compile under fedora 36
Describe the bug
RocBLAS doesn't build on fedora 36 (copr/local).
To Reproduce
- try to compile RocBLAS v5.2.1 on fedora 36 (copr/locally).
- See error on logfile builder-live.log.gz .
Expected behavior
A successful build.
Log-files
Add full logfiles to help explain your problem. builder-live.log.gz
| Software | version |
|-----|-----|
| rocm-core | v5.2.1 |
| rocblas | v5.2.1 |
Additional context
Add any other context about the problem here. used spec sheet
cmake args :
-Wno-dev -GNinja -S "%{ROCM_GIT_DIR}/rocBLAS"
-DCMAKE_PREFIX_PATH=/opt/rocm/llvm/lib/cmake/llvm
-Damd_comgr_DIR=/opt/rocm/lib/cmake/amd_comgr
-DBUILD_WITH_TENSILE=ON
-DTensile_LIBRARY_FORMAT=yaml
-DTensile_CODE_OBJECT_VERSION=V3
-DCMAKE_TOOLCHAIN_FILE=%{ROCM_GIT_DIR}/rocBLAS/toolchain-linux.cmake
-DBUILD_TESTING=OFF