ULT renaming: AUB Enqueue Kernel tests

Related-To: NEO-2236

Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
This commit is contained in:
Adam Cetnerowski 2021-03-14 14:14:39 +01:00 committed by Compute-Runtime-Automation
parent ce15a85a0b
commit d15fa854d9
1 changed files with 4 additions and 4 deletions

View File

@ -63,7 +63,7 @@ struct AUBHelloWorld
}
};
HWCMDTEST_F(IGFX_GEN8_CORE, AUBHelloWorld, simple) {
HWCMDTEST_F(IGFX_GEN8_CORE, AUBHelloWorld, WhenEnqueuingKernelThenAdressesAreAligned) {
typedef typename FamilyType::GPGPU_WALKER GPGPU_WALKER;
typedef typename FamilyType::STATE_BASE_ADDRESS STATE_BASE_ADDRESS;
typedef typename FamilyType::MEDIA_INTERFACE_DESCRIPTOR_LOAD MEDIA_INTERFACE_DESCRIPTOR_LOAD;
@ -152,7 +152,7 @@ struct AUBHelloWorldIntegrateTest : public HelloWorldFixture<AUBHelloWorldFixtur
TestParam param;
};
HWTEST_P(AUBHelloWorldIntegrateTest, simple) {
HWTEST_P(AUBHelloWorldIntegrateTest, WhenEnqueingKernelThenExpectationsAreMet) {
if (this->simd < UnitTestHelper<FamilyType>::smallestTestableSimdSize) {
GTEST_SKIP();
}
@ -222,7 +222,7 @@ struct AUBSimpleArg
}
};
HWCMDTEST_F(IGFX_GEN8_CORE, AUBSimpleArg, simple) {
HWCMDTEST_F(IGFX_GEN8_CORE, AUBSimpleArg, WhenEnqueingKernelThenAdressesAreAligned) {
typedef typename FamilyType::GPGPU_WALKER GPGPU_WALKER;
typedef typename FamilyType::STATE_BASE_ADDRESS STATE_BASE_ADDRESS;
typedef typename FamilyType::MEDIA_INTERFACE_DESCRIPTOR_LOAD MEDIA_INTERFACE_DESCRIPTOR_LOAD;
@ -326,7 +326,7 @@ struct AUBSimpleArgIntegrateTest : public SimpleArgFixture<AUBSimpleArgFixtureFa
TestParam param;
};
HWTEST_P(AUBSimpleArgIntegrateTest, simple) {
HWTEST_P(AUBSimpleArgIntegrateTest, WhenEnqueingKernelThenExpectationsAreMet) {
cl_uint workDim = 1;
size_t globalWorkOffset[3] = {0, 0, 0};
size_t globalWorkSize[3] = {param.globalWorkSizeX, param.globalWorkSizeY, param.globalWorkSizeZ};