mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-13 10:14:36 +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