-
Notifications
You must be signed in to change notification settings - Fork 797
[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
base: sycl
Are you sure you want to change the base?
[SYCL] Kernel free function num args functionality #19517
Conversation
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.
I am confident that once my last few comments have been addressed, I am happy with this!
@intel/dpcpp-cfe-reviewers @premanandrao @elizabethandrews @Fznamznon please, review it |
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.
Couple of minor formatting comments, but otherwise, looks good to me.
This PR adds possibility to get kernel free function number of arguments according to docs
Tests were added according to test plan.