rocBLAS icon indicating copy to clipboard operation
rocBLAS copied to clipboard

[Bug]: RocBLAS fails to compile under fedora 36

Open CosmicFusion opened this issue 3 years ago • 0 comments

Describe the bug

RocBLAS doesn't build on fedora 36 (copr/local).

To Reproduce

  1. try to compile RocBLAS v5.2.1 on fedora 36 (copr/locally).
  2. 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

CosmicFusion avatar Aug 14 '22 18:08 CosmicFusion