performance: enable command list primary batch buffer on gen platforms

Related-To: NEO-7807

Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz
2023-07-17 10:39:07 +00:00
committed by Compute-Runtime-Automation
parent 6c4ea7b6b9
commit 0374a66d97
4 changed files with 7 additions and 7 deletions

View File

@@ -66,7 +66,7 @@ std::vector<uint32_t> L0GfxCoreHelperHw<Family>::getSupportedNumGrfs() const {
template <typename Family>
bool L0GfxCoreHelperHw<Family>::platformSupportsPrimaryBatchBufferCmdList() const {
return false;
return true;
}
template <typename Family>