Reuse command buffers in L0 command list

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2021-12-13 08:48:59 +00:00
committed by Compute-Runtime-Automation
parent 64aec8dc4e
commit 616580637b
19 changed files with 150 additions and 102 deletions

View File

@ -684,7 +684,7 @@ TEST(SourceLevelDebugger, whenCaptureSBACalledThenNoCommandsAreAddedToStream) {
MockSourceLevelDebugger debugger;
CommandContainer container;
container.initialize(device.get());
container.initialize(device.get(), nullptr);
NEO::Debugger::SbaAddresses sbaAddresses = {};
debugger.captureStateBaseAddress(container, sbaAddresses);