Skip to content

CL: Add support for global work offset

Boris Brezillon requested to merge ms/cl-global-work-offset into msclc-d3d12

We simply use an extra CBV to store the global offset, and apply this offset when emitting load_global_invocation_id() intrinsics.

/cc @kusma @daniels

Merge request reports