Revert "feature: initial support of zexCounterBasedEventCreate"

This reverts commit d8f8b70dd7.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
Compute-Runtime-Validation
2024-01-15 04:46:45 +01:00
committed by Compute-Runtime-Automation
parent b7cc737882
commit 1cc4c6c10f
3 changed files with 2 additions and 48 deletions

View File

@@ -422,9 +422,7 @@ void EventImp<TagSizeT>::copyDataToEventAlloc(void *dstHostAddr, uint64_t dstGpu
template <typename TagSizeT>
ze_result_t EventImp<TagSizeT>::hostEventSetValue(TagSizeT eventVal) {
if (!hostAddress) {
return ZE_RESULT_ERROR_INVALID_NULL_POINTER;
}
UNRECOVERABLE_IF(hostAddress == nullptr);
if (isEventTimestampFlagSet()) {
return hostEventSetValueTimestamps(eventVal);