feature: add out cmd pointer to store data imm encoder

Related-To: NEO-10385

Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz
2024-03-07 10:51:48 +00:00
committed by Compute-Runtime-Automation
parent 26abb4a1fa
commit fe377b6597
11 changed files with 51 additions and 24 deletions

View File

@@ -3564,7 +3564,8 @@ void CommandListCoreFamily<gfxCoreFamily>::dispatchPostSyncCompute(uint64_t gpuA
value,
0u,
false,
workloadPartition);
workloadPartition,
nullptr);
}
template <GFXCORE_FAMILY gfxCoreFamily>