Add supportsOnDemandPageFaults to HW capability table

Change-Id: I99a2ed9cfaadb60d049628b03bc3abdfde4877b1
Signed-off-by: Raiyan Latif <raiyan.latif@intel.com>
This commit is contained in:
Raiyan Latif
2020-06-05 01:32:00 -07:00
committed by sys_ocldev
parent de2cce1238
commit af2fe237b4
16 changed files with 84 additions and 1 deletions

View File

@@ -56,6 +56,7 @@ struct RuntimeCapabilityTable {
bool supportsDeviceEnqueue;
bool supportsPipes;
bool supportsOcl21Features;
bool supportsOnDemandPageFaults;
bool hostPtrTrackingEnabled;
bool levelZeroSupported;
};