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

CUDA error: CUBLAS_STATUS_ALLOC_FAILED when calling cublasCreate(handle) #124

Open
cholzer79 opened this issue Apr 21, 2023 · 1 comment

Comments

@cholzer79
Copy link

cholzer79 commented Apr 21, 2023

RTX4090
Windows 11

The readme says to install CUDA 11.0 so I installed cuda_11.0.1_451.22_win10.exe

CPU method works, but the GPU method throws this error:
CUDA error: CUBLAS_STATUS_ALLOC_FAILED when calling cublasCreate(handle)``

In case anyone runs into this, install cuda_11.0.3_451.82_win10.exe - that works.
Any later versions like cuda_11.8.0_522.06_windows.exe on the other hand do not work.

So that is a bit annoying.

@jtxnn678
Copy link

jtxnn678 commented Jul 14, 2023

@cholzer79 Thank you man, had exact problem with CUDA 11.0.1 too. I tried your suggestion installed CUDA 11.0.3 and the error is gone.

However, I noticed that while the error is gone with CUDA 11.0.3 but it runs a lot slower than CUDA 11.0.1 on same video file.

RTX3070
Wndows 11

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

2 participants