-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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 error 15 at ggml-cuda.cu:7548: the requested functionality is not supported #1587
Comments
Youchat has this to say re. cuBLAS Error Code 15
|
If I run with Verified again. Running cuBLAS-enabled version with -ng flag is indeed over 5x faster than then one compiled without cuBLAS support. |
I neglected to mention that I had to modify
Because of this: /usr/local/cuda/include/crt/host_config.h:143:2: error: #error -- unsupported GNU version! gcc versions later than 12 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk.
143 | #error -- unsupported GNU version! gcc versions later than 12 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. And also, I was using The bug is still present in the latest pull. The |
I have the exact same issue: the ./main program crashes with same error message (expect now it refers to ggml-cuda.cu:8456 with git version 37a70). I have a Quadro M2000M in a Thinkpad P50. I can also confirm that the same cuBLAS-enabled executable does not crash with the -ng switch, and that it uses the GPU to some extent and it is faster than the regular CPU-only binary (except on my machine the speedup is only 2-3x). |
Possibly related: ggerganov/llama.cpp#4395 |
See #1688 (comment) |
The error, as well as the need for |
The cuBLAS build compiles but does not work.
It seems to be related to issue 1447. But when I run the executable, I get a different error.
I traced it to the following CUBLAS_CHECK. I can probably just comment it out in the code. Will try that later. I got other stu** to do.
Supplementary system info.
The text was updated successfully, but these errors were encountered: