mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-07 21:27:04 +08:00
refactor: move getting thread per eu configs to release helper
Related-To: HSD-18034098647 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
97842d8eab
commit
8dd80efbb1
@@ -638,16 +638,6 @@ XE_HPC_CORETEST_F(GfxCoreHelperTestsXeHpcCore, givenProgramGlobalFenceAsMiMemFen
|
||||
EXPECT_EQ(sizeof(MI_MEM_FENCE), MemorySynchronizationCommands<FamilyType>::getSizeForAdditonalSynchronization(pDevice->getRootDeviceEnvironment()));
|
||||
}
|
||||
|
||||
XE_HPC_CORETEST_F(GfxCoreHelperTestsXeHpcCore, givenGfxCoreHelperWhenGettingThreadsPerEUConfigsThenCorrectConfigsAreReturned) {
|
||||
auto &gfxCoreHelper = getHelper<GfxCoreHelper>();
|
||||
|
||||
auto &configs = gfxCoreHelper.getThreadsPerEUConfigs();
|
||||
|
||||
EXPECT_EQ(2U, configs.size());
|
||||
EXPECT_EQ(4U, configs[0]);
|
||||
EXPECT_EQ(8U, configs[1]);
|
||||
}
|
||||
|
||||
using ProductHelperTestXeHpcCore = Test<DeviceFixture>;
|
||||
|
||||
XE_HPC_CORETEST_F(ProductHelperTestXeHpcCore, givenDefaultProductHelperHwWhenGettingIsBlitCopyRequiredForLocalMemoryThenFalseIsReturned) {
|
||||
|
||||
Reference in New Issue
Block a user