mirror of
https://github.com/intel/compute-runtime.git
synced 2025-06-28 17:58:30 +08:00
19 lines
560 B
C++
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>;
|