mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 01:35:20 +08:00
Engine OSspecific ULT implementation
- by Mocking sysfs class and implementing OSSpecific(Linux) Change-Id: I2eabf24e44e92b72e73bc323206776440b330b83 Signed-off-by: SaiKishore Konda <saikishore.konda@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
b817d3e95a
commit
fda985aa0e
@@ -52,6 +52,7 @@ EngineImp::EngineImp(OsSysman *pOsSysman) {
|
||||
EngineImp::~EngineImp() {
|
||||
if (nullptr != pOsEngine) {
|
||||
delete pOsEngine;
|
||||
pOsEngine = nullptr;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user