Files
compute-runtime/shared/test/common/helpers/test_traits.h
Chodor, Jaroslaw 46c60290b9 refactor: introducing igfxfmid_wrapper
Signed-off-by: Chodor, Jaroslaw <jaroslaw.chodor@intel.com>
2025-05-30 19:26:04 +02:00

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;