-
Notifications
You must be signed in to change notification settings - Fork 41
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
CUBLAS_STATUS_NOT_SUPPORTED when calling cublasStrsm
#73
Comments
Should I also replace
I'm not sure if including these 3 dlls into the official PyTorch libraries in my venv would fix the issue... |
Thank you for report. Try this build.
cudart is not needed, but sometimes fft dlls are used by PyTorch. |
I copied this into my zluda directory and into the torch directory and now I get this error:
For reference I am running on a RX 6600XT |
Could you try this? |
Hi Sorry for the late reply. There are two extra files in this build. What files do I copy from this into I'm guessing I need at least:
However I would like to be sure before I accidentally break my torch install in my venv. |
cublasLt and cudnn are excluded by default because they depend on ROCm components, which are not included in official Windows HIP SDK releases. You'll need
|
here is the code that builds the call to InverseMelScale
versions:
This is after doing the following:
$env:DISABLE_ADDM_CUDA_LT=1
in powershell run script before invoking zluda.exeThe text was updated successfully, but these errors were encountered: