mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 05:56:36 +08:00
20 lines
518 B
C++
20 lines
518 B
C++
/*
|
|
* Copyright (C) 2021-2023 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "shared/source/gen11/hw_cmds_ehl.h"
|
|
#include "shared/source/os_interface/hw_info_config.h"
|
|
#include "shared/source/os_interface/hw_info_config.inl"
|
|
#include "shared/source/os_interface/product_helper_bdw_and_later.inl"
|
|
|
|
#include "platforms.h"
|
|
|
|
constexpr static auto gfxProduct = IGFX_ELKHARTLAKE;
|
|
|
|
#include "shared/source/gen11/ehl/os_agnostic_product_helper_ehl.inl"
|
|
|
|
template class NEO::ProductHelperHw<gfxProduct>;
|