compute events select device memory for xe hpg family

Related-To: NEO-7765

Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz
2023-03-02 12:25:00 +00:00
committed by Compute-Runtime-Automation
parent 802848a43f
commit 072233d170
5 changed files with 36 additions and 17 deletions

View File

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