mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 22:12:59 +08:00
Change event memory layout for multi tile capable platforms
Related-To: NEO-6811 Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
9e1bd1005b
commit
616dd55789
@@ -38,20 +38,20 @@ class CommandEncodeStatesFixture : public DeviceFixture {
|
||||
const void *pThreadGroupDimensions,
|
||||
bool requiresUncachedMocs) {
|
||||
EncodeDispatchKernelArgs args{
|
||||
0, //eventAddress
|
||||
device, //device
|
||||
dispatchInterface, //dispatchInterface
|
||||
pThreadGroupDimensions, //pThreadGroupDimensions
|
||||
PreemptionMode::Disabled, //preemptionMode
|
||||
1, //partitionCount
|
||||
false, //isIndirect
|
||||
false, //isPredicate
|
||||
false, //isTimestampEvent
|
||||
false, //L3FlushEnable
|
||||
requiresUncachedMocs, //requiresUncachedMocs
|
||||
false, //useGlobalAtomics
|
||||
false, //isInternal
|
||||
false //isCooperative
|
||||
0, // eventAddress
|
||||
device, // device
|
||||
dispatchInterface, // dispatchInterface
|
||||
pThreadGroupDimensions, // pThreadGroupDimensions
|
||||
PreemptionMode::Disabled, // preemptionMode
|
||||
1, // partitionCount
|
||||
false, // isIndirect
|
||||
false, // isPredicate
|
||||
false, // isTimestampEvent
|
||||
false, // L3FlushEnable
|
||||
requiresUncachedMocs, // requiresUncachedMocs
|
||||
false, // useGlobalAtomics
|
||||
false, // isInternal
|
||||
false // isCooperative
|
||||
};
|
||||
|
||||
return args;
|
||||
|
||||
Reference in New Issue
Block a user