mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
feature: assign unique interrupt to queue
Related-To: NEO-8179 Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
0ac1be7669
commit
da9c009b88
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2023 Intel Corporation
|
||||
* Copyright (C) 2023-2024 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -55,7 +55,7 @@ BlitOperationResult BlitHelper::blitMemoryToAllocationBanks(const Device &device
|
||||
return BlitOperationResult::unsupported;
|
||||
}
|
||||
|
||||
bcsEngine->commandStreamReceiver->initializeResources();
|
||||
bcsEngine->commandStreamReceiver->initializeResources(false);
|
||||
bcsEngine->commandStreamReceiver->initDirectSubmission();
|
||||
BlitPropertiesContainer blitPropertiesContainer;
|
||||
blitPropertiesContainer.push_back(
|
||||
|
||||
Reference in New Issue
Block a user