-
Notifications
You must be signed in to change notification settings - Fork 807
[SYCL] Kernel free function num args functionality #19517
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
sergey-semenov
merged 26 commits into
intel:sycl
from
dklochkov-emb:sycl-free-functions-num-args
Jul 31, 2025
Merged
Changes from 22 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
15555b7
[SYCL] add possibility to get number of argumnet of kernell free func…
dklochkov-emb e954028
[SYCL] update formatting
dklochkov-emb ecfea21
[SYCL] do no capture unused parameters in lambda
dklochkov-emb c0f2b29
[SYCL][E2E] update win abi test
dklochkov-emb 6eb351e
Merge remote-tracking branch 'upstream/sycl' into sycl-free-functions…
dklochkov-emb cdc214c
[SYCL] return free function kernel data only if kernel is free function
dklochkov-emb a3e9450
[SYCL] fix formatting
dklochkov-emb 2373446
[SYCL][TEST] update ABI tests
dklochkov-emb aab52c6
[SYCL] do not use public interface to get num_args
dklochkov-emb e415843
[SYCL] remove win symbols from abi test
dklochkov-emb 9e1f16d
[SYCL] fix syntax
dklochkov-emb c0fdbc4
[SYCL] store kernel global data in a separate map in program manager
dklochkov-emb bf4786e
[SYCL] do not create a separate function to add global kernel descs …
dklochkov-emb 811c4b6
[SYCL] do not use string pattern to detect if kernel is a free function
dklochkov-emb 618f51e
[SYCL][TEST] update win abi test
dklochkov-emb ef30cde
[SYCL][TEST] add new headers to test input directory
dklochkov-emb ed5acdf
[SYCL] update args to match map
dklochkov-emb b052359
[SYCL] do not lock if add or get kernel global info
dklochkov-emb 0a35b30
[SYCL][TEST] update win abi test
dklochkov-emb f4efc2f
[SYCL] do not cast unsigned to void pointer
dklochkov-emb 11c6270
[SYCL] rework register global kernel info function
dklochkov-emb 0b67f11
[SYCL][TEST] update win abi test
dklochkov-emb 532aff0
[SYCL] more informative names and comments
dklochkov-emb b52a1b3
Merge remote-tracking branch 'upstream/sycl' into sycl-free-functions…
dklochkov-emb be6f64c
[SYCL] update formatting
dklochkov-emb 80271f0
Merge remote-tracking branch 'upstream/sycl' into sycl-free-functions…
dklochkov-emb 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
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.