mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-13 18:23:03 +08:00
14 lines
200 B
C++
14 lines
200 B
C++
/*
|
|
* Copyright (C) 2021-2025 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "neo_igfxfmid.h"
|
|
|
|
template <PRODUCT_FAMILY productFamily>
|
|
struct TestTraitsPlatforms;
|