mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 05:24:02 +08:00
Fixes logic errors: * When kernel code-sections' allocations are optimized (placed on a single page) then don't go to outer `else` branch if the section for a given kernel has already been copied. * When optimization is not in place for a given module then also skip kernel code section copying if it has been already done Related-To: NEO-7788 Signed-off-by: Maciej Bielski <maciej.bielski@intel.com>