-
Notifications
You must be signed in to change notification settings - Fork 9.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
Bug: Fail to compile after commit 202084d31d4247764fc6d6d40d2e2bda0c89a73a #9554
Comments
+1 here. Thanks for creating the issue.
|
The easiest solution would be to use a more recent version of CUDA. The oldest version tested in the CI is 11.7, older versions are not actively supported, but patches to improve compatibility are always welcome. |
Sounds good to me. |
Please confirm whether or not this fix works: #9562 |
(Edit: my bad, hadn't checked out the fix branch) Yes, it compiles properly with the fix. |
What happened?
Compilation fails on CUDA 11 on any version after (and including) commit 202084d, which I've tracked down via git bisect.
In case it may be useful, this is the output of nvcc --version:
Operating system is Pop!_OS jammy 22.04 x86_64
The build command used is:
from a clean directory. Compilation fails independently of me setting GGML_CUDA_MMV_Y=2.
Name and Version
version: 3694 (202084d)
built with cc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 for x86_64-linux-gnu
What operating system are you seeing the problem on?
No response
Relevant log output
The text was updated successfully, but these errors were encountered: