Files
compute-runtime/shared/source/gen11/windows/product_helper_icllp.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
571 B
C++

/*
* Copyright (C) 2021-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/gen11/hw_cmds_icllp.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_ICELAKE_LP;
#include "shared/source/gen11/icllp/os_agnostic_product_helper_icllp.inl"
#include "shared/source/os_interface/product_helper_before_gen12lp.inl"
template class NEO::ProductHelperHw<gfxProduct>;