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

[EXP][Command-buffer] OpenCL kernel command update #7

Closed
wants to merge 2 commits into from

Commits on Feb 15, 2024

  1. [EXP][Command-buffer] OpenCL kernel command update

    Implement the API for updating the kernel commands in a command-buffer
    defined by oneapi-src#1089 for
    the OpenCL adapter.
    
    This depends on support for the
    [cl_khr_command_buffer_mutable_dispatch](https://registry.khronos.org/OpenCL/specs/3.0-unified/html/OpenCL_Ext.html#cl_khr_command_buffer_mutable_dispatch)
    extension.
    
    Tested on Intel GPU OpenCL implementations with the
    [command-buffer emulation
    layer](https://github.com/bashbaug/SimpleOpenCLSamples/tree/main/layers/10_cmdbufemu).
    
    ```bash
    $ OPENCL_LAYERS=<path/to/SimpleOpenCLSamples/build/layers/10_cmdbufemu/libCmdBufEmu.so> ./bin/test-exp_command_buffer --platform="Intel(R) OpenCL Graphics"
    ```
    EwanC committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    7e40f62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67da5d8 View commit details
    Browse the repository at this point in the history