-
Notifications
You must be signed in to change notification settings - Fork 788
[SYCL] Add support for native root group implementation #11043
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
Closed
Closed
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
b6caf20
Add calls to new PI APIs for query and launch
0x12CC cc308d9
Merge branch 'sycl' into native_root_group
0x12CC 64c4ad3
Update CGExecKernel construction in unit tests
0x12CC 8807a89
Update barrier and kernel launch
0x12CC 4b822ce
Add extension include to sycl header
0x12CC ba64c38
Merge branch 'native_root_group' of https://github.com/0x12CC/llvm in…
0x12CC 7aefca9
Add `piextEnqueueCooperativeKernelLaunch` to CL plugin
0x12CC acc527d
Add new APIs to symbol dumps
0x12CC 5260f80
Fix `is_fixed_topology` test case
0x12CC 0811c57
Update barrier implementation
0x12CC 58b8161
Merge branch 'sycl' into native_root_group
0x12CC 8cc65c3
Merge branch 'sycl' into native_root_group
0x12CC 4aa376a
Add new PI APIs to CUDA and HIP plugins
0x12CC 40e7a1f
Update windows symbols dump
0x12CC 7596203
Fix CUDA and HIP PI functions
0x12CC 1637e89
Update `group_scope<root_group>` to `Device`
0x12CC 0e6b172
Update symbol dumps
0x12CC 1c6c9cf
Add TODO for UR changes
0x12CC 47ce8f7
Disable root group test on L0
0x12CC 881263d
Fix assertions in root group test
0x12CC 092227b
Merge branch 'sycl' into native_root_group
0x12CC 161b7b2
Merge branch 'sycl' into native_root_group
0x12CC 317b969
Refactor feature test macro and checks
0x12CC 3ae2361
Add comments for piextEnqueue*KernelLaunch parameters
0x12CC d08e935
Add TODO for `urEnqueueCooperativeKernelLaunch`
0x12CC af778bc
Merge branch 'sycl' into native_root_group
0x12CC 33917f8
Remove L0 changes from PI plugin
0x12CC 2cd01b0
Merge branch 'sycl' into native_root_group
0x12CC da862ac
Update sycl/include/sycl/detail/pi.h
0x12CC File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this needs to be also a redirection to pi2ur, even if all that we are doing is returning 1.