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

Update clUpdateMutableCommandsKHR binding #298

Merged
merged 1 commit into from
Sep 6, 2024

Commits on Aug 1, 2024

  1. Update clUpdateMutableCommandsKHR binding

    In OpenCL-Docs PR KhronosGroup/OpenCL-Docs#1045
    the API for `cl_khr_command_buffer_mutable_dispatch` API
    `clUpdateMutableCommandsKHR` changed in a breaking way.
    
    When the headers update OpenCL-Headers PR KhronosGroup/OpenCL-Headers#245
    the bindings will break if they are not updated to reflect this
    change.
    
    Bindings updated in this PR to pass to arrays of templated length to
    the C++ method. The underlying `.data()` pointers of these parameters can be
    passed through to the OpenCL API.
    EwanC committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    ed46a01 View commit details
    Browse the repository at this point in the history