mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
Move core device objects to core
Change-Id: Iab6f00ea5cf2595cebc34c18286a6900b90aef92 Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
018e585eb1
commit
d023d9ff02
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2017-2019 Intel Corporation
|
||||
* Copyright (C) 2017-2020 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "runtime/device/device.h"
|
||||
#include "core/device/device.h"
|
||||
#include "test.h"
|
||||
#include "unit_tests/fixtures/platform_fixture.h"
|
||||
|
||||
|
||||
@@ -7,9 +7,9 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "core/device/device.h"
|
||||
#include "core/execution_environment/execution_environment.h"
|
||||
#include "core/os_interface/device_factory.h"
|
||||
#include "runtime/device/device.h"
|
||||
#include "test.h"
|
||||
#include "unit_tests/mocks/mock_device_factory.h"
|
||||
#include "unit_tests/mocks/mock_execution_environment.h"
|
||||
|
||||
@@ -5,10 +5,10 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "core/device/device.h"
|
||||
#include "core/helpers/get_info.h"
|
||||
#include "core/unit_tests/helpers/debug_manager_state_restore.h"
|
||||
#include "runtime/api/api.h"
|
||||
#include "runtime/device/device.h"
|
||||
#include "runtime/platform/platform.h"
|
||||
#include "unit_tests/mocks/mock_buffer.h"
|
||||
#include "unit_tests/mocks/mock_command_queue.h"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "runtime/device/device.h"
|
||||
#include "core/device/device.h"
|
||||
#include "runtime/memory_manager/os_agnostic_memory_manager.h"
|
||||
#include "unit_tests/mocks/mock_command_queue.h"
|
||||
#include "unit_tests/mocks/mock_context.h"
|
||||
|
||||
@@ -5,9 +5,9 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "core/device/device.h"
|
||||
#include "core/helpers/get_info.h"
|
||||
#include "core/unit_tests/helpers/debug_manager_state_restore.h"
|
||||
#include "runtime/device/device.h"
|
||||
#include "unit_tests/mocks/mock_device.h"
|
||||
|
||||
#include "gmock/gmock.h"
|
||||
|
||||
Reference in New Issue
Block a user