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

cl_khr_kernel_clock: use create_single_kernel_helper #1978

Merged
merged 2 commits into from
Jun 18, 2024

Conversation

svenvh
Copy link
Member

@svenvh svenvh commented Jun 5, 2024

create_single_kernel_helper invokes clBuildProgram and sets -cl-std to the latest version supported by the context.

The vast majority of tests are using create_single_kernel_helper instead of the ..._create_program variant, so use the former for the sake of consistency.

`create_single_kernel_helper` invokes `clBuildProgram` and sets
`-cl-std` to the latest version supported by the context.

The vast majority of tests are using `create_single_kernel_helper`
instead of the `..._create_program` variant, so use the former for
the sake of consistency.

Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com>
@svenvh
Copy link
Member Author

svenvh commented Jun 5, 2024

@AhmedAmraniAkdi please let me know in case your choice for the ..._create_program variant was deliberate in #1960.

@bashbaug
Copy link
Contributor

Merging as discussed in the June 18th teleconference.

@bashbaug bashbaug merged commit 2b26643 into KhronosGroup:main Jun 18, 2024
7 checks passed
@svenvh svenvh deleted the cl_khr_kernel_clock-helper branch June 19, 2024 07:59
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.

3 participants