Skip to content

Commit fe99084

Browse files
Revert "feature: Enable shared system USM by default for BMG"
This reverts commit d4d9d55. Signed-off-by: Compute-Runtime-Validation <[email protected]>
1 parent dbf9e7f commit fe99084

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

shared/source/xe2_hpg_core/linux/product_helper_bmg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ uint64_t ProductHelperHw<gfxProduct>::getSharedSystemPatIndex() const {
4646

4747
template <>
4848
bool ProductHelperHw<gfxProduct>::useSharedSystemUsm() const {
49-
return true;
49+
return false;
5050
}
5151

5252
template class ProductHelperHw<gfxProduct>;

shared/test/unit_test/xe2_hpg_core/bmg/linux/product_helper_tests_bmg_linux.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ BMGTEST_F(BmgProductHelperLinux, givenProductHelperWhenAskedGetSharedSystemPatIn
7070
}
7171

7272
BMGTEST_F(BmgProductHelperLinux, givenProductHelperWhenAskedUseSharedSystemUsmThenReturnCorrectValue) {
73-
EXPECT_TRUE(productHelper->useSharedSystemUsm());
73+
EXPECT_FALSE(productHelper->useSharedSystemUsm());
7474
}
7575

7676
BMGTEST_F(BmgProductHelperLinux, WhenGtIsSetupThenGtSystemInfoIsCorrect) {

0 commit comments

Comments
 (0)