mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-29 17:13:29 +08:00
Change-Id: I5b8631603b0f0b2ed8eb1a61f7e7770b27867423 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
16 lines
435 B
C++
16 lines
435 B
C++
/*
|
|
* Copyright (C) 2017-2020 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "shared/test/unit_test/helpers/simd_helper_tests.inl"
|
|
|
|
using namespace NEO;
|
|
|
|
using TestSimdConfigSet = ::testing::Test;
|
|
|
|
GEN9TEST_F(TestSimdConfigSet, GivenSimdSizeWhenGetSimdConfigCalledThenCorrectEnumReturnedGen9) {
|
|
GivenSimdSizeWhenGetSimdConfigCalledThenCorrectEnumReturned<typename FamilyType::GPGPU_WALKER>::TestBodyImpl();
|
|
} |