-
Notifications
You must be signed in to change notification settings - Fork 245
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: sycl-ls fails on new Battlemage B580 #788
Comments
Hi @HeyItsBATMAN |
Okay, so I've installed debugging symbols and run gdb with the settings below. gdbinit
gdb backtrace
sycl trace (as file due to length) |
For anyone encountering the same issue: enable REBAR in your BIOS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
System: Arch Linux
GPU: Intel Arc B580
Kernel: 6.12.4
Basekit versions: 2024.1 and 2025.0 (same issue)
After installing the basekit, sourcing setvars.sh, any attempt to run
sycl-ls
afterwards results in the error:'sycl-ls' terminated by signal SIGBUS (Misaligned address error)
Running
clinfo
detects the GPU correctly:On another note: I've tested various IPEX and SYCL guides, both from llama.cpp, aswell as from the (intel-analytics team)[https://github.com/intel-analytics/ipex-llm], and those applications fail with the same error.
If theres any more info needed, I am open to testing & experimenting.
The text was updated successfully, but these errors were encountered: