ULT renaming: Kernel SLM tests

Related-To: NEO-2236

Change-Id: I6daa480c161770b600078adb7def5d33348a7402
Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
This commit is contained in:
Adam Cetnerowski
2020-09-09 16:44:06 +02:00
committed by sys_ocldev
parent 89451cd897
commit e64c461ef2

View File

@ -63,7 +63,7 @@ struct KernelSLMAndBarrierTest : public ClDeviceFixture,
static uint32_t slmSizeInKb[] = {1, 4, 8, 16, 32, 64};
HWCMDTEST_P(IGFX_GEN8_CORE, KernelSLMAndBarrierTest, test_SLMProgramming) {
HWCMDTEST_P(IGFX_GEN8_CORE, KernelSLMAndBarrierTest, GivenStaticSlmSizeWhenProgrammingSlmThenProgrammingIsCorrect) {
ASSERT_NE(nullptr, pClDevice);
CommandQueueHw<FamilyType> cmdQ(nullptr, pClDevice, 0, false);
typedef typename FamilyType::INTERFACE_DESCRIPTOR_DATA INTERFACE_DESCRIPTOR_DATA;