mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
Disable deviceEnqueue for BDW
Related-To: NEO-6378 Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
4bd31de0f4
commit
bdf5a1c39c
@@ -75,7 +75,7 @@ const RuntimeCapabilityTable BDW::capabilityTable{
|
||||
false, // supportsVme
|
||||
false, // supportCacheFlushAfterWalker
|
||||
true, // supportsImages
|
||||
true, // supportsDeviceEnqueue
|
||||
false, // supportsDeviceEnqueue
|
||||
true, // supportsPipes
|
||||
true, // supportsOcl21Features
|
||||
false, // supportsOnDemandPageFaults
|
||||
|
||||
@@ -15,4 +15,5 @@ struct TestTraits<IGFX_GEN11_CORE> {
|
||||
static constexpr bool iohInSbaSupported = true;
|
||||
static constexpr bool auxTranslationSupported = false;
|
||||
static constexpr bool isUsingNonDefaultIoctls = false;
|
||||
static constexpr bool deviceEnqueueSupport = true;
|
||||
};
|
||||
|
||||
@@ -15,4 +15,5 @@ struct TestTraits<IGFX_GEN12LP_CORE> {
|
||||
static constexpr bool iohInSbaSupported = true;
|
||||
static constexpr bool auxTranslationSupported = true;
|
||||
static constexpr bool isUsingNonDefaultIoctls = false;
|
||||
static constexpr bool deviceEnqueueSupport = false;
|
||||
};
|
||||
|
||||
@@ -14,4 +14,5 @@ struct TestTraits<IGFX_GEN8_CORE> {
|
||||
static constexpr bool programOnlyChangedFieldsInComputeStateMode = true;
|
||||
static constexpr bool iohInSbaSupported = true;
|
||||
static constexpr bool isUsingNonDefaultIoctls = false;
|
||||
static constexpr bool deviceEnqueueSupport = false;
|
||||
};
|
||||
|
||||
@@ -14,4 +14,5 @@ struct TestTraits<IGFX_GEN9_CORE> {
|
||||
static constexpr bool programOnlyChangedFieldsInComputeStateMode = true;
|
||||
static constexpr bool iohInSbaSupported = true;
|
||||
static constexpr bool isUsingNonDefaultIoctls = false;
|
||||
static constexpr bool deviceEnqueueSupport = true;
|
||||
};
|
||||
|
||||
@@ -22,4 +22,5 @@ struct TestTraits<IGFX_XE_HP_CORE> {
|
||||
static constexpr bool iohInSbaSupported = false;
|
||||
static constexpr bool auxTranslationSupported = true;
|
||||
static constexpr bool isUsingNonDefaultIoctls = true;
|
||||
static constexpr bool deviceEnqueueSupport = false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user