mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 09:14:47 +08:00
Add a parameter to the encode function
Signed-off-by: Daria Hinz <daria.hinz@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
c99b223aed
commit
53104e0830
@@ -36,6 +36,7 @@ struct EncodeDispatchKernel {
|
||||
DispatchKernelEncoderI *dispatchInterface,
|
||||
uint64_t eventAddress,
|
||||
bool isTimestampEvent,
|
||||
bool L3FlushEnable,
|
||||
Device *device,
|
||||
PreemptionMode preemptionMode,
|
||||
bool &requiresUncachedMocs,
|
||||
|
||||
@@ -25,7 +25,7 @@ namespace NEO {
|
||||
template <typename Family>
|
||||
void EncodeDispatchKernel<Family>::encode(CommandContainer &container,
|
||||
const void *pThreadGroupDimensions, bool isIndirect, bool isPredicate, DispatchKernelEncoderI *dispatchInterface,
|
||||
uint64_t eventAddress, bool isTimestampEvent, Device *device, PreemptionMode preemptionMode, bool &requiresUncachedMocs,
|
||||
uint64_t eventAddress, bool isTimestampEvent, bool L3FlushEnable, Device *device, PreemptionMode preemptionMode, bool &requiresUncachedMocs,
|
||||
uint32_t &partitionCount, bool isInternal) {
|
||||
|
||||
using MEDIA_STATE_FLUSH = typename Family::MEDIA_STATE_FLUSH;
|
||||
|
||||
Reference in New Issue
Block a user