compute-runtime/shared/source/gen9/enable_product_helper_kbl.cpp

17 lines
339 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/product_helper.h"
#include "shared/source/os_interface/product_helper_hw.h"
namespace NEO {
static EnableProductHelper<IGFX_KABYLAKE> enableKBL;
} // namespace NEO