Group gen specific small cpp files together part 4

Change-Id: I9116c3549bcb5964638fecd58bb6e3fc2f1cffe0
This commit is contained in:
Stefanowski, Adam
2018-06-04 11:45:13 +02:00
committed by sys_ocldev
parent 52209b5487
commit a3e97e8cc3
9 changed files with 69 additions and 7 deletions

View File

@@ -22,7 +22,6 @@
#include "runtime/helpers/hw_info.h"
#include "runtime/os_interface/hw_info_config.h"
#include "runtime/os_interface/hw_info_config.inl"
#include "runtime/os_interface/linux/drm_neo.h"
#include "runtime/os_interface/linux/os_interface.h"

View File

@@ -22,7 +22,6 @@
#include "runtime/helpers/hw_info.h"
#include "runtime/os_interface/hw_info_config.h"
#include "runtime/os_interface/hw_info_config.inl"
namespace OCLRT {

View File

@@ -0,0 +1,39 @@
/*
* Copyright (c) 2018, Intel Corporation
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
* and/or sell copies of the Software, and to permit persons to whom the
* Software is furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included
* in all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
* OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
* ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
* OTHER DEALINGS IN THE SOFTWARE.
*/
#include "runtime/os_interface/hw_info_config.inl"
#ifdef SUPPORT_BXT
#include "hw_info_config_bxt.inl"
#endif
#ifdef SUPPORT_CFL
#include "hw_info_config_cfl.inl"
#endif
#ifdef SUPPORT_GLK
#include "hw_info_config_glk.inl"
#endif
#ifdef SUPPORT_KBL
#include "hw_info_config_kbl.inl"
#endif
#ifdef SUPPORT_SKL
#include "hw_info_config_skl.inl"
#endif

View File

@@ -22,7 +22,6 @@
#include "runtime/helpers/hw_info.h"
#include "runtime/os_interface/hw_info_config.h"
#include "runtime/os_interface/hw_info_config.inl"
#include "runtime/os_interface/linux/drm_neo.h"
#include "runtime/os_interface/linux/os_interface.h"

View File

@@ -22,7 +22,6 @@
#include "runtime/helpers/hw_info.h"
#include "runtime/os_interface/hw_info_config.h"
#include "runtime/os_interface/hw_info_config.inl"
namespace OCLRT {

View File

@@ -22,7 +22,6 @@
#include "runtime/helpers/hw_info.h"
#include "runtime/os_interface/hw_info_config.h"
#include "runtime/os_interface/hw_info_config.inl"
#include "runtime/gen_common/hw_cmds.h"
namespace OCLRT {