mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-31 20:13:04 +08:00
Defer Sysman Temperature Module Initialization
With this change, init for sysman Temperature API would not be done during zeInit. Rather init and thereby Temperature API handle creation would be done only when user explicitly requests to enumerate handles using zesDeviceEnumTemperatureSensors. Modification to temperature ULTs Related-To: LOCI-3127 Signed-off-by: Kulkarni, Ashwin Kumar <ashwin.kumar.kulkarni@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
dbdae541c1
commit
e58bc1ca86
@@ -103,9 +103,6 @@ ze_result_t SysmanDeviceImp::init() {
|
||||
if (pFabricPortHandleContext) {
|
||||
pFabricPortHandleContext->init();
|
||||
}
|
||||
if (pTempHandleContext) {
|
||||
pTempHandleContext->init(deviceHandles);
|
||||
}
|
||||
if (pPci) {
|
||||
pPci->init();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user