mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 01:35:20 +08:00
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:
committed by
sys_ocldev
parent
e9ea2dc182
commit
3b6f9b7cb6
@@ -15,6 +15,8 @@
|
||||
namespace NEO {
|
||||
|
||||
bool OSInterface::osEnabled64kbPages = true;
|
||||
bool OSInterface::newResourceImplicitFlush = false;
|
||||
bool OSInterface::gpuIdleImplicitFlush = false;
|
||||
|
||||
OSInterface::OSInterface() {
|
||||
osInterfaceImpl = new OSInterfaceImpl();
|
||||
|
||||
Reference in New Issue
Block a user