mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 22:43:00 +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
@@ -90,6 +90,7 @@ class SysfsAccess : private FsAccess {
|
||||
MOCKABLE_VIRTUAL ze_result_t write(const std::string file, const uint64_t val);
|
||||
ze_result_t write(const std::string file, const double val);
|
||||
|
||||
MOCKABLE_VIRTUAL ze_result_t scanDirEntries(const std::string path, std::vector<std::string> &list);
|
||||
ze_result_t readSymLink(const std::string path, std::string &buf);
|
||||
ze_result_t getRealPath(const std::string path, std::string &buf);
|
||||
ze_result_t bindDevice(const std::string device);
|
||||
|
||||
Reference in New Issue
Block a user