feature: Append recorded commandlist into immediate (8/N)

- Add primary dispatch capability for immediate command list
- turn off usage of parent linear stream for copy engine

Related-To: NEO-10356

Signed-off-by: Aravind Gopalakrishnan <aravind.gopalakrishnan@intel.com>
This commit is contained in:
Aravind Gopalakrishnan
2025-02-08 02:44:45 +00:00
committed by Compute-Runtime-Automation
parent cce64ae50e
commit 9db77efd03
16 changed files with 401 additions and 110 deletions

View File

@@ -89,6 +89,8 @@ class CommandContainer : public NonCopyableOrMovableClass {
LinearStream *getCommandStream() { return commandStream.get(); }
bool usingSecondaryCmdbufInHostMem() { return useSecondaryCommandStream; }
IndirectHeap *getIndirectHeap(HeapType heapType);
HeapHelper *getHeapHelper() { return heapHelper.get(); }
@@ -119,7 +121,7 @@ class CommandContainer : public NonCopyableOrMovableClass {
GraphicsAllocation *obtainNextCommandBufferAllocation();
GraphicsAllocation *obtainNextCommandBufferAllocation(bool forceHostMemory);
bool swapStreams();
MOCKABLE_VIRTUAL bool swapStreams();
void reset();