You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: