mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 07:00:17 +08:00
Split the function into submethods to improve readability, reusability and maintability (initially it was ~500 lines long!). Also, split the execution into 'copy-only' and 'regular' cases to reduce amount of `if()`s in the code. Resolves: NEO-7118 Signed-off-by: Maciej Bielski <maciej.bielski@intel.com>