mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 09:14:47 +08:00
feature: use indirect semaphore for 64b values
Related-To: NEO-8145 Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
c160e6ff93
commit
30777d4d4c
@@ -410,7 +410,7 @@ template <typename GfxFamily>
|
||||
struct LriHelper {
|
||||
using MI_LOAD_REGISTER_IMM = typename GfxFamily::MI_LOAD_REGISTER_IMM;
|
||||
|
||||
static void program(LinearStream *cmdStream, uint32_t address, uint32_t value, bool remap);
|
||||
static void *program(LinearStream *cmdStream, uint32_t address, uint32_t value, bool remap);
|
||||
};
|
||||
|
||||
template <typename GfxFamily>
|
||||
|
||||
Reference in New Issue
Block a user