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

@ -69,6 +69,7 @@ const RuntimeCapabilityTable KBL::capabilityTable{
true, // supportsDeviceEnqueue
true, // supportsPipes
true, // supportsOcl21Features
false, // supportsOnDemandPageFaults
true, // hostPtrTrackingEnabled
true // levelZeroSupported
};