mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 21:42:53 +08:00
From the `cloneWithStateOverride()` perspecitve the `KernelImp` has two logical parts handled differently: - `KernelMutableState`: separate for both regular and cloned instances, may be optionally overriden when cloning - rest: separate for regular instances but shared with all clones (shallow copy), the original instance owns these resources Related-To: NEO-15374 Signed-off-by: Maciej Bielski <maciej.bielski@intel.com>