Move core device objects to core

Change-Id: Iab6f00ea5cf2595cebc34c18286a6900b90aef92
Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
Filip Hazubski
2020-02-06 18:57:00 +01:00
committed by sys_ocldev
parent 018e585eb1
commit d023d9ff02
108 changed files with 170 additions and 156 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2017-2019 Intel Corporation
* Copyright (C) 2017-2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -7,8 +7,8 @@
#include "performance_counters_linux.h"
#include "core/device/device.h"
#include "core/helpers/hw_helper.h"
#include "runtime/device/device.h"
namespace NEO {
////////////////////////////////////////////////////