mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-10 07:08:04 +08:00
18 lines
489 B
C++
18 lines
489 B
C++
/*
|
|
* Copyright (C) 2021-2023 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "shared/source/gen9/hw_cmds_kbl.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"
|
|
|
|
constexpr static auto gfxProduct = IGFX_KABYLAKE;
|
|
|
|
#include "shared/source/gen9/kbl/os_agnostic_product_helper_kbl.inl"
|
|
|
|
template class NEO::ProductHelperHw<gfxProduct>;
|