mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
Lazy init implementation for RAS module
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
4bdd8860a1
commit
49aaf62bbd
@@ -52,7 +52,9 @@ FirmwareUtil *WddmSysmanImp::getFwUtilInterface() {
|
||||
Device *WddmSysmanImp::getDeviceHandle() {
|
||||
return pDevice;
|
||||
}
|
||||
|
||||
std::vector<ze_device_handle_t> &WddmSysmanImp::getDeviceHandles() {
|
||||
return pParentSysmanDeviceImp->deviceHandles;
|
||||
}
|
||||
NEO::Wddm &WddmSysmanImp::getWddm() {
|
||||
UNRECOVERABLE_IF(nullptr == pWddm);
|
||||
return *pWddm;
|
||||
|
||||
Reference in New Issue
Block a user