mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-23 03:01:20 +08:00
AUB CSR to update hardware tag in standalone mode
This commit introduces a software controlled HW Tag in the configuration of AUB CSR in standalone mode (i.e. with no execution on real HW). Change-Id: Ic470957d58e6568b13dda3d61cb230498d8f2691
This commit is contained in:
@@ -46,7 +46,6 @@ CommandStreamReceiver *createCommandStreamImpl(const HardwareInfo *pHwInfo) {
|
||||
pHwInfo->pWaTable,
|
||||
pHwInfo->pSysInfo);
|
||||
commandStreamReceiver = AUBCommandStreamReceiver::create(*pHwInfo, "aubfile", true);
|
||||
initialHardwareTag = -1;
|
||||
break;
|
||||
case CSR_TBX:
|
||||
Gmm::initContext(pHwInfo->pPlatform,
|
||||
|
||||
Reference in New Issue
Block a user