Revert "feature: add 64-bit semaphore command"

This reverts commit 4dc2945060.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
Compute-Runtime-Validation
2025-11-27 14:32:44 +01:00
committed by Compute-Runtime-Automation
parent c6b7c5da7c
commit 194b969ffe
11 changed files with 42 additions and 239 deletions

View File

@@ -58,7 +58,8 @@ void MutableSemaphoreWaitHw<GfxFamily>::restoreWithSemaphoreAddress(GpuAddress s
template <typename GfxFamily>
void MutableSemaphoreWaitHw<GfxFamily>::setSemaphoreValue(uint64_t value) {
NEO::EncodeSemaphore<GfxFamily>::setMiSemaphoreWaitValue(semWait, value);
auto semWaitCmd = reinterpret_cast<SemaphoreWait *>(semWait);
semWaitCmd->setSemaphoreDataDword(static_cast<uint32_t>(value));
}
} // namespace L0::MCL