-
Notifications
You must be signed in to change notification settings - Fork 791
[UR][SYCL] Introduce UR api to set kernel args + launch in one call. #18764
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
Merged
Merged
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
cebad02
[UR][SYCL] Introduce UR api to set kernel args + launch in one call.
aarongreig eff5f5e
Merge branch 'sycl' into aaron/enqueueKernelWithArgs
aarongreig 82176ff
Fix tsan launchinfo
aarongreig 9ccdfcd
Fix unit tests.
aarongreig 2762c70
Fix native cpu + some cuda/hip fails.
aarongreig e25f390
Mechanically replace urEnqueueKernelLaunch in e2e tests.
aarongreig ffa9a11
Merge branch 'sycl' into aaron/enqueueKernelWithArgs
aarongreig 3c87170
Fix a couple of tests and an oversight in the sanitizer layer.
aarongreig 3c38b26
Fix fallthrough.
aarongreig d118cec
Remove missed SetArg calls.
aarongreig 28d539e
Fix a test and move asan kernel arg handling to helpers.
aarongreig 1fda654
Add missing locks to sanitizer launch with args.
aarongreig 26976b6
Set kernel args in sanitizer layers rather than passing them through.
aarongreig 70aa909
Merge branch 'sycl' into aaron/enqueueKernelWithArgs
aarongreig cda9d00
Fix printing by adding separate value union member.
aarongreig 29cbd08
Fix global size validation and add some negative tests.
aarongreig 9153d56
Expand testing + validation.
aarongreig 74e19e1
Add kernel arg storage to queue_impl rather than re-allocate for ever…
aarongreig 2879552
Spec cleanup, add rst file
aarongreig 4744151
Fix unittest build.
aarongreig bafcebd
Minor l0 fix: handle sampler args with SetArgValueHelper.
aarongreig aa2367f
Move native cpu set arg logic entirely to common code.
aarongreig a5d4b8c
Merge branch 'sycl' into aaron/enqueueKernelWithArgs
aarongreig 4e16f64
Merge branch 'sycl' into aaron/enqueueKernelWithArgs
aarongreig a6d4bed
Add offload implementation.
aarongreig b712d44
Update offload interface loader.
aarongreig d03b90d
Merge branch 'sycl' into aaron/enqueueKernelWithArgs
aarongreig 8c6ebf2
Add out of order definition for l0 v2 adapter.
aarongreig 8e52a62
Merge branch 'sycl' into aaron/enqueueKernelWithArgs
aarongreig ed4dded
Merge branch 'sycl' into aaron/enqueueKernelWithArgs
aarongreig 2735bde
Merge branch 'sycl' into aaron/enqueueKernelWithArgs
aarongreig 2f81949
Merge branch 'sycl' into aaron/enqueueKernelWithArgs
aarongreig a5cad22
Move minimum global size logic to adjustNDRangePerKernel.
aarongreig 793376a
Correct work dimension normalization.
aarongreig 81b0816
Fix msvc.
aarongreig 7c5c8bc
Merge branch 'sycl' into aaron/enqueueKernelWithArgs
aarongreig 09eb83a
Allow arbitrary work dims
aarongreig 71094ce
Don't rely on queue based shared kernel arg storage.
aarongreig 327c6c8
Merge branch 'sycl' into aaron/enqueueKernelWithArgs
aarongreig 0f8c250
Fix incorrect vector initialization.
aarongreig 9362484
Remove unused kernel arg storage.
aarongreig f3916b5
Merge branch 'sycl' into aaron/enqueueKernelWithArgs
aarongreig 22f7783
Merge branch 'sycl' into aaron/enqueueKernelWithArgs
aarongreig 0cfad2a
Fix image_selection e2e test.
aarongreig 71512e6
Fix bad find/replace in comment.
aarongreig 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.