mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 23:33:20 +08:00
Add experimental extension to set global work offest in L0. Current L0 specification does not have interface to export experimental function symbols, so for now, applications need to find the symbol like with dlsym on Linux. A blackbox test showing functionality is also added. Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>