-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Can't run in SYCL mode, check_allow_gpu_index error: device_index:0 is out of range: [0--2] #2033
Comments
any idea on this? facing the same problem |
@barolo is it using latest master? Will take a look. |
Yes, but it was a month ago. I'll recheck tonight |
This is still present on latest master. |
I tried it recently and it still seems like it is happening. If I comment out the function referenced, check_allow_gpu_index, which does the device_id checking and we stick with using 0 which points to my GPU's Level Zero instance, the end result is still hitting a segmentation fault. |
@abhilash1910 hello, were you able to reproduce this? 😃 |
Yes will start on this shortly, appreciate the ping. Thanks. Mainly due to calling of init backend, which needs update. |
And I appreciate you working on this, thank you! |
Been a while, but I can report that this got solved with all the updates to the SYCL backend that went into llama.cpp that got synced up to whisper.cpp and I no longer have issues with using SYCL and this particular error. |
Same, can be closed |
Can confirm, closing it. |
The text was updated successfully, but these errors were encountered: