mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 20:39:56 +08:00
Refactor source level debugger notification in OCL path - in build() cl_program method. It fixes confusing debug data creation (mixed legacy/zebin path) and thus incorrect kernel notification about debug data. Signed-off-by: Kacper Nowak <kacper.nowak@intel.com> Related-To: NEO-6644