mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 17:41:26 +08:00
feature: BCS low priority contexts support
Related-To: NEO-7824 Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
4d787f5067
commit
eca2e643ba
@@ -5448,7 +5448,7 @@ HWTEST_F(CommandStreamReceiverContextGroupTest, givenContextGroupWhenCreatingEng
|
||||
}
|
||||
}
|
||||
|
||||
auto osContextCount = static_cast<uint32_t>(engineInstances.size()) + (numRegularEngines * debugManager.flags.ContextGroupSize.get());
|
||||
auto osContextCount = static_cast<uint32_t>(engineInstances.size()) + (numRegularEngines * device->getGfxCoreHelper().getContextGroupContextsCount()) + static_cast<uint32_t>(hwInfo.featureTable.ftrBcsInfo.count());
|
||||
|
||||
EXPECT_EQ(osContextCount, MemoryManager::maxOsContextCount);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user