Skip to content
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

[UR] Add extensibility to the rest of kernelSet* entrypoints #645

Conversation

omarahmed1111
Copy link
Contributor

@omarahmed1111 omarahmed1111 commented Jun 22, 2023

Add pProperties to urKernelSetArgPointer - urKernelSetExecInfo - urKernelSetArgSampler entry-points

Resolves 572

@omarahmed1111 omarahmed1111 changed the title Add extensibility to the rest of kernelSet* entrypoints [UR] Add extensibility to the rest of kernelSet* entrypoints Jun 22, 2023
Copy link
Contributor

@kbenzie kbenzie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like you missed urKernelSetArgValue and urKernelSetArgLocal.

@omarahmed1111 omarahmed1111 force-pushed the add_props_to_kernel_set_entrypoints branch from 0af3f18 to ac1d7d4 Compare June 22, 2023 16:28
@omarahmed1111
Copy link
Contributor Author

Looks like you missed urKernelSetArgValue and urKernelSetArgLocal.

Yup, added that.

@omarahmed1111
Copy link
Contributor Author

Do we need to add urKernelSetSpecializationConstants?

@omarahmed1111 omarahmed1111 force-pushed the add_props_to_kernel_set_entrypoints branch from ac1d7d4 to f37889f Compare June 22, 2023 16:34
@kbenzie
Copy link
Contributor

kbenzie commented Jun 22, 2023

Do we need to add urKernelSetSpecializationConstants?

No, this doesn't relate to kernel arguments.

@omarahmed1111 omarahmed1111 force-pushed the add_props_to_kernel_set_entrypoints branch from f37889f to 6da2001 Compare June 22, 2023 16:43
Copy link
Contributor

@kbenzie kbenzie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@omarahmed1111 omarahmed1111 merged commit 7e16bb3 into oneapi-src:main Jun 23, 2023
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SYCL RT request: need an API to provide memory access hint to urKernelSetArgMemObj
3 participants