mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 01:35:20 +08:00
Refactor store register mem encoder to include partition parameter
Related-To: NEO-6811 Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
76289be8c1
commit
f4407064a4
@@ -90,6 +90,11 @@ template <>
|
||||
void EncodeL3State<Family>::encode(CommandContainer &container, bool enableSLM) {
|
||||
}
|
||||
|
||||
template <>
|
||||
void EncodeStoreMMIO<Family>::appendFlags(MI_STORE_REGISTER_MEM *storeRegMem, bool workloadPartition) {
|
||||
storeRegMem->setMmioRemapEnable(true);
|
||||
}
|
||||
|
||||
template struct EncodeDispatchKernel<Family>;
|
||||
template struct EncodeStates<Family>;
|
||||
template struct EncodeMath<Family>;
|
||||
|
||||
Reference in New Issue
Block a user