mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-20 13:11:34 +08:00
Pass CsrType to initAubCenter
- create AubManager with correct mode Change-Id: I89c9c3c7edf553854b8b82788cec3dec53a62d79
This commit is contained in:
@ -178,7 +178,7 @@ bool Platform::initialize() {
|
||||
CommandStreamReceiverType csrType = this->devices[0]->getDefaultEngine().commandStreamReceiver->getType();
|
||||
if (csrType != CommandStreamReceiverType::CSR_HW) {
|
||||
auto enableLocalMemory = HwHelper::get(hwInfo->pPlatform->eRenderCoreFamily).getEnableLocalMemory(*hwInfo);
|
||||
executionEnvironment->initAubCenter(&hwInfo[0], enableLocalMemory, "aubfile");
|
||||
executionEnvironment->initAubCenter(&hwInfo[0], enableLocalMemory, "aubfile", csrType);
|
||||
}
|
||||
|
||||
this->fillGlobalDispatchTable();
|
||||
|
Reference in New Issue
Block a user