mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 04:12:57 +08:00
14 lines
182 B
C
14 lines
182 B
C
|
|
/*
|
||
|
|
* Copyright (C) 2021 Intel Corporation
|
||
|
|
*
|
||
|
|
* SPDX-License-Identifier: MIT
|
||
|
|
*
|
||
|
|
*/
|
||
|
|
|
||
|
|
#pragma once
|
||
|
|
|
||
|
|
#include "igfxfmid.h"
|
||
|
|
|
||
|
|
template <GFXCORE_FAMILY gfxCoreFamily>
|
||
|
|
struct TestTraits;
|