mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Move ClDevice to a separate file
Related-To: NEO-3938 Change-Id: I275b9285b70dac2c9bc52878f6e517e4f3e083b3 Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:

committed by
sys_ocldev

parent
b22bfd410c
commit
f80480de7f
@ -7,6 +7,7 @@
|
||||
|
||||
#pragma once
|
||||
#include "runtime/command_queue/command_queue.h"
|
||||
#include "runtime/device/cl_device.h"
|
||||
#include "runtime/device_queue/device_queue.h"
|
||||
#include "runtime/device_queue/device_queue_hw.h"
|
||||
#include "test.h"
|
||||
|
@ -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 "runtime/device/cl_device.h"
|
||||
#include "runtime/memory_manager/memory_manager.h"
|
||||
#include "runtime/program/kernel_info.h"
|
||||
#include "unit_tests/mocks/mock_context.h"
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
#include "unit_tests/fixtures/platform_fixture.h"
|
||||
|
||||
#include "runtime/device/device.h"
|
||||
#include "runtime/device/cl_device.h"
|
||||
#include "runtime/platform/platform.h"
|
||||
#include "unit_tests/libult/create_command_stream.h"
|
||||
|
||||
|
Reference in New Issue
Block a user