mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
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:
committed by
Compute-Runtime-Automation
parent
c6b7c5da7c
commit
194b969ffe
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user