Add implicit flush for new resources and idling gpu

Related-To: NEO-5100

Change-Id: I57fdb8eecd88124c4c9171014950554c35dbecd1
Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz
2020-09-22 16:29:34 +02:00
committed by sys_ocldev
parent e9ea2dc182
commit 3b6f9b7cb6
30 changed files with 592 additions and 174 deletions

View File

@@ -15,6 +15,8 @@
namespace NEO {
bool OSInterface::osEnabled64kbPages = true;
bool OSInterface::newResourceImplicitFlush = false;
bool OSInterface::gpuIdleImplicitFlush = false;
OSInterface::OSInterface() {
osInterfaceImpl = new OSInterfaceImpl();