mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-23 11:03:02 +08:00
`KernelImp` is virtual class so capturing the current kernel state cannot be done by a simple copy-instance of the class. However, this can be done by extracting the relevant data to a separate class and capturing a copy of its instance. Related-To: NEO-15374 Signed-off-by: Maciej Bielski <maciej.bielski@intel.com>