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

[Issue]: Could not load /opt/rocm-6.1.3/lib/rocblas/library/TensileLibrary.dat #856

Open
unclemusclez opened this issue Jun 21, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@unclemusclez
Copy link

unclemusclez commented Jun 21, 2024

Problem Description

rocblaslt error: Could not load /opt/rocm-6.1.3/lib/hipblaslt/library/TensileLibrary.dat
Segmentation fault

i performed cp /opt/rocm-6.1.3/lib/hipblaslt/library/TensileLibrary_gfx1100.dat /opt/rocm-6.1.3/lib/hipblaslt/library/TensileLibrary.dat otherwise i dont know how to get this file.

I ran the ./install.sh -idc --architecture 'gfx1100' --merge-files --static from the hipBLASLt repository
Driver installation via amdgpu-install -y --usecase=wsl,rocm --no-dkms

Operating System

WSL2 Ubuntu 22.04 Windows 11

CPU

7800x3d

GPU

AMD Radeon RX 7900 XT

Other

No response

ROCm Version

ROCm 6.1.3

ROCm Component

hipBLASLt

Steps to Reproduce

No response

(Optional for Linux users) Output of /opt/rocm/bin/rocminfo --support

No response

Additional Information

No response

@KKyang KKyang added the bug Something isn't working label Jun 24, 2024
@minzhezhou
Copy link

minzhezhou commented Jul 7, 2024

Did you load it from pytorch? You may also need to replace the torch libhipblaslt.so

There was a similar issue raised by @lhl: #831

@unclemusclez
Copy link
Author

831 it seems to be not installed with 6.1.3 software there was no official release in the repository

@sleppyrobot
Copy link

I get this error on linux as well.
ubuntu 24.04
7900xtx
rocm 6.2

Pointing HIPBLASLT_TENSILE_LIBPATH = hipBLASLt/build/release/Tensile/library
causes below error.

rocblaslt error: Cannot read /home/adminl/hipBLASLt/build/release/Tensile/library/TensileLibrary.dat: No such file or directory

rocblaslt error: Could not load /home/adminl/hipBLASLt/build/release/Tensile/library/TensileLibrary.dat
Segmentation fault (core dumped)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants