mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Refactoring ULTs around HW tests
Splitting HW tests into CMD-unrelated HW tests and CMD-related HW tests Change-Id: Ifbdcabdd0d6f4082e976363a3d8bcd5e7a9ce6c1
This commit is contained in:
@ -395,7 +395,7 @@ TEST_F(CloneKernelTest, cloneKernelWithArgSampler) {
|
||||
EXPECT_EQ(GetNormCoordsEnum(sampler->normalizedCoordinates), *pNormalizedCoords);
|
||||
}
|
||||
|
||||
HWTEST_F(CloneKernelTest, cloneKernelWithArgDeviceQueue) {
|
||||
HWCMDTEST_F(IGFX_GEN8_CORE, CloneKernelTest, cloneKernelWithArgDeviceQueue) {
|
||||
cl_queue_properties queueProps[5] = {
|
||||
CL_QUEUE_PROPERTIES,
|
||||
CL_QUEUE_ON_DEVICE | CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE,
|
||||
|
@ -81,7 +81,7 @@ struct KernelSLMAndBarrierTest : public DeviceFixture,
|
||||
|
||||
static uint32_t slmSizeInKb[] = {1, 4, 8, 16, 32, 64};
|
||||
|
||||
HWTEST_P(KernelSLMAndBarrierTest, test_SLMProgramming) {
|
||||
HWCMDTEST_P(IGFX_GEN8_CORE, KernelSLMAndBarrierTest, test_SLMProgramming) {
|
||||
ASSERT_NE(nullptr, pDevice);
|
||||
CommandQueueHw<FamilyType> cmdQ(nullptr, pDevice, 0);
|
||||
typedef typename FamilyType::INTERFACE_DESCRIPTOR_DATA INTERFACE_DESCRIPTOR_DATA;
|
||||
|
Reference in New Issue
Block a user