mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
Remove device enqueue part 10
- remove DeviceQueue Related-To: NEO-6559 Signed-off-by: Katarzyna Cencelewska <katarzyna.cencelewska@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
5b8bc19dc5
commit
a06fbd2077
@@ -43,7 +43,6 @@ MockContext::MockContext(
|
||||
contextCallback = funcNotify;
|
||||
userData = data;
|
||||
memoryManager = nullptr;
|
||||
defaultDeviceQueue = nullptr;
|
||||
driverDiagnostics = nullptr;
|
||||
rootDeviceIndices = {};
|
||||
maxRootDeviceIndex = std::numeric_limits<uint32_t>::max();
|
||||
|
||||
Reference in New Issue
Block a user