Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Compilation issue] Version 6.3 Failed to verify all files in manifest #1528

Open
RandUser123sa opened this issue Dec 12, 2024 · 1 comment

Comments

@RandUser123sa
Copy link

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

  Marketing Name:          AMD Ryzen 7 3800X 8-Core Processor 
  Marketing Name:          AMD Radeon RX 7900 XTX
Software version
rocm-core v6.3.0
rocblas v6.3.0

Make sure that ROCm is correctly installed and to capture detailed environment information run the following command:

printf '=== environment\n' > environment.txt &&
printf '\n\n=== date\n' >> environment.txt && date >> environment.txt &&
printf '\n\n=== Linux Kernel\n' >> environment.txt && uname -a  >> environment.txt &&
printf '\n\n=== rocm-smi' >> environment.txt && rocm-smi  >> environment.txt &&
printf '\n\n' >> environment.txt && hipconfig  >> environment.txt &&
printf '\n\n=== rocminfo\n' >> environment.txt && rocminfo  >> environment.txt &&
printf '\n\n=== lspci VGA\n' >> environment.txt && lspci | grep -i vga >> environment.txt

Attach environment.txt
environment.txt

@RandUser123sa 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
@RandUser123sa
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant