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_command_buffer_mutable_memory_commands extension #1065

Draft
wants to merge 2 commits into
base: array_command_update
Choose a base branch
from

Commits on Mar 29, 2024

  1. cl_khr_command_buffer_mutable_memory_commands extension

    Draft of `cl_khr_command_buffer_mutable_memory_commands` based
    ontop of KhronosGroup#1045
    which updates `clUpdateMutableCommandsKHR` to pass configs
    by an array rather than linked list.
    
    The goal of this extension is to be able to update the parameters to memory
    operation commands in a command-buffer after the command-buffer has been
    finalized using the `clUpdateMutableCommandsKHR` entry-point defined by
    `cl_khr_command_buffer_mutable_dispatch`.
    EwanC committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    088995d View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Update api/opencl_platform_layer.asciidoc

    Co-authored-by: Kévin Petit <kpet@free.fr>
    EwanC and kpet authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    516b8f6 View commit details
    Browse the repository at this point in the history