mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
Reuse command buffers in L0 command list
Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
64aec8dc4e
commit
616580637b
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user