2018-02-23 01:42:19 +08:00
|
|
|
/*
|
2019-02-27 18:39:32 +08:00
|
|
|
* Copyright (C) 2018-2019 Intel Corporation
|
2018-02-23 01:42:19 +08:00
|
|
|
*
|
2018-09-18 15:11:08 +08:00
|
|
|
* SPDX-License-Identifier: MIT
|
2018-02-23 01:42:19 +08:00
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "runtime/gen_common/hw_cmds.h"
|
2019-02-27 18:39:32 +08:00
|
|
|
#include "unit_tests/aub_tests/aub_tests_configuration.inl"
|
2018-02-23 01:42:19 +08:00
|
|
|
|
2019-03-26 18:59:46 +08:00
|
|
|
using namespace NEO;
|
2018-02-23 01:42:19 +08:00
|
|
|
|
|
|
|
template AubTestsConfig GetAubTestsConfig<BDWFamily>();
|