mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 14:02:58 +08:00
Reorganization directory structure [3/n]
Change-Id: If3dfa3f6007f8810a6a1ae1a4f0c7da38544648d
This commit is contained in:
20
shared/source/gen8/hw_info_gen8.h
Normal file
20
shared/source/gen8/hw_info_gen8.h
Normal file
@@ -0,0 +1,20 @@
|
||||
/*
|
||||
* Copyright (C) 2018-2020 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "helpers/hw_info.h"
|
||||
|
||||
namespace NEO {
|
||||
|
||||
struct BDWFamily;
|
||||
|
||||
template <>
|
||||
struct GfxFamilyMapper<IGFX_GEN8_CORE> {
|
||||
typedef BDWFamily GfxFamily;
|
||||
static const char *name;
|
||||
};
|
||||
} // namespace NEO
|
||||
Reference in New Issue
Block a user