Disable host ptr tracking for GEN12LP+

Related-To: NEO-3661

Change-Id: I969bc70efc65b167996329ea02a29134ffc1ef8c
Signed-off-by: Pawel Wilma <pawel.wilma@intel.com>
This commit is contained in:
Pawel Wilma
2019-11-26 13:20:57 +01:00
committed by sys_ocldev
parent fd0d69e144
commit 8f6a390a2f
17 changed files with 57 additions and 17 deletions

View File

@@ -51,6 +51,7 @@ struct RuntimeCapabilityTable {
bool supportCacheFlushAfterWalker;
bool supportsImages;
bool supportsDeviceEnqueue;
bool hostPtrTrackingEnabled;
};
struct HardwareCapabilities {