mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 22:43:00 +08:00
feature: Enable shared system USM by default for BMG
Resolves: NEO-16531 Signed-off-by: John Falkowski <john.falkowski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
0704eb8bf2
commit
39bda51ab3
@@ -47,7 +47,7 @@ uint64_t ProductHelperHw<gfxProduct>::getSharedSystemPatIndex() const {
|
||||
|
||||
template <>
|
||||
bool ProductHelperHw<gfxProduct>::useSharedSystemUsm() const {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
template <>
|
||||
|
||||
@@ -71,7 +71,7 @@ BMGTEST_F(BmgProductHelperLinux, givenProductHelperWhenAskedGetSharedSystemPatIn
|
||||
}
|
||||
|
||||
BMGTEST_F(BmgProductHelperLinux, givenProductHelperWhenAskedUseSharedSystemUsmThenReturnCorrectValue) {
|
||||
EXPECT_FALSE(productHelper->useSharedSystemUsm());
|
||||
EXPECT_TRUE(productHelper->useSharedSystemUsm());
|
||||
}
|
||||
|
||||
BMGTEST_F(BmgProductHelperLinux, WhenGtIsSetupThenGtSystemInfoIsCorrect) {
|
||||
|
||||
Reference in New Issue
Block a user