mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-22 10:17:01 +08:00
13 lines
323 B
C
13 lines
323 B
C
|
|
/*
|
||
|
|
* Copyright (C) 2021 Intel Corporation
|
||
|
|
*
|
||
|
|
* SPDX-License-Identifier: MIT
|
||
|
|
*
|
||
|
|
*/
|
||
|
|
|
||
|
|
#pragma once
|
||
|
|
#include "shared/test/common/gen11/test_traits_gen11.h"
|
||
|
|
#include "shared/test/common/gen12lp/test_traits_gen12lp.h"
|
||
|
|
#include "shared/test/common/gen8/test_traits_gen8.h"
|
||
|
|
#include "shared/test/common/gen9/test_traits_gen9.h"
|