Skip to content

Commit e64c461

Browse files
ULT renaming: Kernel SLM tests
Related-To: NEO-2236 Change-Id: I6daa480c161770b600078adb7def5d33348a7402 Signed-off-by: Adam Cetnerowski <[email protected]>
1 parent 89451cd commit e64c461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opencl/test/unit_test/kernel/kernel_slm_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ struct KernelSLMAndBarrierTest : public ClDeviceFixture,
6363

6464
static uint32_t slmSizeInKb[] = {1, 4, 8, 16, 32, 64};
6565

66-
HWCMDTEST_P(IGFX_GEN8_CORE, KernelSLMAndBarrierTest, test_SLMProgramming) {
66+
HWCMDTEST_P(IGFX_GEN8_CORE, KernelSLMAndBarrierTest, GivenStaticSlmSizeWhenProgrammingSlmThenProgrammingIsCorrect) {
6767
ASSERT_NE(nullptr, pClDevice);
6868
CommandQueueHw<FamilyType> cmdQ(nullptr, pClDevice, 0, false);
6969
typedef typename FamilyType::INTERFACE_DESCRIPTOR_DATA INTERFACE_DESCRIPTOR_DATA;

0 commit comments

Comments
 (0)