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

Introduce command-buffer functionality to update cl_kernel in kernel command #1279

Open
EwanC opened this issue Nov 6, 2024 · 0 comments
Open
Labels
cl_khr_command_buffer Relating to the command-buffer family of extension

Comments

@EwanC
Copy link
Contributor

EwanC commented Nov 6, 2024

This is a feature request to enable updating the cl_kernel argument to clCommandNDRangeKernelKHR commands with clUpdateMutableCommandsKHR. This can be done by extending the cl_khr_command_buffer_mutable_dispatch extension, or creating a layered extension ontop of cl_khr_command_buffer_mutable_dispatch.

This request is based on a desire to use OpenCL as a backend to support an equivalent feature in SYCL-Graph (See intel/llvm#14896 & intel/llvm#15700). The other SYCL-Graph backends implement this feature using similar functionality to this feature request:

@EwanC EwanC added the cl_khr_command_buffer Relating to the command-buffer family of extension label Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cl_khr_command_buffer Relating to the command-buffer family of extension
Projects
None yet
Development

No branches or pull requests

1 participant