mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
fix: remove defaultProfilingTimerResolution from RuntimeCapabilityTable
Related-To: NEO-12275 Signed-off-by: Marcel Skierkowski <marcel.skierkowski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
f8f1557ec7
commit
49d999abe6
@@ -74,7 +74,7 @@ ze_result_t SysmanDeviceImp::init() {
|
||||
|
||||
double SysmanDeviceImp::getTimerResolution() {
|
||||
getRootDeviceEnvironmentRef().initOsTime();
|
||||
return getRootDeviceEnvironment().osTime.get()->getDynamicDeviceTimerResolution(getHardwareInfo());
|
||||
return getRootDeviceEnvironment().osTime.get()->getDynamicDeviceTimerResolution();
|
||||
}
|
||||
|
||||
ze_result_t SysmanDeviceImp::deviceGetProperties(zes_device_properties_t *pProperties) {
|
||||
|
||||
Reference in New Issue
Block a user