mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
Use MultiDeviceKernel instead of Kernel in clCloneKernel
Related-To: NEO-5001 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
693f2ff384
commit
487f10f999
@@ -636,7 +636,7 @@ class Kernel : public ReferenceTrackedObject<Kernel> {
|
||||
bool singleSubdevicePreferedInCurrentEnqueue = false;
|
||||
|
||||
bool kernelHasIndirectAccess = true;
|
||||
MultiDeviceKernel *pMultiDeviceKernel;
|
||||
MultiDeviceKernel *pMultiDeviceKernel = nullptr;
|
||||
};
|
||||
|
||||
} // namespace NEO
|
||||
|
||||
Reference in New Issue
Block a user