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