mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-22 19:29:06 +08:00
Change macro in unit test
Resolves: NEO-6156 Signed-off-by: Szymon Morek <szymon.morek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
741fa13507
commit
32c524c8ea
@@ -709,7 +709,9 @@ TEST(localWorkSizeTest, givenDispatchInfoWhenWorkSizeInfoIsCreatedThenItHasCorre
|
||||
EXPECT_EQ(workSizeInfo.numThreadsPerSubSlice, threadsPerEu * euPerSubSlice);
|
||||
}
|
||||
|
||||
TEST(localWorkSizeTest, givenDispatchInfoWhenWorkSizeInfoIsCreatedThenTestEuFusionFtr) {
|
||||
using LocalWorkSizeTest = ::testing::Test;
|
||||
|
||||
HWTEST_F(LocalWorkSizeTest, givenDispatchInfoWhenWorkSizeInfoIsCreatedThenTestEuFusionFtr) {
|
||||
MockClDevice device{new MockDevice};
|
||||
MockKernelWithInternals kernel(device);
|
||||
kernel.kernelInfo.kernelDescriptor.kernelAttributes.barrierCount = 1;
|
||||
@@ -732,8 +734,6 @@ TEST(localWorkSizeTest, givenDispatchInfoWhenWorkSizeInfoIsCreatedThenTestEuFusi
|
||||
}
|
||||
}
|
||||
|
||||
using LocalWorkSizeTest = ::testing::Test;
|
||||
|
||||
HWTEST2_F(LocalWorkSizeTest, givenDispatchInfoWhenWorkSizeInfoIsCreatedThenTestEuFusionFtrForcedByDebugManager, IsAtLeastGen12lp) {
|
||||
DebugManagerStateRestore dbgRestore;
|
||||
MockClDevice device{new MockDevice};
|
||||
|
||||
Reference in New Issue
Block a user