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:
Milczarek, Slawomir
2018-11-25 14:58:12 -08:00
parent 360c107b41
commit cd5f85052e
17 changed files with 219 additions and 181 deletions

View File

@ -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();