/* * Copyright (C) 2021 Intel Corporation * * SPDX-License-Identifier: MIT * */ #include "shared/test/common/helpers/simd_helper_tests.inl" using namespace NEO; using TestSimdConfigSet = ::testing::Test; GEN12LPTEST_F(TestSimdConfigSet, GivenSimdSizeWhenGetSimdConfigCalledThenCorrectEnumReturnedGen12LP) { GivenSimdSizeWhenGetSimdConfigCalledThenCorrectEnumReturned::TestBodyImpl(); }