OpenCL 3.0.14 Released With New Extension For Command Buffer Multi-Device

Written by Michael Larabel in Standards on 18 April 2023 at 12:30 PM EDT. Add A Comment
STANDARDS
OpenCL 3.0.14 has been released that has a few minor fixes/corrections plus one prominent new extension: cl_khr_command_buffer_multi_device.

The cl_khr_command_buffer_multi_device extension was worked on by Codeplay Software, Intel, Arm, Qualcomm, Tampere University, NVIDIA, and Google as an extension of cl_khr_command_buffer. This new extension allows the execution of heterogeneous command buffers across multiple devices. The new cl_khr_command_buffer_multi_device specification explains:
"cl_khr_command_buffer_multi_device extends the scope of a command-buffer to allow commands to be recorded across multiple queues in the same command-buffer, providing execution of heterogeneous task graphs from command-queues associated with different devices.

The ability for a user to deep copy an existing command-buffer so that the commands target a different device is also made possible by cl_khr_command_buffer_multi_device. Depending on platform support the mapping of commands to the new target device can be done either explicitly by the user, or automatically by the OpenCL runtime."

The updated OpenCL 3.0.14 specification is available via the Khronos.org Registry.

OpenCL logo

Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week