-
Notifications
You must be signed in to change notification settings - Fork 117
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
Add cooperative kernels experimental feature #849
Conversation
This feature is needed to support the implementation of root groups in SYCL: intel/llvm#11043. This PR needs the |
@kbenzie, could you please review this PR? |
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.
Mostly looks good, just need to add the Exp
suffix to the experimental function names and run the generate
target again.
Thanks! I've made the requested changes. |
Signed-off-by: Michael Aziz <[email protected]>
c0dd679
to
bb542f3
Compare
Add two new functions for working with cooperative kernels:
urKernelSuggestMaxCooperativeGroupCount
urEnqueueCooperativeKernelLaunch