mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Add supportsOnDemandPageFaults to HW capability table
Change-Id: I99a2ed9cfaadb60d049628b03bc3abdfde4877b1 Signed-off-by: Raiyan Latif <raiyan.latif@intel.com>
This commit is contained in:
@ -69,6 +69,7 @@ const RuntimeCapabilityTable KBL::capabilityTable{
|
||||
true, // supportsDeviceEnqueue
|
||||
true, // supportsPipes
|
||||
true, // supportsOcl21Features
|
||||
false, // supportsOnDemandPageFaults
|
||||
true, // hostPtrTrackingEnabled
|
||||
true // levelZeroSupported
|
||||
};
|
||||
|
Reference in New Issue
Block a user