mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 21:42:53 +08:00
feature: add getMaxLocalSubRegionSize() to product helper
Related-To: NEO-13954 Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
d0871e0e37
commit
05977f6158
@@ -1122,3 +1122,8 @@ HWTEST_F(ProductHelperTest, whenAdjustScratchSizeThenSizeIsNotChanged) {
|
||||
HWTEST_F(ProductHelperTest, givenProductHelperWhenCheckingIs2MBLocalMemAlignmentEnabledThenCorrectValueIsReturned) {
|
||||
EXPECT_FALSE(productHelper->is2MBLocalMemAlignmentEnabled());
|
||||
}
|
||||
|
||||
HWTEST2_F(ProductHelperTest, WhenCheckAssignEngineRoundRobinSupportedThenReturnFalse, IsAtMostXe3Core) {
|
||||
auto hwInfo = *defaultHwInfo;
|
||||
EXPECT_EQ(0u, productHelper->getMaxLocalSubRegionSize(hwInfo));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user