mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-19 06:24:51 +08:00
Move public directory to runtime/extensions
Change-Id: Ibd43e367727cc73b8924c4450e39014f49316f07 Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
3b2bffc239
commit
a331d2564e
@@ -50,7 +50,7 @@ ExperimentalAutoDetectBinPacking: false
|
||||
ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH ]
|
||||
IncludeBlocks: Regroup
|
||||
IncludeCategories:
|
||||
- Regex: '^.(core|documentation|manifests|offline_compiler|public|runtime|scripts|unit_tests)/'
|
||||
- Regex: '^.(core|documentation|manifests|offline_compiler|runtime|scripts|unit_tests)/'
|
||||
Priority: 1
|
||||
- Regex: '^"test\.h"$'
|
||||
Priority: 1
|
||||
|
||||
@@ -5,9 +5,9 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "public/cl_ext_private.h"
|
||||
#include "runtime/api/api_enter.h"
|
||||
#include "runtime/api/dispatch.h"
|
||||
#include "runtime/extensions/public/cl_ext_private.h"
|
||||
|
||||
#include "CL/cl.h"
|
||||
#include "CL/cl_gl.h"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "public/cl_ext_private.h"
|
||||
#include "runtime/extensions/public/cl_ext_private.h"
|
||||
#include <core/utilities/stackvec.h>
|
||||
|
||||
#include "CL/cl.h"
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "public/cl_ext_private.h"
|
||||
#include "runtime/device/device_info.h"
|
||||
#include "runtime/extensions/public/cl_ext_private.h"
|
||||
|
||||
#include "CL/cl_ext_intel.h"
|
||||
#include <CL/cl.h>
|
||||
|
||||
@@ -15,13 +15,13 @@
|
||||
#include "core/utilities/range.h"
|
||||
#include "core/utilities/stackvec.h"
|
||||
#include "core/utilities/tag_allocator.h"
|
||||
#include "public/cl_ext_private.h"
|
||||
#include "runtime/api/cl_types.h"
|
||||
#include "runtime/command_queue/command_queue.h"
|
||||
#include "runtime/command_stream/command_stream_receiver.h"
|
||||
#include "runtime/context/context.h"
|
||||
#include "runtime/event/async_events_handler.h"
|
||||
#include "runtime/event/event_tracker.h"
|
||||
#include "runtime/extensions/public/cl_ext_private.h"
|
||||
#include "runtime/helpers/hardware_commands_helper.h"
|
||||
#include "runtime/mem_obj/mem_obj.h"
|
||||
#include "runtime/platform/platform.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2018-2019 Intel Corporation
|
||||
* Copyright (C) 2018-2020 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -8,7 +8,7 @@
|
||||
#pragma once
|
||||
#include "core/helpers/bit_helpers.h"
|
||||
#include "core/memory_manager/allocation_properties.h"
|
||||
#include "public/cl_ext_private.h"
|
||||
#include "runtime/extensions/public/cl_ext_private.h"
|
||||
|
||||
#include "memory_properties_flags.h"
|
||||
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
/*
|
||||
* Copyright (C) 2019 Intel Corporation
|
||||
* Copyright (C) 2019-2020 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "public/cl_ext_private.h"
|
||||
#include "runtime/extensions/public/cl_ext_private.h"
|
||||
|
||||
#include "memory_properties_flags.h"
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
#include "core/helpers/bit_helpers.h"
|
||||
#include "public/cl_ext_private.h"
|
||||
#include "runtime/extensions/public/cl_ext_private.h"
|
||||
#include "runtime/helpers/memory_properties_flags_helpers.h"
|
||||
|
||||
#include "CL/cl_ext_intel.h"
|
||||
|
||||
@@ -13,10 +13,10 @@
|
||||
#include "core/helpers/preamble.h"
|
||||
#include "core/unified_memory/unified_memory.h"
|
||||
#include "core/utilities/stackvec.h"
|
||||
#include "public/cl_ext_private.h"
|
||||
#include "runtime/api/cl_types.h"
|
||||
#include "runtime/command_stream/command_stream_receiver_hw.h"
|
||||
#include "runtime/device_queue/device_queue.h"
|
||||
#include "runtime/extensions/public/cl_ext_private.h"
|
||||
#include "runtime/helpers/base_object.h"
|
||||
#include "runtime/helpers/properties_helper.h"
|
||||
#include "runtime/kernel/kernel_execution_type.h"
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
#pragma once
|
||||
#include "core/helpers/basic_math.h"
|
||||
#include "core/memory_manager/memory_constants.h"
|
||||
#include "public/cl_ext_private.h"
|
||||
#include "runtime/context/context_type.h"
|
||||
#include "runtime/extensions/public/cl_ext_private.h"
|
||||
#include "runtime/mem_obj/mem_obj.h"
|
||||
|
||||
#include "igfxfmid.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2017-2019 Intel Corporation
|
||||
* Copyright (C) 2017-2020 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -7,8 +7,8 @@
|
||||
|
||||
#pragma once
|
||||
#include "core/debug_settings/debug_settings_manager.h"
|
||||
#include "public/cl_ext_private.h"
|
||||
#include "runtime/api/cl_types.h"
|
||||
#include "runtime/extensions/public/cl_ext_private.h"
|
||||
#include "runtime/helpers/base_object.h"
|
||||
#include "runtime/helpers/mipmap.h"
|
||||
#include "runtime/mem_obj/map_operations_handler.h"
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#include "core/helpers/bit_helpers.h"
|
||||
#include "core/memory_manager/memory_manager.h"
|
||||
#include "core/memory_manager/unified_memory_manager.h"
|
||||
#include "public/cl_ext_private.h"
|
||||
#include "runtime/extensions/public/cl_ext_private.h"
|
||||
#include "runtime/helpers/mem_properties_parser_helper.h"
|
||||
#include "runtime/mem_obj/mem_obj.h"
|
||||
|
||||
|
||||
@@ -11,9 +11,9 @@
|
||||
#include "core/os_interface/windows/os_context_win.h"
|
||||
#include "core/os_interface/windows/os_interface.h"
|
||||
#include "core/os_interface/windows/wddm/wddm.h"
|
||||
#include "public/cl_gl_private_intel.h"
|
||||
#include "runtime/command_stream/command_stream_receiver.h"
|
||||
#include "runtime/context/context.h"
|
||||
#include "runtime/extensions/public/cl_gl_private_intel.h"
|
||||
#include "runtime/sharings/gl/gl_arb_sync_event.h"
|
||||
#include "runtime/sharings/gl/windows/gl_sharing_windows.h"
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
/*
|
||||
* Copyright (C) 2018-2019 Intel Corporation
|
||||
* Copyright (C) 2018-2020 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#include "public/cl_gl_private_intel.h"
|
||||
#include "runtime/extensions/public/cl_gl_private_intel.h"
|
||||
#include "runtime/sharings/gl/gl_sharing.h"
|
||||
#include "runtime/sharings/gl/gl_texture.h"
|
||||
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
/*
|
||||
* Copyright (C) 2018-2019 Intel Corporation
|
||||
* Copyright (C) 2018-2020 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "public/cl_gl_private_intel.h"
|
||||
#include "runtime/extensions/public/cl_gl_private_intel.h"
|
||||
#include "runtime/sharings/gl/gl_sharing.h"
|
||||
|
||||
#include "CL/cl_gl.h"
|
||||
|
||||
@@ -6,10 +6,10 @@
|
||||
*/
|
||||
|
||||
#include "core/device/device.h"
|
||||
#include "public/cl_gl_private_intel.h"
|
||||
#include "runtime/command_queue/command_queue.h"
|
||||
#include "runtime/command_stream/command_stream_receiver.h"
|
||||
#include "runtime/context/context.h"
|
||||
#include "runtime/extensions/public/cl_gl_private_intel.h"
|
||||
#include "runtime/helpers/base_object.h"
|
||||
#include "runtime/sharings/gl/gl_arb_sync_event.h"
|
||||
#include "runtime/sharings/gl/windows/gl_sharing_windows.h"
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
#include "core/gmm_helper/gmm.h"
|
||||
#include "core/helpers/get_info.h"
|
||||
#include "core/memory_manager/memory_manager.h"
|
||||
#include "public/cl_gl_private_intel.h"
|
||||
#include "runtime/context/context.h"
|
||||
#include "runtime/device/cl_device.h"
|
||||
#include "runtime/extensions/public/cl_gl_private_intel.h"
|
||||
#include "runtime/mem_obj/buffer.h"
|
||||
#include "runtime/sharings/gl/gl_buffer.h"
|
||||
#include "runtime/sharings/gl/windows/gl_sharing_windows.h"
|
||||
|
||||
@@ -8,11 +8,11 @@
|
||||
#include "core/device/device.h"
|
||||
#include "core/helpers/get_info.h"
|
||||
#include "core/helpers/timestamp_packet.h"
|
||||
#include "public/cl_gl_private_intel.h"
|
||||
#include "runtime/command_stream/command_stream_receiver.h"
|
||||
#include "runtime/context/context.h"
|
||||
#include "runtime/event/async_events_handler.h"
|
||||
#include "runtime/event/event_builder.h"
|
||||
#include "runtime/extensions/public/cl_gl_private_intel.h"
|
||||
#include "runtime/platform/platform.h"
|
||||
#include "runtime/sharings/gl/gl_context_guard.h"
|
||||
#include "runtime/sharings/gl/gl_sync_event.h"
|
||||
|
||||
@@ -14,9 +14,9 @@
|
||||
#include "core/helpers/hw_helper.h"
|
||||
#include "core/helpers/hw_info.h"
|
||||
#include "core/memory_manager/memory_manager.h"
|
||||
#include "public/cl_gl_private_intel.h"
|
||||
#include "runtime/context/context.h"
|
||||
#include "runtime/device/cl_device.h"
|
||||
#include "runtime/extensions/public/cl_gl_private_intel.h"
|
||||
#include "runtime/mem_obj/image.h"
|
||||
#include "runtime/sharings/gl/gl_texture.h"
|
||||
#include "runtime/sharings/gl/windows/gl_sharing_windows.h"
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
/*
|
||||
* Copyright (C) 2017-2019 Intel Corporation
|
||||
* Copyright (C) 2017-2020 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#include "public/cl_ext_private.h"
|
||||
#include "runtime/aub_mem_dump/aub_services.h"
|
||||
#include "runtime/extensions/public/cl_ext_private.h"
|
||||
#include "test.h"
|
||||
#include "unit_tests/api/cl_api_tests.h"
|
||||
#include "unit_tests/mocks/mock_csr.h"
|
||||
|
||||
@@ -5,10 +5,10 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "public/cl_ext_private.h"
|
||||
#include "runtime/command_queue/command_queue.h"
|
||||
#include "runtime/event/event.h"
|
||||
#include "runtime/event/user_event.h"
|
||||
#include "runtime/extensions/public/cl_ext_private.h"
|
||||
#include "test.h"
|
||||
#include "unit_tests/api/cl_api_tests.h"
|
||||
#include "unit_tests/fixtures/device_instrumentation_fixture.h"
|
||||
|
||||
@@ -10,10 +10,10 @@
|
||||
#include "core/helpers/hw_cmds.h"
|
||||
#include "core/helpers/state_base_address.h"
|
||||
#include "core/unit_tests/utilities/base_object_utils.h"
|
||||
#include "public/cl_ext_private.h"
|
||||
#include "runtime/api/api.h"
|
||||
#include "runtime/command_queue/command_queue_hw.h"
|
||||
#include "runtime/command_stream/command_stream_receiver.h"
|
||||
#include "runtime/extensions/public/cl_ext_private.h"
|
||||
#include "runtime/kernel/kernel.h"
|
||||
#include "test.h"
|
||||
#include "unit_tests/fixtures/hello_world_fixture.h"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
#include "core/command_stream/thread_arbitration_policy.h"
|
||||
#include "public/cl_ext_private.h"
|
||||
#include "runtime/extensions/public/cl_ext_private.h"
|
||||
|
||||
#include <stdint.h>
|
||||
namespace NEO {
|
||||
|
||||
@@ -17,10 +17,10 @@
|
||||
#include "core/unit_tests/helpers/debug_manager_state_restore.h"
|
||||
#include "core/unit_tests/helpers/ult_hw_config.h"
|
||||
#include "core/unit_tests/utilities/base_object_utils.h"
|
||||
#include "public/cl_ext_private.h"
|
||||
#include "runtime/command_queue/command_queue_hw.h"
|
||||
#include "runtime/command_queue/gpgpu_walker.h"
|
||||
#include "runtime/event/user_event.h"
|
||||
#include "runtime/extensions/public/cl_ext_private.h"
|
||||
#include "runtime/helpers/memory_properties_flags_helpers.h"
|
||||
#include "runtime/mem_obj/buffer.h"
|
||||
#include "runtime/platform/platform.h"
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
#include "core/unified_memory/unified_memory.h"
|
||||
#include "core/unified_memory/usm_memory_support.h"
|
||||
#include "public/cl_ext_private.h"
|
||||
#include "runtime/extensions/public/cl_ext_private.h"
|
||||
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "public/cl_gl_private_intel.h"
|
||||
#include "runtime/extensions/public/cl_gl_private_intel.h"
|
||||
#include "runtime/sharings/gl/windows/gl_sharing_windows.h"
|
||||
#include "unit_tests/os_interface/windows/gl/gl_dll_helper.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2019 Intel Corporation
|
||||
* Copyright (C) 2019-2020 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
#pragma once
|
||||
#include "core/os_interface/os_library.h"
|
||||
#include "public/cl_gl_private_intel.h"
|
||||
#include "runtime/extensions/public/cl_gl_private_intel.h"
|
||||
|
||||
#include "Gl/gl.h"
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include "core/os_interface/windows/os_interface.h"
|
||||
#include "core/os_interface/windows/wddm/wddm.h"
|
||||
#include "core/os_interface/windows/wddm_memory_operations_handler.h"
|
||||
#include "public/cl_gl_private_intel.h"
|
||||
#include "runtime/extensions/public/cl_gl_private_intel.h"
|
||||
#include "runtime/sharings/gl/gl_arb_sync_event.h"
|
||||
#include "runtime/sharings/gl/windows/gl_sharing_windows.h"
|
||||
#include "unit_tests/mocks/gl/windows/mock_gl_sharing_windows.h"
|
||||
|
||||
Reference in New Issue
Block a user