mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
fix: disable state compute mode thread arbitration on xe3 platforms
Related-To: NEO-16330 Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
8a706dcf7f
commit
42d2c32795
@@ -145,6 +145,7 @@ XE3_CORETEST_F(ComputeModeRequirementsXe3Core, givenThreadArbitrationPolicyWitho
|
||||
using PIPE_CONTROL = typename FamilyType::PIPE_CONTROL;
|
||||
|
||||
debugManager.flags.PipelinedEuThreadArbitration.set(0);
|
||||
debugManager.flags.ForceThreadArbitrationPolicyProgrammingWithScm.set(1);
|
||||
|
||||
setUpImpl<FamilyType>();
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ XE3_CORETEST_F(Xe3CoreProductHelper, givenProductHelperWhenGettingEvictIfNecessa
|
||||
}
|
||||
|
||||
XE3_CORETEST_F(Xe3CoreProductHelper, givenProductHelperWhenGetCommandsStreamPropertiesSupportThenExpectCorrectValues) {
|
||||
EXPECT_TRUE(productHelper->getScmPropertyThreadArbitrationPolicySupport());
|
||||
EXPECT_FALSE(productHelper->getScmPropertyThreadArbitrationPolicySupport());
|
||||
EXPECT_TRUE(productHelper->getScmPropertyCoherencyRequiredSupport());
|
||||
EXPECT_FALSE(productHelper->getScmPropertyZPassAsyncComputeThreadLimitSupport());
|
||||
EXPECT_FALSE(productHelper->getScmPropertyPixelAsyncComputeThreadLimitSupport());
|
||||
|
||||
Reference in New Issue
Block a user