mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-20 13:11:34 +08:00
AUB CSR with a separate function to submit batch buffer
Move code related to batch buffer submission from flush to dedicated function Add parameter to pass aub file name from AubCenter to AubManager Change-Id: I20abb3c8bd92114b3bc9caa2a6291dc1bbddad2a
This commit is contained in:
@ -168,7 +168,7 @@ bool Platform::initialize() {
|
||||
|
||||
CommandStreamReceiverType csrType = this->devices[0]->getEngine(0).commandStreamReceiver->getType();
|
||||
if (csrType != CommandStreamReceiverType::CSR_HW) {
|
||||
executionEnvironment->initAubCenter(&hwInfo[0], this->devices[0]->getEnableLocalMemory());
|
||||
executionEnvironment->initAubCenter(&hwInfo[0], this->devices[0]->getEnableLocalMemory(), "aubfile");
|
||||
}
|
||||
|
||||
this->fillGlobalDispatchTable();
|
||||
|
Reference in New Issue
Block a user