mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 09:58:55 +08:00
18 lines
491 B
C++
18 lines
491 B
C++
/*
|
|
* Copyright (C) 2021-2023 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "shared/source/gen9/hw_cmds_cfl.h"
|
|
#include "shared/source/os_interface/product_helper.h"
|
|
#include "shared/source/os_interface/product_helper.inl"
|
|
#include "shared/source/os_interface/product_helper_bdw_and_later.inl"
|
|
|
|
constexpr static auto gfxProduct = IGFX_COFFEELAKE;
|
|
|
|
#include "shared/source/gen9/cfl/os_agnostic_product_helper_cfl.inl"
|
|
|
|
template class NEO::ProductHelperHw<gfxProduct>;
|