mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Check supportsMediaBlock capability in ocloc
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
ed9290e650
commit
86f63bb2ed
@ -78,7 +78,8 @@ const RuntimeCapabilityTable EHL::capabilityTable{
|
||||
false, // supportsIndependentForwardProgress
|
||||
true, // hostPtrTrackingEnabled
|
||||
false, // levelZeroSupported
|
||||
true // isIntegratedDevice
|
||||
true, // isIntegratedDevice
|
||||
true // supportsMediaBlock
|
||||
};
|
||||
|
||||
WorkaroundTable EHL::workaroundTable = {};
|
||||
|
@ -80,6 +80,7 @@ const RuntimeCapabilityTable ICLLP::capabilityTable{
|
||||
true, // hostPtrTrackingEnabled
|
||||
true, // levelZeroSupported
|
||||
true, // isIntegratedDevice
|
||||
true // supportsMediaBlock
|
||||
};
|
||||
|
||||
WorkaroundTable ICLLP::workaroundTable = {};
|
||||
|
@ -78,7 +78,8 @@ const RuntimeCapabilityTable LKF::capabilityTable{
|
||||
false, // supportsIndependentForwardProgress
|
||||
true, // hostPtrTrackingEnabled
|
||||
false, // levelZeroSupported
|
||||
true // isIntegratedDevice
|
||||
true, // isIntegratedDevice
|
||||
true // supportsMediaBlock
|
||||
};
|
||||
|
||||
WorkaroundTable LKF::workaroundTable = {};
|
||||
|
Reference in New Issue
Block a user