2019-10-23 09:36:37 +02:00
|
|
|
/*
|
2023-02-15 13:02:48 +00:00
|
|
|
* Copyright (C) 2021-2023 Intel Corporation
|
2019-10-23 09:36:37 +02:00
|
|
|
*
|
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
2023-02-15 13:02:48 +00:00
|
|
|
#include "shared/source/gen8/hw_cmds_base.h"
|
|
|
|
|
#include "shared/test/common/test_macros/header/per_product_test_definitions.h"
|
2022-08-10 11:24:38 +00:00
|
|
|
#include "shared/test/unit_test/helpers/simd_helper_tests.inl"
|
2019-10-23 09:36:37 +02:00
|
|
|
|
|
|
|
|
using namespace NEO;
|
|
|
|
|
|
|
|
|
|
using TestSimdConfigSet = ::testing::Test;
|
|
|
|
|
|
|
|
|
|
GEN8TEST_F(TestSimdConfigSet, GivenSimdSizeWhenGetSimdConfigCalledThenCorrectEnumReturnedGen8) {
|
2022-08-17 09:57:32 +00:00
|
|
|
GivenSimdSizeWhenGetSimdConfigCalledThenCorrectEnumReturned<typename FamilyType::GPGPU_WALKER>::testBodyImpl();
|
2019-10-23 09:36:37 +02:00
|
|
|
}
|