Move hw_info files to shared

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2021-09-23 19:59:00 +00:00
committed by Compute-Runtime-Automation
parent 1301f77e17
commit fae50eb64a
25 changed files with 16 additions and 27 deletions

View File

@@ -0,0 +1,12 @@
/*
* Copyright (C) 2018-2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/gen8/hw_info_gen8.h"
namespace NEO {
const char *GfxFamilyMapper<IGFX_GEN8_CORE>::name = "Gen8";
} // namespace NEO