-
Notifications
You must be signed in to change notification settings - Fork 89
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
Comments
|
I get this error on linux as well. Pointing HIPBLASLT_TENSILE_LIBPATH = hipBLASLt/build/release/Tensile/library 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 |
Hi @unclemusclez. Internal ticket has been created to investigate your issue. Thanks! |
@ppanchad-amd this may be fixable with Thank you for looking into this. |
Hi @unclemusclez, when is this issue occurring? I can see the place in the source code where this error is emitted, and it looks like it should be picking up TensileLibrary_gfx1100.dat; not sure yet why it isn't so I'll try to reproduce this. |
@schung-amd it's been some time since tried to compile ROCm for my Windows WSL machine. I think this might be an issue with From my experience, if its not working, I just don't worry about it until there is a new WSL-Windows driver update for ROCm. ROCm 6.1.2 is nice, but really we need 6.2 on Windows. That will bring everything up to date with the modern capabilities of PyTorch and CUDA Cooperative Groups are supported. The current windows drivers for GPU are not even working correctly. We have to downgrade or shared memory is used by default. It's very difficult to troubleshoot the versions/source/environment of things when I'm actively trying to do work. I'll follow up with this at some point when i come across it again. |
This should be addressed in ROCm 6.2 with lazy loading (28eb825), so hopefully once WSL for 6.2 is released this is fixed.
Unfortunately we have no plans at this time to add cooperative groups support on Windows. @sleppyrobot Are you still encountering this error on Ubuntu? If so, can you provide some steps to reproduce it? |
Hey no the issue went away when I changed pytorch version. As far as the steps to reproduce, I was using |
@schung-amd this is a necessity for a lot of video and 3d AI python applications due to their dependency on is there anyway to have this reprioritized or looked at? For Unreal/Blender pipelines this would be incredible. It is a major reason why I am considering switching to an entirely Linux platform at the moment. I just don't have the resources or time to switch everything. Of course, there was ZLUDA. |
I've seen other requests for cooperative groups support on Windows and am reaching out internally to push for support if feasible. That being said, I am unaware of the reason we are not supporting it at this time (i.e. there may be technical barriers) and wouldn't expect support in the near future. |
Problem Description
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 thehipBLASLt
repositoryDriver 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
The text was updated successfully, but these errors were encountered: