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