performance: enable command list primary batch buffer on xe hpc platform

Related-To: NEO-7807

Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz
2023-05-09 11:24:16 +00:00
committed by Compute-Runtime-Automation
parent 1ec5ae277c
commit a140fa2989
3 changed files with 8 additions and 2 deletions

View File

@@ -29,6 +29,11 @@ bool L0GfxCoreHelperHw<Family>::alwaysAllocateEventInLocalMem() const {
return true;
}
template <>
bool L0GfxCoreHelperHw<Family>::platformSupportsPrimaryBatchBufferCmdList() const {
return true;
}
template class L0GfxCoreHelperHw<Family>;
} // namespace L0