mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
Implement zetSysmanProcessesGetState API
This change does the following: - Implement API zetSysmanProcessesGetState. - Implement ULT to validate zetSysmanProcessesGetState's implementation - Redesign ULTs for zetSysmanDeviceGetProperties to mock only OS specific classes, and validate zetSysmanDeviceGetProperties's implementation end to end. - Some bug fixes in code that are caught by these new ULTs Change-Id: I4a83789771d32978576ff62859628df2c0c795ad Signed-off-by: Jitendra Sharma <jitendra.sharma@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
7e8de05bd6
commit
596c1a8e70
@@ -23,6 +23,8 @@ class LinuxEngineImp : public OsEngine, public NEO::NonCopyableClass {
|
||||
|
||||
protected:
|
||||
SysfsAccess *pSysfsAccess = nullptr;
|
||||
|
||||
private:
|
||||
static const std::string computeEngineGroupFile;
|
||||
static const std::string computeEngineGroupName;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user