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

Commits on Jun 5, 2024

  1. cl_khr_kernel_clock: use create_single_kernel_helper

    `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 committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    4ce6ab0 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    bf07863 View commit details
    Browse the repository at this point in the history