mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 01:35:20 +08:00
Check BCS ULLS availability on copy command queue
Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
73910d5287
commit
402082182c
@@ -118,7 +118,7 @@ ze_result_t CommandQueueHw<gfxCoreFamily>::executeCommandLists(
|
||||
spaceForResidency += residencyContainerSpaceForPreemption;
|
||||
}
|
||||
|
||||
bool directSubmissionEnabled = csr->isDirectSubmissionEnabled();
|
||||
bool directSubmissionEnabled = isCopyOnlyCommandQueue ? csr->isBlitterDirectSubmissionEnabled() : csr->isDirectSubmissionEnabled();
|
||||
|
||||
L0::Fence *fence = nullptr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user