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
The text was updated successfully, but these errors were encountered:
RandUser123sa
changed the title
Version 6.3 Failed to verify all files in manifest
[Compilation issue] Version 6.3 Failed to verify all files in manifest
Dec 12, 2024
It's seems the problem are in Tensile, without it it's compiled successful. I report the problem to Tensile repo you can close the issue if you decide is closed.
Describe the bug
I'm trying to compile rocBLAS release version 6.3 and receive error: Failed to verify all files in manifest
To Reproduce
Try to compile it with following params:
cmake
-Wno-dev
-D CMAKE_BUILD_TYPE=Release
-D CMAKE_CXX_COMPILER=/opt/rocm/llvm/bin/amdclang
-D CMAKE_C_COMPILER=/opt/rocm/llvm/bin/amdclang
-D CMAKE_TOOLCHAIN_FILE=toolchain-linux.cmake
-D CMAKE_INSTALL_PREFIX=/opt/rocm
-D CMAKE_PREFIX_PATH=/opt/rocm/llvm/lib/cmake/llvm
-D amd_comgr_DIR=/opt/rocm/lib/cmake/amd_comgr
-D BUILD_WITH_TENSILE=ON
-D TENSILE_USE_HIP=ON
-D TENSILE_USE_LLVM=ON
-D TENSILE_USE_MSGPACK=OFF
-D TENSILE_USE_OPENMP=ON
-D TENSILE_VENV_UPGRADE_PIP=ON
-D Tensile_LIBRARY_FORMAT=yaml
-D Tensile_TEST_LOCAL_PATH="/mnt/arch/rocm/rocm-build/build/rocblas/Tensile"
-D TENSILE_GPU_ARCHS="gfx803;gfx900;gfx906;gfx908;gfx90a;gfx1010;gfx1011;gfx1012;gfx1030;gfx1031;gfx1032;gfx1034;gfx1035;"
-D Tensile_ARCHITECTURE="gfx900;gfx906:xnack-;gfx908:xnack-;gfx90a;gfx1010;gfx1012;gfx1030;gfx1151;"
-G "Unix Makefiles"
..
Expected behavior
The project to be compiled
Log-files
compile.txt
Environment
Make sure that ROCm is correctly installed and to capture detailed environment information run the following command:
Attach
environment.txt
environment.txt
The text was updated successfully, but these errors were encountered: