mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Extend batch buffer flattening in AubCSR to BatchedDispatch mode
- batch buffer flatening in batched mode - added MI_USER_INTERRUPT command - added GUC Work Queue Item Change-Id: I35142da34b30d3006bb4ffc1521db7f6ebe68ebc
This commit is contained in:
@ -484,7 +484,7 @@ struct SubmissionsAggregatorTests : public ::testing::Test {
|
||||
template <typename T>
|
||||
void overrideCsr(T *newCsr) {
|
||||
device->resetCommandStreamReceiver(newCsr);
|
||||
newCsr->overrideDispatchPolicy(CommandStreamReceiver::DispatchMode::BatchedDispatch);
|
||||
newCsr->overrideDispatchPolicy(DispatchMode::BatchedDispatch);
|
||||
}
|
||||
|
||||
std::unique_ptr<MockDevice> device;
|
||||
|
Reference in New Issue
Block a user