Revert "feature: api to query aggregated event increment value"

This reverts commit a9f43dac9f.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
Compute-Runtime-Validation
2025-09-21 19:25:39 +02:00
committed by Compute-Runtime-Automation
parent 453c9fda14
commit 891078f634
5 changed files with 0 additions and 20 deletions

View File

@@ -183,10 +183,6 @@ ze_result_t ZE_APICALL zexCounterBasedEventCloseIpcHandle(ze_event_handle_t hEve
return Event::fromHandle(hEvent)->destroy();
}
ze_result_t ZE_APICALL zexDeviceGetAggregatedCopyOffloadIncrementValue(ze_device_handle_t hDevice, uint32_t *incrementValue) {
return ZE_RESULT_ERROR_UNSUPPORTED_FEATURE;
}
} // namespace L0
extern "C" {
@@ -236,8 +232,4 @@ ZE_APIEXPORT ze_result_t ZE_APICALL zexCounterBasedEventCloseIpcHandle(ze_event_
return L0::zexCounterBasedEventCloseIpcHandle(hEvent);
}
ZE_APIEXPORT ze_result_t ZE_APICALL zexDeviceGetAggregatedCopyOffloadIncrementValue(ze_device_handle_t hDevice, uint32_t *incrementValue) {
return L0::zexDeviceGetAggregatedCopyOffloadIncrementValue(hDevice, incrementValue);
}
} // extern "C"