mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-29 17:13:29 +08:00
20 lines
512 B
C++
20 lines
512 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"
|
|
|
|
#include "platforms.h"
|
|
|
|
constexpr static auto gfxProduct = IGFX_BROXTON;
|
|
|
|
#include "shared/source/gen9/bxt/os_agnostic_product_helper_bxt.inl"
|
|
|
|
template class NEO::ProductHelperHw<gfxProduct>;
|