Files
compute-runtime/shared/source/gen9/windows/product_helper_bxt.cpp
Zbigniew Zdanowicz a7b794676b fix: add missing inl includes
Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
2023-08-28 09:39:52 +02:00

19 lines
560 B
C++

/*
* Copyright (C) 2021-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/gen9/hw_cmds_bxt.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_BROXTON;
#include "shared/source/gen9/bxt/os_agnostic_product_helper_bxt.inl"
#include "shared/source/os_interface/product_helper_before_gen12lp.inl"
template class NEO::ProductHelperHw<gfxProduct>;