Change core inlcudes

Change-Id: Iaec903af420f0a92f7d86e484c83300fb9c531ad
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2020-02-23 18:46:50 +01:00
parent 87c5d2663b
commit 370424a1e0
1447 changed files with 3820 additions and 3823 deletions

View File

@ -5,7 +5,7 @@
*
*/
#include "core/os_interface/linux/drm_neo.h"
#include "os_interface/linux/drm_neo.h"
#include "test.h"
#include <array>

View File

@ -5,7 +5,7 @@
*
*/
#include "core/helpers/hw_helper.h"
#include "helpers/hw_helper.h"
#include "opencl/test/unit_test/fixtures/device_fixture.h"
#include "test.h"

View File

@ -5,7 +5,7 @@
*
*/
#include "core/os_interface/windows/os_interface.h"
#include "os_interface/windows/os_interface.h"
#include "opencl/test/unit_test/os_interface/windows/hw_info_config_win_tests.h"
using namespace NEO;

View File

@ -5,7 +5,7 @@
*
*/
#include "core/helpers/hw_helper.h"
#include "helpers/hw_helper.h"
#include "opencl/test/unit_test/fixtures/device_fixture.h"
#include "test.h"

View File

@ -5,8 +5,8 @@
*
*/
#include "core/command_stream/command_stream_receiver_hw.h"
#include "core/execution_environment/execution_environment.h"
#include "command_stream/command_stream_receiver_hw.h"
#include "execution_environment/execution_environment.h"
#include "opencl/source/platform/platform.h"
#include "opencl/test/unit_test/helpers/dispatch_flags_helper.h"
#include "test.h"

View File

@ -5,8 +5,8 @@
*
*/
#include "core/command_stream/command_stream_receiver.h"
#include "core/command_stream/linear_stream.h"
#include "command_stream/command_stream_receiver.h"
#include "command_stream/linear_stream.h"
#include "opencl/source/command_queue/command_queue_hw.h"
#include "opencl/test/unit_test/fixtures/device_fixture.h"
#include "opencl/test/unit_test/helpers/dispatch_flags_helper.h"

View File

@ -5,7 +5,7 @@
*
*/
#include "core/memory_manager/memory_constants.h"
#include "memory_manager/memory_constants.h"
#include "opencl/test/unit_test/helpers/get_gpgpu_engines_tests.inl"
#include "opencl/test/unit_test/helpers/hw_helper_tests.h"

View File

@ -5,7 +5,7 @@
*
*/
#include "core/gen8/hw_cmds.h"
#include "gen8/hw_cmds.h"
#include "opencl/source/device_queue/device_queue_hw.h"
// Keep the order of device_enqueue.h and scheduler_definitions.h as the latter uses defines from the first one

View File

@ -5,7 +5,7 @@
*
*/
#include "core/helpers/hw_helper.h"
#include "helpers/hw_helper.h"
#include "opencl/test/unit_test/fixtures/device_fixture.h"
#include "test.h"

View File

@ -5,7 +5,7 @@
*
*/
#include "core/gen8/hw_info.h"
#include "gen8/hw_info.h"
#include "opencl/test/unit_test/helpers/unit_test_helper.h"
#include "opencl/test/unit_test/helpers/unit_test_helper.inl"

View File

@ -5,7 +5,7 @@
*
*/
#include "core/helpers/windows/gmm_callbacks.h"
#include "helpers/windows/gmm_callbacks.h"
#include "test.h"
using namespace NEO;