mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Move extensions directory
Change-Id: I47363e93839171c5b4eb85037f2b4ca5444e0544 Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
@ -5,8 +5,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "opencl/extensions/public/cl_ext_private.h"
|
||||
#include "opencl/source/aub_mem_dump/aub_services.h"
|
||||
#include "opencl/source/extensions/public/cl_ext_private.h"
|
||||
#include "opencl/test/unit_test/api/cl_api_tests.h"
|
||||
#include "opencl/test/unit_test/mocks/mock_csr.h"
|
||||
#include "test.h"
|
||||
|
@ -5,10 +5,10 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "opencl/extensions/public/cl_ext_private.h"
|
||||
#include "opencl/source/command_queue/command_queue.h"
|
||||
#include "opencl/source/event/event.h"
|
||||
#include "opencl/source/event/user_event.h"
|
||||
#include "opencl/source/extensions/public/cl_ext_private.h"
|
||||
#include "opencl/test/unit_test/api/cl_api_tests.h"
|
||||
#include "opencl/test/unit_test/fixtures/device_instrumentation_fixture.h"
|
||||
#include "opencl/test/unit_test/mocks/mock_event.h"
|
||||
|
@ -12,9 +12,9 @@
|
||||
#include "shared/source/helpers/state_base_address.h"
|
||||
#include "shared/test/unit_test/utilities/base_object_utils.h"
|
||||
|
||||
#include "opencl/extensions/public/cl_ext_private.h"
|
||||
#include "opencl/source/api/api.h"
|
||||
#include "opencl/source/command_queue/command_queue_hw.h"
|
||||
#include "opencl/source/extensions/public/cl_ext_private.h"
|
||||
#include "opencl/source/kernel/kernel.h"
|
||||
#include "opencl/test/unit_test/fixtures/hello_world_fixture.h"
|
||||
#include "opencl/test/unit_test/helpers/hw_parse.h"
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
#include "shared/source/command_stream/thread_arbitration_policy.h"
|
||||
|
||||
#include "opencl/source/extensions/public/cl_ext_private.h"
|
||||
#include "opencl/extensions/public/cl_ext_private.h"
|
||||
|
||||
#include <stdint.h>
|
||||
namespace NEO {
|
||||
|
@ -18,10 +18,10 @@
|
||||
#include "shared/test/unit_test/helpers/ult_hw_config.h"
|
||||
#include "shared/test/unit_test/utilities/base_object_utils.h"
|
||||
|
||||
#include "opencl/extensions/public/cl_ext_private.h"
|
||||
#include "opencl/source/command_queue/command_queue_hw.h"
|
||||
#include "opencl/source/command_queue/gpgpu_walker.h"
|
||||
#include "opencl/source/event/user_event.h"
|
||||
#include "opencl/source/extensions/public/cl_ext_private.h"
|
||||
#include "opencl/source/helpers/memory_properties_flags_helpers.h"
|
||||
#include "opencl/source/mem_obj/buffer.h"
|
||||
#include "opencl/source/platform/platform.h"
|
||||
|
@ -8,7 +8,7 @@
|
||||
#include "shared/source/unified_memory/unified_memory.h"
|
||||
#include "shared/source/unified_memory/usm_memory_support.h"
|
||||
|
||||
#include "opencl/source/extensions/public/cl_ext_private.h"
|
||||
#include "opencl/extensions/public/cl_ext_private.h"
|
||||
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "opencl/source/extensions/public/cl_gl_private_intel.h"
|
||||
#include "opencl/extensions/public/cl_gl_private_intel.h"
|
||||
#include "opencl/source/sharings/gl/windows/gl_sharing_windows.h"
|
||||
#include "opencl/test/unit_test/os_interface/windows/gl/gl_dll_helper.h"
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
#include "shared/source/helpers/debug_helpers.h"
|
||||
#include "shared/source/os_interface/os_library.h"
|
||||
|
||||
#include "opencl/source/extensions/public/cl_gl_private_intel.h"
|
||||
#include "opencl/extensions/public/cl_gl_private_intel.h"
|
||||
|
||||
#include "Gl/gl.h"
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
#include "shared/source/os_interface/windows/wddm/wddm.h"
|
||||
#include "shared/source/os_interface/windows/wddm_memory_operations_handler.h"
|
||||
|
||||
#include "opencl/source/extensions/public/cl_gl_private_intel.h"
|
||||
#include "opencl/extensions/public/cl_gl_private_intel.h"
|
||||
#include "opencl/source/sharings/gl/gl_arb_sync_event.h"
|
||||
#include "opencl/source/sharings/gl/windows/gl_sharing_windows.h"
|
||||
#include "opencl/test/unit_test/mocks/gl/windows/mock_gl_sharing_windows.h"
|
||||
|
Reference in New Issue
Block a user