-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
builds on jetson orin failure #2004
Comments
I came here just for this: /usr/src/llama.cpp/ggml.h(218): error: identifier "__fp16" is undefined |
@malv-c If you replace __fp16 with uint16_t on line 218 of ggml.h the project builds and cuBLAS works without issue. |
Even though this successfully builds, it does seem to be attempting to use NEON, I am unsure if this will have a performance impact...
|
Does this thread help? #1455 |
Oh! This here looks like it might be the silver bullet: #1455 (comment) |
thans Kevin
Le lun. 26 juin 2023 à 21:24, Kevin Eales ***@***.***> a
écrit :
… @malv-c <https://github.com/malv-c> If you replace __fp16 with uint16_t
on line 218 of ggml.h the project builds and cuBLAS works without issue.
—
Reply to this email directly, view it on GitHub
<#2004 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AESIHJIZFLPGTIMX5FZKISTXNHOYTANCNFSM6AAAAAAZUGDJ4M>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
This issue was closed because it has been inactive for 14 days since being marked as stale. |
both llama.cpp with : % cmake .. -DLLAMA_CUBLAS=ON -DLLAMA_CUDA_DMMV_F16=ON -DLLAMA_CUDA_DMMV_Y=16
and in koboldcpp with : % cmake .. -DLLAMA_CUBLAS=1
give : ggml.h(218): error: identifier "__fp16" is undefined
The text was updated successfully, but these errors were encountered: