mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 07:00:17 +08:00
Implements mechanism in ocloc to generate a temporary main.cl file containing kernel source code when compiling with the debug (-g) flag and the source file does not exist. This enables proper source code annotations in generated assembly for SYCL/online compilation workflows. Related-To: NEO-11900 Signed-off-by: Aleksandra Nizio <aleksandra.nizio@intel.com>