[SYCL] Adding SYCL backend to support for Intel XPUs - #215
Open
abagusetty wants to merge 8 commits into
Open
abagusetty wants to merge 8 commits into
abagusetty wants to merge 8 commits into
Conversation
Member
|
Great feature, thanks! This will take some time to review and test - so bear with us, but with some back and forth we'll see where we land. |
Kernels are generated as SYCL free functions and compiled at runtime through the oneAPI kernel compiler. The Jinja templates are shared with CUDA and HIP via templates/sycl_compat.cuh; the backend is now a string rather than an is_hip boolean, and JITKernel::execute also takes argument sizes.
Mirrors the CUDA job. GitHub offers no Intel GPU runner, so only the build is exercised.
The stable-ABI headers the extension includes are not all present before 2.10, which the precompiled-extension check in extlib has required all along. The SYCL guard now enforces the same floor.
Upstream PASSIONLab#217 replaced HIP's __threadfence_block() with the amdgcn wave barrier, so no template emits the token any more.
abagusetty
force-pushed
the
xpu-support
branch
from
September 16, 2026 18:36
69ae39e to
b7381ce
Compare
Member
|
Got a review in progress for this, about 20/50 files in; thanks for the patience, it's going |
Author
Thanks @vbharadwaj-bk Appreciate for going through this. Not a small PR! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Major changes: