mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 01:35:20 +08:00
refactor: add out cmd argument to semaphore wait encoder
Related-To: NEO-10065 Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
15934ceb43
commit
4baee71974
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2018-2023 Intel Corporation
|
||||
* Copyright (C) 2018-2024 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -288,7 +288,7 @@ inline void HardwareInterface<GfxFamily>::dispatchDebugPauseCommands(
|
||||
EncodeSemaphore<GfxFamily>::addMiSemaphoreWaitCommand(*commandStream,
|
||||
address,
|
||||
static_cast<uint32_t>(waitCondition),
|
||||
COMPARE_OPERATION::COMPARE_OPERATION_SAD_EQUAL_SDD, false, false, false);
|
||||
COMPARE_OPERATION::COMPARE_OPERATION_SAD_EQUAL_SDD, false, false, false, nullptr);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user