mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 05:24:02 +08:00
feature: add support for wait event preamble in append command list
- add mechanism in queue to trigger start command from queue to regular - add detection in immediate command list need to dispatch extra start in queue - fix secondary linear stream in immediate case as it should not use container - modify tests for primary batch buffer dispatch as default mode - remove invalid or obsolete tests Related-To: NEO-10356 Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
571e0f2ba3
commit
f8be8414ac
@@ -112,7 +112,7 @@ CommandContainer::ErrorCode CommandContainer::initialize(Device *device, Allocat
|
||||
return ErrorCode::outOfDeviceMemory;
|
||||
}
|
||||
secondaryCommandStreamForImmediateCmdList = std::make_unique<LinearStream>(cmdBufferAllocationHost->getUnderlyingBuffer(),
|
||||
usableSize, this, this->selectedBbCmdSize);
|
||||
usableSize, cmdcontainer, this->selectedBbCmdSize);
|
||||
secondaryCommandStreamForImmediateCmdList->replaceGraphicsAllocation(cmdBufferAllocationHost);
|
||||
cmdBufferAllocations.push_back(cmdBufferAllocationHost);
|
||||
addToResidencyContainer(cmdBufferAllocationHost);
|
||||
|
||||
Reference in New Issue
Block a user