mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 22:43:00 +08:00
Revert "feature: Submission for GlobalTimestamp as default"
This reverts commit 3d3c5ddf9f.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
82569f6a0f
commit
ad99c8d818
@@ -348,7 +348,7 @@ ze_result_t getDeviceTimestamps(DeviceImp *deviceImp, const ze_bool_t synchroniz
|
||||
uint64_t hostTimestamp;
|
||||
uint64_t deviceTimestamp;
|
||||
|
||||
result = deviceImp->getGlobalTimestamps(&hostTimestamp, &deviceTimestamp, false);
|
||||
result = deviceImp->getGlobalTimestamps(&hostTimestamp, &deviceTimestamp);
|
||||
if (result != ZE_RESULT_SUCCESS) {
|
||||
*globalTimestamp = 0;
|
||||
*metricTimestamp = 0;
|
||||
|
||||
@@ -1001,7 +1001,7 @@ ze_result_t OaMetricGroupImp::getMetricTimestampsExp(const ze_bool_t synchronize
|
||||
uint64_t hostTimestamp;
|
||||
uint64_t deviceTimestamp;
|
||||
|
||||
result = deviceImp->getGlobalTimestamps(&hostTimestamp, &deviceTimestamp, false);
|
||||
result = deviceImp->getGlobalTimestamps(&hostTimestamp, &deviceTimestamp);
|
||||
if (result != ZE_RESULT_SUCCESS) {
|
||||
*globalTimestamp = 0;
|
||||
*metricTimestamp = 0;
|
||||
|
||||
Reference in New Issue
Block a user