-
Notifications
You must be signed in to change notification settings - Fork 275
RuntimeError: UR error on ADL-N with IPEX 2.5/2.6 using .to(torch.float16) #800
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
Comments
Thanks for reporting this, we will take a look and get back to you. |
Hi, would you run the command with
You may need to logon root account in case some authentication error raised like:
After the installation completed, try with command:
|
Here: unitrace_out.log |
Hi @blue-notes-robot , thanks for the report! I could reproduce it on my local machine. I believe it should be a bug of the driver, and because the device (Gen 12th) iGPU is too old and not in our test matrix, so there might be bugs we didn't track before. I have submitted the internal track to the driver team. Will contact back when there is update. |
Just to supplement, this error is also reproducible on the CPU Intel Core i7-12700H (also Gen 12th). Most affected are still |
Describe the bug
Problem statement
Executing basic PyTorch operations on an Intel N150 (Alder Lake N "ADL-N") integrated GPU using the xpu device consistently fails with RuntimeError: UR error. This occurs even for fundamental operations like data type conversion (.to(torch.float16)).
Environments
compile_bundle.sh
script against the oneAPI 2025.0.2 toolkit (from intel/oneapi-basekit:2025.0.2-0-devel-ubuntu24.04).MWE
The following minimal command reliably reproduces the error inside the affected Docker environments (both custom-built and official) when run with access to the host GPU:
Output
Running the minimal example produces the following output, including UR loader messages and the final traceback. This output is consistent across the self-built environment and the official 2.5.10-xpu / 2.6.10-xpu Docker images.
SYCL_UR_TRACE=-1
reveals:Might be related to this issue in the pytorch repo but posting here since I compiled via IPEX and not 100% sure about the relevance.
Versions
env.txt
The text was updated successfully, but these errors were encountered: