SWDEV-300515 - Apply CU granularity on the CU count
Report granularity for possible app query Change-Id: I98857c6f4cc7ae590927ea35ce57d181abe7860b
Este cometimento está contido em:
cometido por
Saleel Kudchadker
ascendente
7abd2827b5
cometimento
f613831471
@@ -596,7 +596,10 @@ void NullDevice::fillDeviceInfo(const Pal::DeviceProperties& palProp,
|
||||
info_.numAsyncQueues_ = numComputeRings;
|
||||
|
||||
info_.numRTQueues_ = numExclusiveComputeRings;
|
||||
info_.numRTCUs_ = palProp.engineProperties[Pal::EngineTypeCompute].maxNumDedicatedCu;
|
||||
|
||||
const auto& engineProp = palProp.engineProperties[Pal::EngineTypeCompute];
|
||||
info_.numRTCUs_ = engineProp.maxNumDedicatedCu;
|
||||
info_.granularityRTCUs_ = engineProp.dedicatedCuGranularity;
|
||||
|
||||
info_.threadTraceEnable_ = settings().threadTraceEnable_;
|
||||
|
||||
|
||||
Criar uma nova questão referindo esta
Bloquear um utilizador