-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
SYCL NVidia build failing #6026
Comments
PR introducing bug: #5806 |
#5806 is already reverted. |
I guess the parameter "SYCL0" is the cause. Please run following cmd to list the SYCL device:
|
I have checked on the current tip. It is still broken. Could you link me to the revert commit? Commit: d8fd0cc
backtrace:
|
The problem is not tied to passing a specific device. The major version for an NVidia A100 is 8, the major version for an AMD MI210 is 90. FYI:
|
@AidanBeltonS if it's fixed, please close this issue. |
NVidia SYCL build failing due to multiple GPUs support PR.
This comes from https://github.com/ggerganov/llama.cpp/pull/5806/files#diff-6af12449fa63d10882b68b8230ff092164a786e01683813a005267630ab9c0b2R3330.
CUDA versions translate the the SM number, so for SM80 the major version is 8.
I believe we should refrain from using versions if possible in the SYCL backend as it is less backend agnostic.
Steps to reproduce:
$./bin/test-backend-ops -b SYCL0
The text was updated successfully, but these errors were encountered: