From feaf01c74e5a5a6c49aed92cd98d77fbab665194 Mon Sep 17 00:00:00 2001 From: Andrei Elovikov Date: Fri, 8 Jul 2022 14:33:41 -0700 Subject: [PATCH] [SYCL] Change CL/sycl/ to sycl/ Also, CL/sycl.hpp -> sycl/sycl.hpp. This change is complementary to intel/llvm#6407. --- SYCL/AOT/Inputs/aot.cpp | 2 +- SYCL/Assert/Inputs/kernels_in_file2.hpp | 2 +- SYCL/Assert/assert_in_kernels.hpp | 2 +- SYCL/Assert/assert_in_multiple_tus.hpp | 2 +- SYCL/Assert/assert_in_one_kernel.hpp | 2 +- SYCL/Assert/assert_in_simultaneous_kernels.hpp | 2 +- SYCL/Assert/assert_in_simultaneously_multiple_tus.cpp | 2 +- SYCL/AtomicRef/accessor.cpp | 2 +- SYCL/AtomicRef/add.h | 2 +- SYCL/AtomicRef/and.h | 2 +- SYCL/AtomicRef/assignment.h | 2 +- SYCL/AtomicRef/atomic_memory_order.h | 2 +- SYCL/AtomicRef/compare_exchange.h | 2 +- SYCL/AtomicRef/exchange.h | 2 +- SYCL/AtomicRef/load.h | 2 +- SYCL/AtomicRef/max.h | 2 +- SYCL/AtomicRef/min.h | 2 +- SYCL/AtomicRef/or.h | 2 +- SYCL/AtomicRef/store.h | 2 +- SYCL/AtomicRef/sub.h | 2 +- SYCL/AtomicRef/xor.h | 2 +- SYCL/BFloat16/bfloat16_type.hpp | 2 +- SYCL/Basic/access_to_subset.cpp | 2 +- SYCL/Basic/accessor/Inputs/device_accessor.cpp | 2 +- SYCL/Basic/accessor/Inputs/host_accessor.cpp | 2 +- SYCL/Basic/accessor/Inputs/host_task_accessor.cpp | 2 +- SYCL/Basic/alloc_pinned_host_memory.cpp | 2 +- SYCL/Basic/aspects.cpp | 2 +- SYCL/Basic/barrier_order.cpp | 2 +- SYCL/Basic/bit_cast/bit_cast.cpp | 2 +- SYCL/Basic/boolean.cpp | 2 +- SYCL/Basic/buffer/buffer_allocator.cpp | 2 +- SYCL/Basic/buffer/buffer_container.cpp | 2 +- SYCL/Basic/buffer/buffer_create.cpp | 2 +- SYCL/Basic/buffer/buffer_dev_to_dev.cpp | 2 +- SYCL/Basic/buffer/buffer_full_copy.cpp | 2 +- SYCL/Basic/buffer/buffer_migrate.cpp | 2 +- SYCL/Basic/buffer/native_buffer_creation_flags.cpp | 2 +- SYCL/Basic/buffer/reinterpret.cpp | 2 +- SYCL/Basic/buffer/subbuffer.cpp | 2 +- SYCL/Basic/compare_exchange_strong.cpp | 2 +- SYCL/Basic/context-with-multiple-devices.cpp | 2 +- SYCL/Basic/context_platforms.cpp | 2 +- SYCL/Basic/device_equality.cpp | 2 +- SYCL/Basic/device_event.cpp | 2 +- SYCL/Basic/diagnostics/device-check.cpp | 2 +- SYCL/Basic/diagnostics/handler.cpp | 2 +- SYCL/Basic/diagnostics/non-uniform-wk-gp-test.cpp | 2 +- SYCL/Basic/enqueue_barrier.cpp | 2 +- SYCL/Basic/event.cpp | 2 +- SYCL/Basic/event_creation.cpp | 2 +- SYCL/Basic/event_profiling_info.cpp | 2 +- SYCL/Basic/event_release.cpp | 2 +- SYCL/Basic/fpga_tests/buffer_location.cpp | 2 +- SYCL/Basic/fpga_tests/fpga_dsp_control.cpp | 2 +- SYCL/Basic/fpga_tests/fpga_io_pipes.cpp | 2 +- SYCL/Basic/fpga_tests/fpga_latency_control_lsu.cpp | 2 +- SYCL/Basic/fpga_tests/fpga_latency_control_pipe.cpp | 2 +- SYCL/Basic/fpga_tests/fpga_lsu.cpp | 2 +- SYCL/Basic/fpga_tests/fpga_pipes.cpp | 2 +- SYCL/Basic/fpga_tests/fpga_pipes_legacy_ns.cpp | 2 +- SYCL/Basic/fpga_tests/fpga_queue.cpp | 4 ++-- SYCL/Basic/fpga_tests/global_fpga_device_selector.cpp | 2 +- SYCL/Basic/fpga_tests/pipes_info.cpp | 2 +- .../free_function_queries_sub_group.cpp | 2 +- SYCL/Basic/get_backend.cpp | 4 ++-- SYCL/Basic/get_nonhost_devices.cpp | 2 +- SYCL/Basic/group_async_copy.cpp | 2 +- SYCL/Basic/group_local_id.cpp | 2 +- SYCL/Basic/half_type.cpp | 2 +- SYCL/Basic/handler/handler_copy_with_offset.cpp | 2 +- SYCL/Basic/handler/handler_generic_integral_lambda.cpp | 2 +- SYCL/Basic/handler/handler_mem_op.cpp | 2 +- SYCL/Basic/handler/interop_task.cpp | 4 ++-- SYCL/Basic/handler/run_on_host_intel.cpp | 2 +- SYCL/Basic/handler/run_on_host_intel2.cpp | 2 +- SYCL/Basic/host-task-dependency.cpp | 2 +- SYCL/Basic/host_platform_avail.cpp | 2 +- SYCL/Basic/image/image.cpp | 2 +- SYCL/Basic/image/image_accessor_range.cpp | 4 ++-- SYCL/Basic/image/image_accessor_readsampler.cpp | 2 +- SYCL/Basic/image/image_accessor_readwrite.cpp | 2 +- SYCL/Basic/image/image_accessor_readwrite_half.cpp | 2 +- SYCL/Basic/image/image_array.cpp | 2 +- SYCL/Basic/image/image_constructors.cpp | 2 +- SYCL/Basic/image/image_max_size.cpp | 2 +- SYCL/Basic/image/image_read.h | 2 +- SYCL/Basic/image/image_sample.cpp | 2 +- SYCL/Basic/image/image_write.h | 2 +- SYCL/Basic/info.cpp | 2 +- SYCL/Basic/info_ocl_version.cpp | 2 +- SYCL/Basic/intel-ext-device.cpp | 2 +- SYCL/Basic/interop/check_carrying_real_kernel_IDs.cpp | 4 ++-- SYCL/Basic/interop/construction_ocl.cpp | 2 +- SYCL/Basic/interop/get_native_ocl.cpp | 2 +- SYCL/Basic/kernel_bundle/kernel_bundle_api.cpp | 2 +- SYCL/Basic/kernel_info.cpp | 2 +- SYCL/Basic/linear-sub_group.cpp | 2 +- SYCL/Basic/multi_ptr.cpp | 2 +- SYCL/Basic/multisource.cpp | 2 +- SYCL/Basic/parallel_for_disable_range_roundup.cpp | 2 +- SYCL/Basic/parallel_for_indexers.cpp | 2 +- SYCL/Basic/parallel_for_range_roundup.cpp | 2 +- SYCL/Basic/parallel_for_user_types.cpp | 2 +- SYCL/Basic/partition_supported.cpp | 2 +- SYCL/Basic/query.hpp | 2 +- SYCL/Basic/queue/queue.cpp | 4 ++-- SYCL/Basic/queue/queue_parallel_for_generic.cpp | 2 +- SYCL/Basic/queue/release.cpp | 2 +- SYCL/Basic/range_offset_fit_in_int.cpp | 2 +- SYCL/Basic/reqd_work_group_size.cpp | 2 +- SYCL/Basic/sampler/sampler.cpp | 4 ++-- SYCL/Basic/scalar_vec_access.cpp | 2 +- SYCL/Basic/stream/auto_flush.cpp | 2 +- SYCL/Basic/stream/blocking_pipes_and_stream.cpp | 2 +- SYCL/Basic/stream/release_resources_test.cpp | 2 +- SYCL/Basic/stream/stream.cpp | 4 ++-- SYCL/Basic/stream/stream_copies_buffer_sync.cpp | 2 +- SYCL/Basic/stream/stream_max_stmt_exceed.cpp | 2 +- SYCL/Basic/subdevice.cpp | 4 ++-- SYCL/Basic/subdevice_pi.cpp | 2 +- SYCL/Basic/submit_barrier.cpp | 2 +- SYCL/Basic/subsubdevice.cpp | 4 ++-- SYCL/Basic/swizzle_op.cpp | 2 +- SYCL/Basic/sycl-namespace.cpp | 2 +- SYCL/Basic/unused_pointer.cpp | 2 +- SYCL/Basic/use_pinned_host_memory.cpp | 2 +- SYCL/Basic/vector_byte.cpp | 2 +- SYCL/Basic/vector_operators.cpp | 2 +- SYCL/Config/allowlist.cpp | 2 +- SYCL/Config/config.cpp | 2 +- SYCL/Config/device_selector.cpp | 2 +- SYCL/Config/env_vars.cpp | 2 +- SYCL/Config/kernel_from_file.cpp | 2 +- SYCL/Config/select_device.cpp | 2 +- SYCL/DeprecatedFeatures/ESIMD/Inputs/esimd_test_utils.hpp | 2 +- SYCL/DeprecatedFeatures/ESIMD/Inputs/spec_const_common.hpp | 2 +- SYCL/DeprecatedFeatures/ESIMD/histogram_256_slm_spec.cpp | 2 +- SYCL/DeprecatedFeatures/ESIMD/spec_const_redefine_esimd.cpp | 2 +- .../FunctionPointers/fp-as-kernel-arg.cpp | 2 +- .../FunctionPointers/pass-fp-through-buffer.cpp | 2 +- .../SpecConsts1.2.1/composite-in-functor.cpp | 2 +- SYCL/DeprecatedFeatures/SpecConsts1.2.1/composite-type.cpp | 2 +- .../SpecConsts1.2.1/multiple-usages-of-composite.cpp | 2 +- SYCL/DeprecatedFeatures/SpecConsts1.2.1/spec_const_hw.cpp | 2 +- SYCL/DeprecatedFeatures/SpecConsts1.2.1/spec_const_neg.cpp | 2 +- .../SpecConsts1.2.1/spec_const_redefine.cpp | 2 +- .../SpecConsts1.2.1/specialization_constants.cpp | 2 +- .../SpecConsts1.2.1/specialization_constants_negative.cpp | 2 +- .../SpecConsts1.2.1/specialization_constants_override.cpp | 2 +- .../SpecConsts1.2.1/unpacked-composite-type.cpp | 2 +- SYCL/DeprecatedFeatures/basic-program.cpp | 2 +- SYCL/DeprecatedFeatures/basic.hpp | 2 +- SYCL/DeprecatedFeatures/buffer_interop.cpp | 2 +- SYCL/DeprecatedFeatures/deprecated.cpp | 2 +- SYCL/DeprecatedFeatures/device_platform_interop.cpp | 4 ++-- SYCL/DeprecatedFeatures/event_creation_opencl.cpp | 2 +- SYCL/DeprecatedFeatures/get-options.cpp | 2 +- SYCL/DeprecatedFeatures/get_backend.cpp | 4 ++-- SYCL/DeprecatedFeatures/kernel-and-program-interop.cpp | 2 +- SYCL/DeprecatedFeatures/kernel-and-program.cpp | 2 +- SYCL/DeprecatedFeatures/kernel_info.cpp | 2 +- SYCL/DeprecatedFeatures/kernel_interop.cpp | 2 +- SYCL/DeprecatedFeatures/level-zero-link-flags.cpp | 2 +- SYCL/DeprecatedFeatures/long_kernel_name.cpp | 2 +- SYCL/DeprecatedFeatures/opencl-interop.cpp | 2 +- SYCL/DeprecatedFeatures/opencl_interop.cpp | 2 +- SYCL/DeprecatedFeatures/parallel_for_range.cpp | 2 +- SYCL/DeprecatedFeatures/platform.cpp | 2 +- SYCL/DeprecatedFeatures/program-merge-options.hpp | 2 +- SYCL/DeprecatedFeatures/program_link.cpp | 2 +- SYCL/DeprecatedFeatures/queue_old_interop.cpp | 2 +- SYCL/DeprecatedFeatures/sampler_ocl.cpp | 4 ++-- SYCL/DeprecatedFeatures/set_arg_interop.cpp | 2 +- SYCL/DeprecatedFeatures/spec_const_aot.cpp | 2 +- SYCL/DeprecatedFeatures/spec_consts.hpp | 2 +- SYCL/DeprecatedFeatures/subbuffer_interop.cpp | 2 +- SYCL/DeviceCodeSplit/Inputs/split-per-source.h | 2 +- SYCL/DeviceCodeSplit/split-per-kernel.cpp | 2 +- SYCL/DeviceLib/assert-windows.cpp | 2 +- SYCL/DeviceLib/assert.cpp | 2 +- SYCL/DeviceLib/built-ins/fast-math-flag.cpp | 2 +- SYCL/DeviceLib/built-ins/nan.cpp | 2 +- SYCL/DeviceLib/built-ins/scalar_common.cpp | 2 +- SYCL/DeviceLib/built-ins/scalar_geometric.cpp | 2 +- SYCL/DeviceLib/built-ins/scalar_integer.cpp | 2 +- SYCL/DeviceLib/built-ins/scalar_math.cpp | 2 +- SYCL/DeviceLib/built-ins/scalar_math_2.cpp | 2 +- SYCL/DeviceLib/built-ins/scalar_relational.cpp | 2 +- SYCL/DeviceLib/built-ins/vector_common.cpp | 2 +- SYCL/DeviceLib/built-ins/vector_geometric.cpp | 2 +- SYCL/DeviceLib/built-ins/vector_integer.cpp | 2 +- SYCL/DeviceLib/built-ins/vector_math.cpp | 2 +- SYCL/DeviceLib/built-ins/vector_relational.cpp | 2 +- SYCL/DeviceLib/cmath_fp64_test.cpp | 2 +- SYCL/DeviceLib/cmath_test.cpp | 2 +- SYCL/DeviceLib/math_fp64_test.cpp | 2 +- SYCL/DeviceLib/math_fp64_windows_test.cpp | 2 +- SYCL/DeviceLib/math_override_test.cpp | 2 +- SYCL/DeviceLib/math_test.cpp | 2 +- SYCL/DeviceLib/math_windows_test.cpp | 2 +- SYCL/DeviceLib/std_complex_math_fp64_test.cpp | 2 +- SYCL/DeviceLib/std_complex_math_test.cpp | 2 +- SYCL/DeviceLib/string_test.cpp | 2 +- SYCL/DiscardEvents/discard_events_accessors.cpp | 2 +- SYCL/DiscardEvents/discard_events_host_task.cpp | 2 +- SYCL/DiscardEvents/discard_events_kernel_using_assert.hpp | 2 +- SYCL/DiscardEvents/discard_events_test_queue_ops.hpp | 2 +- SYCL/DiscardEvents/invalid_event.cpp | 2 +- SYCL/DiscardEvents/invalid_event_exceptions.cpp | 2 +- SYCL/DotProduct/dot_product_int_test.cpp | 2 +- SYCL/DotProduct/dot_product_vec_test.cpp | 2 +- SYCL/ESIMD/BitonicSortK.cpp | 2 +- SYCL/ESIMD/BitonicSortKv2.cpp | 2 +- SYCL/ESIMD/PrefixSum.cpp | 2 +- SYCL/ESIMD/Prefix_Local_sum1.cpp | 2 +- SYCL/ESIMD/Prefix_Local_sum2.cpp | 2 +- SYCL/ESIMD/Prefix_Local_sum3.cpp | 2 +- SYCL/ESIMD/Stencil.cpp | 2 +- SYCL/ESIMD/acc_gather_scatter_rgba.cpp | 2 +- SYCL/ESIMD/accessor.cpp | 2 +- SYCL/ESIMD/accessor_gather_scatter.cpp | 2 +- SYCL/ESIMD/accessor_load_store.cpp | 2 +- SYCL/ESIMD/aot_mixed.cpp | 2 +- SYCL/ESIMD/api/ballot.cpp | 4 ++-- SYCL/ESIMD/api/bin_and_cmp_ops_heavy.cpp | 2 +- SYCL/ESIMD/api/esimd_bit_ops.cpp | 2 +- SYCL/ESIMD/api/esimd_merge.cpp | 2 +- SYCL/ESIMD/api/esimd_pack_unpack_mask.cpp | 2 +- SYCL/ESIMD/api/esimd_rgba_smoke.cpp | 2 +- SYCL/ESIMD/api/replicate_smoke.cpp | 2 +- SYCL/ESIMD/api/saturation_smoke.cpp | 2 +- SYCL/ESIMD/api/simd_any_all.cpp | 2 +- SYCL/ESIMD/api/simd_binop_integer_promotion.cpp | 2 +- SYCL/ESIMD/api/simd_copy_to_from.cpp | 4 ++-- SYCL/ESIMD/api/simd_mask.cpp | 2 +- SYCL/ESIMD/api/simd_memory_access.cpp | 2 +- SYCL/ESIMD/api/simd_negation_operator.cpp | 2 +- SYCL/ESIMD/api/simd_subscript_operator.cpp | 2 +- SYCL/ESIMD/api/simd_view_copy_move_assign.cpp | 2 +- SYCL/ESIMD/api/simd_view_negation_operator.cpp | 2 +- SYCL/ESIMD/api/simd_view_select_2d.hpp | 2 +- SYCL/ESIMD/api/simd_view_subscript_operator.cpp | 2 +- SYCL/ESIMD/api/slm_gather_scatter.cpp | 2 +- SYCL/ESIMD/api/slm_gather_scatter_heavy.cpp | 2 +- SYCL/ESIMD/api/slm_gather_scatter_rgba.cpp | 2 +- SYCL/ESIMD/api/svm_gather_scatter.cpp | 4 ++-- SYCL/ESIMD/api/unary_ops_heavy.cpp | 2 +- SYCL/ESIMD/dp4a.cpp | 2 +- SYCL/ESIMD/dpas/dpas_test1.cpp | 2 +- SYCL/ESIMD/dpas/dpas_test2.cpp | 2 +- SYCL/ESIMD/dpas/dpas_test3.cpp | 2 +- SYCL/ESIMD/dpas/dpasw_test.cpp | 2 +- SYCL/ESIMD/esimd_check_vc_codegen.cpp | 2 +- SYCL/ESIMD/ext_math.cpp | 4 ++-- SYCL/ESIMD/fp_args_size/Inputs/fp_args_size_common.hpp | 2 +- SYCL/ESIMD/fp_call_from_func.cpp | 2 +- SYCL/ESIMD/fp_call_recursive.cpp | 2 +- SYCL/ESIMD/fp_in_phi.cpp | 2 +- SYCL/ESIMD/fp_in_select.cpp | 2 +- SYCL/ESIMD/histogram.cpp | 2 +- SYCL/ESIMD/histogram_256_slm.cpp | 2 +- SYCL/ESIMD/histogram_256_slm_spec_2020.cpp | 2 +- SYCL/ESIMD/histogram_2d.cpp | 2 +- SYCL/ESIMD/histogram_raw_send.cpp | 2 +- SYCL/ESIMD/kmeans/kmeans.cpp | 2 +- SYCL/ESIMD/linear/bitmap_helpers.h | 2 +- SYCL/ESIMD/linear/linear.cpp | 2 +- SYCL/ESIMD/lsc/Inputs/lsc_block_load.hpp | 2 +- SYCL/ESIMD/lsc/Inputs/lsc_block_store.hpp | 2 +- SYCL/ESIMD/lsc/Inputs/lsc_slm_load.hpp | 2 +- SYCL/ESIMD/lsc/Inputs/lsc_slm_store.hpp | 2 +- SYCL/ESIMD/lsc/Inputs/lsc_surf_load.hpp | 2 +- SYCL/ESIMD/lsc/Inputs/lsc_surf_store.hpp | 2 +- SYCL/ESIMD/lsc/Inputs/lsc_usm_load.hpp | 2 +- SYCL/ESIMD/lsc/Inputs/lsc_usm_store.hpp | 2 +- SYCL/ESIMD/lsc/lsc_fence.cpp | 2 +- SYCL/ESIMD/lsc/lsc_slm.cpp | 2 +- SYCL/ESIMD/lsc/lsc_surf.cpp | 2 +- SYCL/ESIMD/lsc/lsc_usm.cpp | 2 +- SYCL/ESIMD/lsc/lsc_usm_2d.cpp | 2 +- SYCL/ESIMD/lsc/lsc_usm_atomic_cachehint.cpp | 2 +- SYCL/ESIMD/mandelbrot/mandelbrot.cpp | 2 +- SYCL/ESIMD/matrix_transpose.cpp | 2 +- SYCL/ESIMD/matrix_transpose2.cpp | 2 +- SYCL/ESIMD/matrix_transpose_glb.cpp | 2 +- SYCL/ESIMD/matrix_transpose_usm.cpp | 2 +- .../noinline_args_size/Inputs/noinline_args_size_common.hpp | 2 +- SYCL/ESIMD/noinline_call_from_func.cpp | 2 +- SYCL/ESIMD/noinline_call_recursive.cpp | 2 +- SYCL/ESIMD/preemption.cpp | 2 +- SYCL/ESIMD/private_memory/Inputs/pm_common.cpp | 2 +- SYCL/ESIMD/reduction.cpp | 2 +- SYCL/ESIMD/regression/Inputs/complex-lib-esimd.cpp | 2 +- SYCL/ESIMD/regression/Inputs/complex-lib-sycl.cpp | 2 +- SYCL/ESIMD/regression/Inputs/complex-lib-test.cpp | 2 +- SYCL/ESIMD/regression/Inputs/dgetrf.hpp | 2 +- SYCL/ESIMD/regression/big_const_initializer.cpp | 2 +- SYCL/ESIMD/regression/dgetrf_8x8.cpp | 2 +- SYCL/ESIMD/regression/fmod_compatibility_test.cpp | 2 +- SYCL/ESIMD/regression/globals.cpp | 2 +- SYCL/ESIMD/regression/noinline_bypointers_vadd.cpp | 2 +- SYCL/ESIMD/regression/operator_decrement.cpp | 2 +- SYCL/ESIMD/regression/replicate_bug.cpp | 2 +- SYCL/ESIMD/regression/store_zero_const.cpp | 2 +- SYCL/ESIMD/regression/unused_load.cpp | 2 +- SYCL/ESIMD/regression/usm_gather_scatter_32.cpp | 2 +- SYCL/ESIMD/regression/variable_gather_mask.cpp | 2 +- SYCL/ESIMD/slm_barrier.cpp | 2 +- SYCL/ESIMD/slm_split_barrier.cpp | 2 +- SYCL/ESIMD/spec_const/Inputs/spec-const-2020-common.hpp | 2 +- SYCL/ESIMD/stencil2.cpp | 2 +- SYCL/ESIMD/sycl_esimd_mix.cpp | 2 +- SYCL/ESIMD/test_id_3d.cpp | 2 +- SYCL/ESIMD/usm_gather_scatter_rgba.cpp | 2 +- SYCL/ESIMD/vadd_1d.cpp | 2 +- SYCL/ESIMD/vadd_2d.cpp | 2 +- SYCL/ESIMD/vadd_2d_acc.cpp | 2 +- SYCL/ESIMD/vadd_half.cpp | 2 +- SYCL/ESIMD/vadd_raw_send.cpp | 2 +- SYCL/ESIMD/vadd_usm.cpp | 2 +- SYCL/FilterSelector/Inputs/filter_list_queries.cpp | 2 +- SYCL/FilterSelector/reuse.cpp | 2 +- SYCL/FilterSelector/select.cpp | 2 +- SYCL/FilterSelector/select_device.cpp | 2 +- SYCL/FilterSelector/select_device_acc.cpp | 2 +- SYCL/FilterSelector/select_device_cpu.cpp | 2 +- SYCL/FilterSelector/select_device_cuda.cpp | 2 +- SYCL/FilterSelector/select_device_level_zero.cpp | 2 +- SYCL/FilterSelector/select_device_opencl.cpp | 2 +- SYCL/Functor/functor_inheritance.cpp | 2 +- SYCL/Functor/kernel_functor.cpp | 2 +- SYCL/GroupAlgorithm/SYCL2020/all_of.cpp | 2 +- SYCL/GroupAlgorithm/SYCL2020/any_of.cpp | 2 +- SYCL/GroupAlgorithm/SYCL2020/exclusive_scan.cpp | 2 +- SYCL/GroupAlgorithm/SYCL2020/group_broadcast.cpp | 2 +- SYCL/GroupAlgorithm/SYCL2020/helpers.hpp | 2 +- SYCL/GroupAlgorithm/SYCL2020/inclusive_scan.cpp | 2 +- SYCL/GroupAlgorithm/SYCL2020/none_of.cpp | 2 +- SYCL/GroupAlgorithm/SYCL2020/permute_select.hpp | 2 +- SYCL/GroupAlgorithm/SYCL2020/reduce.cpp | 2 +- SYCL/GroupAlgorithm/SYCL2020/support.h | 2 +- SYCL/GroupAlgorithm/all_of.cpp | 2 +- SYCL/GroupAlgorithm/any_of.cpp | 2 +- SYCL/GroupAlgorithm/back_to_back_collectives.cpp | 2 +- SYCL/GroupAlgorithm/broadcast.cpp | 2 +- SYCL/GroupAlgorithm/exclusive_scan.cpp | 2 +- SYCL/GroupAlgorithm/exclusive_scan_over_group.cpp | 2 +- SYCL/GroupAlgorithm/exclusive_scan_sycl2020.cpp | 2 +- SYCL/GroupAlgorithm/inclusive_scan.cpp | 2 +- SYCL/GroupAlgorithm/inclusive_scan_sycl2020.cpp | 2 +- SYCL/GroupAlgorithm/leader.cpp | 2 +- SYCL/GroupAlgorithm/none_of.cpp | 2 +- SYCL/GroupAlgorithm/reduce.cpp | 2 +- SYCL/GroupAlgorithm/reduce_sycl2020.cpp | 2 +- SYCL/GroupAlgorithm/support.h | 2 +- SYCL/GroupLocalMemory/group_local_memory.cpp | 2 +- SYCL/GroupLocalMemory/no_early_opt.cpp | 2 +- SYCL/HierPar/Inputs/hier_par_wgscope_impl.hpp | 2 +- SYCL/HierPar/hier_par_basic.cpp | 2 +- SYCL/HostInteropTask/host-task-dependency2.cpp | 2 +- SYCL/HostInteropTask/host-task-dependency3.cpp | 2 +- SYCL/HostInteropTask/host-task-dependency4.cpp | 2 +- SYCL/HostInteropTask/host-task-failure.cpp | 2 +- SYCL/HostInteropTask/host-task-two-queues.cpp | 2 +- SYCL/HostInteropTask/host-task.cpp | 2 +- SYCL/HostInteropTask/interop-task.cpp | 6 +++--- SYCL/InlineAsm/Negative/asm_bad_opcode.cpp | 2 +- SYCL/InlineAsm/Negative/asm_bad_operand_syntax.cpp | 2 +- SYCL/InlineAsm/Negative/asm_duplicate_label.cpp | 2 +- SYCL/InlineAsm/Negative/asm_illegal_exec_size.cpp | 2 +- SYCL/InlineAsm/Negative/asm_missing_label.cpp | 2 +- SYCL/InlineAsm/Negative/asm_missing_region.cpp | 2 +- SYCL/InlineAsm/Negative/asm_simple.cpp | 2 +- SYCL/InlineAsm/Negative/asm_undefined_decl.cpp | 2 +- SYCL/InlineAsm/Negative/asm_undefined_pred.cpp | 2 +- SYCL/InlineAsm/Negative/asm_wrong_declare.cpp | 2 +- SYCL/InlineAsm/asm_16_empty.cpp | 2 +- SYCL/InlineAsm/asm_16_matrix_mult.cpp | 2 +- SYCL/InlineAsm/asm_16_no_input_int.cpp | 2 +- SYCL/InlineAsm/asm_16_no_opts.cpp | 2 +- SYCL/InlineAsm/asm_8_empty.cpp | 2 +- SYCL/InlineAsm/asm_8_no_input_int.cpp | 2 +- SYCL/InlineAsm/asm_arbitrary_ops_order.cpp | 2 +- SYCL/InlineAsm/asm_decl_in_scope.cpp | 2 +- SYCL/InlineAsm/asm_float_add.cpp | 2 +- SYCL/InlineAsm/asm_float_imm_arg.cpp | 2 +- SYCL/InlineAsm/asm_float_neg.cpp | 2 +- SYCL/InlineAsm/asm_if.cpp | 2 +- SYCL/InlineAsm/asm_imm_arg.cpp | 2 +- SYCL/InlineAsm/asm_loop.cpp | 2 +- SYCL/InlineAsm/asm_mul.cpp | 2 +- SYCL/InlineAsm/asm_multiple_instructions.cpp | 2 +- SYCL/InlineAsm/asm_no_operands.cpp | 2 +- SYCL/InlineAsm/asm_no_output.cpp | 2 +- SYCL/InlineAsm/asm_plus_mod.cpp | 2 +- SYCL/InlineAsm/asm_switch.cpp | 2 +- SYCL/InlineAsm/include/asmhelper.h | 2 +- SYCL/InlineAsm/letter_example.cpp | 2 +- SYCL/InlineAsm/malloc_shared_32.cpp | 2 +- SYCL/InlineAsm/malloc_shared_in_out_dif.cpp | 2 +- SYCL/InlineAsm/malloc_shared_no_input.cpp | 2 +- SYCL/InorderQueue/in_order_buffs.cpp | 2 +- SYCL/InorderQueue/in_order_buffs_ocl.cpp | 4 ++-- SYCL/InorderQueue/in_order_dmemll.cpp | 2 +- SYCL/InorderQueue/in_order_dmemll_ocl.cpp | 4 ++-- SYCL/InorderQueue/in_order_event_release.cpp | 2 +- SYCL/InorderQueue/in_order_get_property.cpp | 2 +- SYCL/InorderQueue/in_order_kernels.cpp | 2 +- SYCL/InorderQueue/in_order_property_trace.cpp | 2 +- SYCL/InorderQueue/in_order_usm_explicit.cpp | 2 +- SYCL/InorderQueue/in_order_usm_implicit.cpp | 2 +- SYCL/InorderQueue/prop.cpp | 4 ++-- SYCL/KernelAndProgram/build-log.cpp | 2 +- SYCL/KernelAndProgram/cache-build-result.cpp | 2 +- SYCL/KernelAndProgram/cache_env_vars.hpp | 2 +- SYCL/KernelAndProgram/kernel-bundle-merge-options.hpp | 2 +- SYCL/KernelAndProgram/multiple-kernel-linking.cpp | 2 +- SYCL/KernelParams/array-kernel-param-nested-run.cpp | 2 +- SYCL/KernelParams/array-kernel-param-run.cpp | 2 +- SYCL/KernelParams/non-standard-layout.cpp | 2 +- SYCL/KernelParams/struct_kernel_param.cpp | 2 +- SYCL/KernelParams/union_kernel_param.cpp | 2 +- SYCL/Matrix/element_wise_all_ops_bf16.cpp | 2 +- SYCL/Matrix/element_wise_all_ops_half.cpp | 2 +- SYCL/Matrix/element_wise_all_ops_int8.cpp | 2 +- SYCL/Matrix/element_wise_all_ops_int8_packed.cpp | 2 +- SYCL/Matrix/element_wise_irreg_sum_rows.cpp | 2 +- SYCL/Matrix/element_wise_ops.cpp | 2 +- SYCL/Matrix/elemwise_irreg_size_ops_bf16.cpp | 2 +- SYCL/Matrix/joint_matrix_bf16.cpp | 2 +- SYCL/Matrix/joint_matrix_bfloat16.cpp | 2 +- SYCL/Matrix/joint_matrix_half.cpp | 2 +- SYCL/Matrix/joint_matrix_int8_vnni.cpp | 2 +- SYCL/Matrix/joint_matrix_query_default.cpp | 2 +- SYCL/Matrix/joint_matrix_ss_int8.cpp | 2 +- SYCL/Matrix/joint_matrix_su_int8.cpp | 2 +- SYCL/Matrix/joint_matrix_us_int8.cpp | 2 +- SYCL/Matrix/joint_matrix_uu_int8.cpp | 2 +- SYCL/OnlineCompiler/online_compiler_L0.cpp | 2 +- SYCL/OnlineCompiler/online_compiler_OpenCL.cpp | 4 ++-- SYCL/OnlineCompiler/online_compiler_common.hpp | 2 +- SYCL/Plugin/enqueue-arg-order-buffer.cpp | 4 ++-- SYCL/Plugin/enqueue-arg-order-image.cpp | 4 ++-- SYCL/Plugin/interop-buffer-cuda.cpp | 2 +- SYCL/Plugin/interop-level-zero-buffer-helpers.hpp | 2 +- SYCL/Plugin/interop-level-zero-buffer-multi-dim.cpp | 2 +- SYCL/Plugin/interop-level-zero-buffer-ownership.cpp | 2 +- SYCL/Plugin/interop-level-zero-buffer.cpp | 2 +- SYCL/Plugin/interop-level-zero-get-native-mem.cpp | 2 +- SYCL/Plugin/interop-level-zero-interop-task-mem.cpp | 2 +- SYCL/Plugin/interop-level-zero-keep-ownership.cpp | 2 +- SYCL/Plugin/interop-level-zero-thread.cpp | 4 ++-- SYCL/Plugin/interop-level-zero.cpp | 2 +- SYCL/Plugin/interop-opencl-interop-task-mem.cpp | 4 ++-- SYCL/Plugin/interop-opencl-make-kernel.cpp | 4 ++-- SYCL/Plugin/interop-opencl.cpp | 4 ++-- SYCL/Plugin/level-zero-event-leak.cpp | 2 +- SYCL/Plugin/level-zero-usm-capabilities.cpp | 2 +- SYCL/Plugin/level_zero_batch_barrier.cpp | 2 +- SYCL/Plugin/level_zero_device_scope_events.cpp | 2 +- SYCL/Plugin/level_zero_queue_create.cpp | 2 +- SYCL/Plugin/level_zero_queue_profiling.cpp | 2 +- SYCL/Plugin/level_zero_track_indirect_access_memory.cpp | 2 +- SYCL/Plugin/level_zero_usm_device_read_only.cpp | 2 +- SYCL/Plugin/max_malloc.cpp | 2 +- SYCL/Plugin/retain_events.cpp | 2 +- SYCL/Plugin/sycl-partition-info.cpp | 2 +- SYCL/Plugin/sycl-targets-order.cpp | 2 +- SYCL/Reduction/reduction_dynamic_span.cpp | 2 +- SYCL/Reduction/reduction_span.cpp | 2 +- SYCL/Reduction/reduction_span_pack.cpp | 2 +- SYCL/Reduction/reduction_utils.hpp | 2 +- SYCL/Regression/atomic_load.cpp | 2 +- SYCL/Regression/build_log.cpp | 2 +- SYCL/Regression/cache_test.cpp | 2 +- SYCL/Regression/commandlist/Inputs/FindPrimesSYCL.h | 2 +- SYCL/Regression/complex_global_object.cpp | 2 +- SYCL/Regression/context_is_destroyed_after_exception.cpp | 2 +- SYCL/Regression/device_num.cpp | 2 +- SYCL/Regression/device_pci_address_bdf_format.cpp | 2 +- SYCL/Regression/dummy_event_info.cpp | 2 +- SYCL/Regression/event_destruction.cpp | 2 +- SYCL/Regression/fp16-with-unnamed-lambda.cpp | 2 +- SYCL/Regression/get_subgroup_sizes.cpp | 2 +- SYCL/Regression/global_queue.cpp | 2 +- SYCL/Regression/group.cpp | 2 +- SYCL/Regression/host_unified_memory.cpp | 2 +- SYCL/Regression/image_access.cpp | 2 +- SYCL/Regression/implicit_atomic_conversion.cpp | 2 +- SYCL/Regression/implicit_kernel_bundle_image_filtering.cpp | 2 +- SYCL/Regression/implicit_offset_debug_info.cpp | 2 +- SYCL/Regression/kernel_bundle_ignore_sycl_external.cpp | 2 +- SYCL/Regression/kernel_name_class.cpp | 2 +- SYCL/Regression/kernel_name_inside_sycl_namespace.cpp | 2 +- SYCL/Regression/kernel_unnamed.cpp | 2 +- SYCL/Regression/local-arg-align.cpp | 2 +- SYCL/Regression/msvc_crt.cpp | 2 +- SYCL/Regression/multiple-targets.cpp | 2 +- SYCL/Regression/nontrivial_device_copyable_value.cpp | 2 +- SYCL/Regression/optimization_level_debug_info_intopt.cpp | 2 +- SYCL/Regression/optimization_level_debug_info_specopt.cpp | 2 +- SYCL/Regression/pi_release.cpp | 2 +- SYCL/Regression/private_array_init_test.cpp | 2 +- SYCL/Regression/reduction_resource_leak_dw.cpp | 2 +- SYCL/Regression/reduction_resource_leak_usm.cpp | 2 +- SYCL/Regression/same_unnamed_kernels.cpp | 2 +- SYCL/Regression/static-buffer-dtor.cpp | 2 +- SYCL/Regression/usm_malloc_shared.cpp | 2 +- SYCL/Regression/zero_size_local_accessor.cpp | 2 +- SYCL/Sampler/basic-rw-float.cpp | 2 +- SYCL/Sampler/basic-rw.cpp | 2 +- SYCL/Sampler/common.hpp | 2 +- SYCL/Sampler/normalized-clamp-linear-float.cpp | 2 +- SYCL/Sampler/normalized-clamp-nearest.cpp | 2 +- SYCL/Sampler/normalized-clampedge-linear-float.cpp | 2 +- SYCL/Sampler/normalized-clampedge-nearest.cpp | 2 +- SYCL/Sampler/normalized-mirror-linear-float.cpp | 2 +- SYCL/Sampler/normalized-none-linear-float.cpp | 2 +- SYCL/Sampler/normalized-none-nearest.cpp | 2 +- SYCL/Sampler/normalized-repeat-linear-float.cpp | 2 +- SYCL/Sampler/normalized-repeat-nearest.cpp | 2 +- SYCL/Sampler/unnormalized-clamp-linear-float.cpp | 2 +- SYCL/Sampler/unnormalized-clamp-nearest.cpp | 2 +- SYCL/Sampler/unnormalized-clampedge-linear-float.cpp | 2 +- SYCL/Sampler/unnormalized-clampedge-nearest.cpp | 2 +- SYCL/Sampler/unnormalized-none-linear-float.cpp | 2 +- SYCL/Sampler/unnormalized-none-nearest.cpp | 2 +- SYCL/Scheduler/BasicSchedulerTests.cpp | 2 +- SYCL/Scheduler/CommandCleanupThreadSafety.cpp | 2 +- SYCL/Scheduler/DataMovement.cpp | 2 +- SYCL/Scheduler/HandleException.cpp | 2 +- SYCL/Scheduler/HostAccDestruction.cpp | 2 +- SYCL/Scheduler/InOrderQueueDeps.cpp | 2 +- SYCL/Scheduler/MemObjRemapping.cpp | 2 +- SYCL/Scheduler/MultipleDevices.cpp | 2 +- SYCL/Scheduler/ReleaseResourcesTest.cpp | 2 +- SYCL/SeparateCompile/same-kernel.cpp | 2 +- SYCL/SeparateCompile/sycl-external.cpp | 2 +- SYCL/SeparateCompile/test.cpp | 4 ++-- .../2020/kernel_lambda_with_kernel_handler_arg.cpp | 2 +- .../2020/non_native/aot_w_kernel_handler_wo_spec_consts.cpp | 2 +- SYCL/SubGroup/attributes.cpp | 2 +- SYCL/SubGroup/barrier.cpp | 2 +- SYCL/SubGroup/broadcast.hpp | 2 +- SYCL/SubGroup/common.cpp | 2 +- SYCL/SubGroup/generic-shuffle.cpp | 2 +- SYCL/SubGroup/generic_reduce.cpp | 2 +- SYCL/SubGroup/helper.hpp | 2 +- SYCL/SubGroup/info.cpp | 2 +- SYCL/SubGroup/load_store.cpp | 2 +- SYCL/SubGroup/scan.hpp | 2 +- SYCL/SubGroup/shuffle.hpp | 2 +- SYCL/SubGroup/sub_group_as.cpp | 2 +- SYCL/SubGroup/sub_group_as_vec.cpp | 2 +- SYCL/SubGroup/vote.cpp | 2 +- SYCL/SubGroupMask/Basic.cpp | 2 +- SYCL/SubGroupMask/GroupSize.cpp | 2 +- SYCL/Tracing/buffer_printers.cpp | 2 +- SYCL/Tracing/image_printers.cpp | 2 +- SYCL/Tracing/pi_tracing_test.cpp | 2 +- SYCL/USM/alloc_functions.cpp | 2 +- SYCL/USM/allocator_container.cpp | 2 +- SYCL/USM/allocator_equal.cpp | 2 +- SYCL/USM/allocator_rebind.cpp | 2 +- SYCL/USM/allocator_shared.cpp | 2 +- SYCL/USM/allocator_vector.cpp | 2 +- SYCL/USM/badmalloc.cpp | 2 +- SYCL/USM/buffer_location.cpp | 2 +- SYCL/USM/copy.cpp | 2 +- SYCL/USM/dep_events.cpp | 2 +- SYCL/USM/depends_on.cpp | 2 +- SYCL/USM/dmem_varied.cpp | 2 +- SYCL/USM/dmemll.cpp | 2 +- SYCL/USM/dmemllaligned.cpp | 2 +- SYCL/USM/fill.cpp | 2 +- SYCL/USM/free_during_kernel_execution.cpp | 2 +- SYCL/USM/hmemll.cpp | 2 +- SYCL/USM/hmemllaligned.cpp | 2 +- SYCL/USM/math.cpp | 2 +- SYCL/USM/memadvise.cpp | 2 +- SYCL/USM/memadvise_cuda.cpp | 2 +- SYCL/USM/memcpy.cpp | 2 +- SYCL/USM/memset.cpp | 2 +- SYCL/USM/mixed.cpp | 2 +- SYCL/USM/mixed2.cpp | 2 +- SYCL/USM/mixed2template.cpp | 2 +- SYCL/USM/mixed_queue.cpp | 2 +- SYCL/USM/multictxt.cpp | 2 +- SYCL/USM/pfor_flatten.cpp | 2 +- SYCL/USM/pfor_flatten_range_shortcut.cpp | 2 +- SYCL/USM/pointer_query.cpp | 2 +- SYCL/USM/prefetch.cpp | 2 +- SYCL/USM/queue_wait.cpp | 2 +- SYCL/USM/smem_concurrent.cpp | 2 +- SYCL/USM/smem_varied.cpp | 2 +- SYCL/USM/smemll.cpp | 2 +- SYCL/USM/smemllaligned.cpp | 2 +- SYCL/USM/source_kernel_indirect_access.cpp | 4 ++-- SYCL/USM/usm_leak_check.cpp | 2 +- SYCL/helpers.hpp | 3 +-- SYCL/include/sycl/sycl.hpp | 2 +- 602 files changed, 633 insertions(+), 634 deletions(-) diff --git a/SYCL/AOT/Inputs/aot.cpp b/SYCL/AOT/Inputs/aot.cpp index f1e64a817c..7a77b76e4f 100644 --- a/SYCL/AOT/Inputs/aot.cpp +++ b/SYCL/AOT/Inputs/aot.cpp @@ -6,7 +6,7 @@ // //===---------------------------------------------------------------------===// -#include +#include #include #include diff --git a/SYCL/Assert/Inputs/kernels_in_file2.hpp b/SYCL/Assert/Inputs/kernels_in_file2.hpp index e559a17e71..851207ac66 100644 --- a/SYCL/Assert/Inputs/kernels_in_file2.hpp +++ b/SYCL/Assert/Inputs/kernels_in_file2.hpp @@ -1,4 +1,4 @@ -#include +#include SYCL_EXTERNAL int calculus(int X); diff --git a/SYCL/Assert/assert_in_kernels.hpp b/SYCL/Assert/assert_in_kernels.hpp index 21fe6646d4..1ba8415dde 100644 --- a/SYCL/Assert/assert_in_kernels.hpp +++ b/SYCL/Assert/assert_in_kernels.hpp @@ -1,6 +1,6 @@ -#include #include #include +#include using namespace cl::sycl; using namespace cl::sycl::access; diff --git a/SYCL/Assert/assert_in_multiple_tus.hpp b/SYCL/Assert/assert_in_multiple_tus.hpp index 5b65456fc5..3de763cfe3 100644 --- a/SYCL/Assert/assert_in_multiple_tus.hpp +++ b/SYCL/Assert/assert_in_multiple_tus.hpp @@ -1,6 +1,6 @@ #include "Inputs/kernels_in_file2.hpp" -#include #include +#include #ifdef DEFINE_NDEBUG_INFILE1 #define NDEBUG diff --git a/SYCL/Assert/assert_in_one_kernel.hpp b/SYCL/Assert/assert_in_one_kernel.hpp index ead155befb..472180c92b 100644 --- a/SYCL/Assert/assert_in_one_kernel.hpp +++ b/SYCL/Assert/assert_in_one_kernel.hpp @@ -1,6 +1,6 @@ -#include #include #include +#include using namespace cl::sycl; using namespace cl::sycl::access; diff --git a/SYCL/Assert/assert_in_simultaneous_kernels.hpp b/SYCL/Assert/assert_in_simultaneous_kernels.hpp index 099dc0652f..5ec0c4a1e6 100644 --- a/SYCL/Assert/assert_in_simultaneous_kernels.hpp +++ b/SYCL/Assert/assert_in_simultaneous_kernels.hpp @@ -1,7 +1,7 @@ -#include #include #include #include +#include #include using namespace cl::sycl; diff --git a/SYCL/Assert/assert_in_simultaneously_multiple_tus.cpp b/SYCL/Assert/assert_in_simultaneously_multiple_tus.cpp index d47328b5d1..bc288d1ca1 100644 --- a/SYCL/Assert/assert_in_simultaneously_multiple_tus.cpp +++ b/SYCL/Assert/assert_in_simultaneously_multiple_tus.cpp @@ -23,9 +23,9 @@ // CHECK-ACC: The test ended. #include "Inputs/kernels_in_file2.hpp" -#include #include #include +#include #include #ifdef DEFINE_NDEBUG_INFILE1 diff --git a/SYCL/AtomicRef/accessor.cpp b/SYCL/AtomicRef/accessor.cpp index 05c450b4b1..50e4e219a4 100644 --- a/SYCL/AtomicRef/accessor.cpp +++ b/SYCL/AtomicRef/accessor.cpp @@ -3,11 +3,11 @@ // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out -#include #include #include #include #include +#include #include using namespace sycl; using namespace sycl::ext::oneapi; diff --git a/SYCL/AtomicRef/add.h b/SYCL/AtomicRef/add.h index f5a5330cbc..fe5deef656 100644 --- a/SYCL/AtomicRef/add.h +++ b/SYCL/AtomicRef/add.h @@ -4,11 +4,11 @@ #define TEST_GENERIC_IN_LOCAL 0 #endif -#include #include #include #include #include +#include #include #include diff --git a/SYCL/AtomicRef/and.h b/SYCL/AtomicRef/and.h index 30bf678a12..888257c78c 100755 --- a/SYCL/AtomicRef/and.h +++ b/SYCL/AtomicRef/and.h @@ -4,11 +4,11 @@ #define TEST_GENERIC_IN_LOCAL 0 #endif -#include #include #include #include #include +#include #include using namespace sycl; diff --git a/SYCL/AtomicRef/assignment.h b/SYCL/AtomicRef/assignment.h index c6bdf7dc0d..68e0e7c1c7 100644 --- a/SYCL/AtomicRef/assignment.h +++ b/SYCL/AtomicRef/assignment.h @@ -1,9 +1,9 @@ #pragma once -#include #include #include #include +#include #include using namespace sycl; diff --git a/SYCL/AtomicRef/atomic_memory_order.h b/SYCL/AtomicRef/atomic_memory_order.h index 3e390cb051..ea54311dcc 100644 --- a/SYCL/AtomicRef/atomic_memory_order.h +++ b/SYCL/AtomicRef/atomic_memory_order.h @@ -1,7 +1,7 @@ #pragma once -#include #include +#include using namespace sycl; diff --git a/SYCL/AtomicRef/compare_exchange.h b/SYCL/AtomicRef/compare_exchange.h index af95cc48ce..4cded0f877 100644 --- a/SYCL/AtomicRef/compare_exchange.h +++ b/SYCL/AtomicRef/compare_exchange.h @@ -4,11 +4,11 @@ #define TEST_GENERIC_IN_LOCAL 0 #endif -#include #include #include #include #include +#include #include using namespace sycl; diff --git a/SYCL/AtomicRef/exchange.h b/SYCL/AtomicRef/exchange.h index 2d1cdfb83f..c8f73b42ba 100644 --- a/SYCL/AtomicRef/exchange.h +++ b/SYCL/AtomicRef/exchange.h @@ -4,11 +4,11 @@ #define TEST_GENERIC_IN_LOCAL 0 #endif -#include #include #include #include #include +#include #include using namespace sycl; diff --git a/SYCL/AtomicRef/load.h b/SYCL/AtomicRef/load.h index 6efa3bca35..cccc8138a2 100644 --- a/SYCL/AtomicRef/load.h +++ b/SYCL/AtomicRef/load.h @@ -4,11 +4,11 @@ #define TEST_GENERIC_IN_LOCAL 0 #endif -#include #include #include #include #include +#include #include using namespace sycl; diff --git a/SYCL/AtomicRef/max.h b/SYCL/AtomicRef/max.h index 2e7d6e840e..235356276e 100644 --- a/SYCL/AtomicRef/max.h +++ b/SYCL/AtomicRef/max.h @@ -4,11 +4,11 @@ #define TEST_GENERIC_IN_LOCAL 0 #endif -#include #include #include #include #include +#include #include using namespace sycl; diff --git a/SYCL/AtomicRef/min.h b/SYCL/AtomicRef/min.h index 4a98141d7c..c4f2c04fd2 100644 --- a/SYCL/AtomicRef/min.h +++ b/SYCL/AtomicRef/min.h @@ -4,11 +4,11 @@ #define TEST_GENERIC_IN_LOCAL 0 #endif -#include #include #include #include #include +#include #include using namespace sycl; diff --git a/SYCL/AtomicRef/or.h b/SYCL/AtomicRef/or.h index 30f94d3e92..ff887e0144 100755 --- a/SYCL/AtomicRef/or.h +++ b/SYCL/AtomicRef/or.h @@ -4,11 +4,11 @@ #define TEST_GENERIC_IN_LOCAL 0 #endif -#include #include #include #include #include +#include #include using namespace sycl; diff --git a/SYCL/AtomicRef/store.h b/SYCL/AtomicRef/store.h index bc24ada2af..241baf9aa9 100644 --- a/SYCL/AtomicRef/store.h +++ b/SYCL/AtomicRef/store.h @@ -4,11 +4,11 @@ #define TEST_GENERIC_IN_LOCAL 0 #endif -#include #include #include #include #include +#include #include using namespace sycl; diff --git a/SYCL/AtomicRef/sub.h b/SYCL/AtomicRef/sub.h index 84aab0ef8a..860fd4c326 100644 --- a/SYCL/AtomicRef/sub.h +++ b/SYCL/AtomicRef/sub.h @@ -4,11 +4,11 @@ #define TEST_GENERIC_IN_LOCAL 0 #endif -#include #include #include #include #include +#include #include #include diff --git a/SYCL/AtomicRef/xor.h b/SYCL/AtomicRef/xor.h index 825b98396c..556e269523 100755 --- a/SYCL/AtomicRef/xor.h +++ b/SYCL/AtomicRef/xor.h @@ -4,11 +4,11 @@ #define TEST_GENERIC_IN_LOCAL 0 #endif -#include #include #include #include #include +#include #include using namespace sycl; diff --git a/SYCL/BFloat16/bfloat16_type.hpp b/SYCL/BFloat16/bfloat16_type.hpp index 230757b3be..5f4d4da5a3 100644 --- a/SYCL/BFloat16/bfloat16_type.hpp +++ b/SYCL/BFloat16/bfloat16_type.hpp @@ -1,5 +1,5 @@ -#include #include +#include #include diff --git a/SYCL/Basic/access_to_subset.cpp b/SYCL/Basic/access_to_subset.cpp index a71fc8318e..8bab07f01c 100644 --- a/SYCL/Basic/access_to_subset.cpp +++ b/SYCL/Basic/access_to_subset.cpp @@ -11,7 +11,7 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -#include +#include using namespace cl::sycl; using acc_w = accessor; diff --git a/SYCL/Basic/accessor/Inputs/device_accessor.cpp b/SYCL/Basic/accessor/Inputs/device_accessor.cpp index 6b85b07639..e683bb9c02 100644 --- a/SYCL/Basic/accessor/Inputs/device_accessor.cpp +++ b/SYCL/Basic/accessor/Inputs/device_accessor.cpp @@ -5,8 +5,8 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -#include #include +#include int main() { // Non-placeholder accessors. diff --git a/SYCL/Basic/accessor/Inputs/host_accessor.cpp b/SYCL/Basic/accessor/Inputs/host_accessor.cpp index 1f87f2d7f8..e117268c0a 100644 --- a/SYCL/Basic/accessor/Inputs/host_accessor.cpp +++ b/SYCL/Basic/accessor/Inputs/host_accessor.cpp @@ -5,8 +5,8 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -#include #include +#include int main() { { diff --git a/SYCL/Basic/accessor/Inputs/host_task_accessor.cpp b/SYCL/Basic/accessor/Inputs/host_task_accessor.cpp index d9e6e384bf..ff4ed9716f 100644 --- a/SYCL/Basic/accessor/Inputs/host_task_accessor.cpp +++ b/SYCL/Basic/accessor/Inputs/host_task_accessor.cpp @@ -5,8 +5,8 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -#include #include +#include int main() { // Non-placeholder accessors. diff --git a/SYCL/Basic/alloc_pinned_host_memory.cpp b/SYCL/Basic/alloc_pinned_host_memory.cpp index 6320715364..121630e82a 100644 --- a/SYCL/Basic/alloc_pinned_host_memory.cpp +++ b/SYCL/Basic/alloc_pinned_host_memory.cpp @@ -7,7 +7,7 @@ // RUN: %GPU_RUN_PLACEHOLDER %t2.out // RUN: %ACC_RUN_PLACEHOLDER %t2.out -#include +#include #include #include diff --git a/SYCL/Basic/aspects.cpp b/SYCL/Basic/aspects.cpp index 639fdcfe2d..0f59b2bb12 100644 --- a/SYCL/Basic/aspects.cpp +++ b/SYCL/Basic/aspects.cpp @@ -17,8 +17,8 @@ // //===----------------------------------------------------------------------===// -#include #include +#include using namespace cl::sycl; diff --git a/SYCL/Basic/barrier_order.cpp b/SYCL/Basic/barrier_order.cpp index 571129e937..b28edd46e5 100644 --- a/SYCL/Basic/barrier_order.cpp +++ b/SYCL/Basic/barrier_order.cpp @@ -4,8 +4,8 @@ // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out -#include #include +#include int main() { sycl::device dev{sycl::default_selector{}}; diff --git a/SYCL/Basic/bit_cast/bit_cast.cpp b/SYCL/Basic/bit_cast/bit_cast.cpp index fa8245a54c..56dd156a32 100644 --- a/SYCL/Basic/bit_cast/bit_cast.cpp +++ b/SYCL/Basic/bit_cast/bit_cast.cpp @@ -4,7 +4,7 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -#include +#include #include #include diff --git a/SYCL/Basic/boolean.cpp b/SYCL/Basic/boolean.cpp index 22aa2eeb9f..1d929fd53f 100644 --- a/SYCL/Basic/boolean.cpp +++ b/SYCL/Basic/boolean.cpp @@ -3,7 +3,7 @@ // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -#include +#include #include diff --git a/SYCL/Basic/buffer/buffer_allocator.cpp b/SYCL/Basic/buffer/buffer_allocator.cpp index a795dbd816..ead5cac186 100644 --- a/SYCL/Basic/buffer/buffer_allocator.cpp +++ b/SYCL/Basic/buffer/buffer_allocator.cpp @@ -19,8 +19,8 @@ // buffers are as defined by the spec and will allocate the right amount of // memory on the device. -#include #include +#include constexpr size_t NumElems = 67; diff --git a/SYCL/Basic/buffer/buffer_container.cpp b/SYCL/Basic/buffer/buffer_container.cpp index 585f31c5b9..9e2e5f026e 100644 --- a/SYCL/Basic/buffer/buffer_container.cpp +++ b/SYCL/Basic/buffer/buffer_container.cpp @@ -6,7 +6,7 @@ // RUN: %GPU_RUN_PLACEHOLDER %t2.out // RUN: %ACC_RUN_PLACEHOLDER %t2.out -#include +#include using namespace cl::sycl; diff --git a/SYCL/Basic/buffer/buffer_create.cpp b/SYCL/Basic/buffer/buffer_create.cpp index cf13aad52e..cbb90dd224 100644 --- a/SYCL/Basic/buffer/buffer_create.cpp +++ b/SYCL/Basic/buffer/buffer_create.cpp @@ -3,7 +3,7 @@ // RUN: env ZE_DEBUG=1 %GPU_RUN_PLACEHOLDER %t.out 2> %t1.out; cat %t1.out %GPU_CHECK_PLACEHOLDER // UNSUPPORTED: ze_debug-1,ze_debug4 -#include +#include using namespace cl::sycl; diff --git a/SYCL/Basic/buffer/buffer_dev_to_dev.cpp b/SYCL/Basic/buffer/buffer_dev_to_dev.cpp index d44302226b..c55c93bb28 100644 --- a/SYCL/Basic/buffer/buffer_dev_to_dev.cpp +++ b/SYCL/Basic/buffer/buffer_dev_to_dev.cpp @@ -12,9 +12,9 @@ // //===----------------------------------------------------------------------===// -#include #include #include +#include using namespace cl::sycl; diff --git a/SYCL/Basic/buffer/buffer_full_copy.cpp b/SYCL/Basic/buffer/buffer_full_copy.cpp index 54ed32a3b8..21081571e8 100644 --- a/SYCL/Basic/buffer/buffer_full_copy.cpp +++ b/SYCL/Basic/buffer/buffer_full_copy.cpp @@ -14,8 +14,8 @@ // //===----------------------------------------------------------------------===// -#include #include +#include void check_copy_device_to_host(cl::sycl::queue &Queue) { constexpr int size = 6, offset = 2; diff --git a/SYCL/Basic/buffer/buffer_migrate.cpp b/SYCL/Basic/buffer/buffer_migrate.cpp index 621f90523b..d96ac1bde9 100644 --- a/SYCL/Basic/buffer/buffer_migrate.cpp +++ b/SYCL/Basic/buffer/buffer_migrate.cpp @@ -8,7 +8,7 @@ // root-devices) // -#include +#include using namespace cl::sycl; int main() { diff --git a/SYCL/Basic/buffer/native_buffer_creation_flags.cpp b/SYCL/Basic/buffer/native_buffer_creation_flags.cpp index 68e912e3e4..fd0449abd0 100644 --- a/SYCL/Basic/buffer/native_buffer_creation_flags.cpp +++ b/SYCL/Basic/buffer/native_buffer_creation_flags.cpp @@ -1,7 +1,7 @@ // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out // RUN: %CPU_RUN_PLACEHOLDER SYCL_PI_TRACE=-1 %t.out 2>&1 %CPU_CHECK_PLACEHOLDER -#include +#include class Foo; using namespace cl::sycl; diff --git a/SYCL/Basic/buffer/reinterpret.cpp b/SYCL/Basic/buffer/reinterpret.cpp index 3890dc7598..f8cf3cec3b 100644 --- a/SYCL/Basic/buffer/reinterpret.cpp +++ b/SYCL/Basic/buffer/reinterpret.cpp @@ -13,7 +13,7 @@ // //===----------------------------------------------------------------------===// -#include +#include #include diff --git a/SYCL/Basic/buffer/subbuffer.cpp b/SYCL/Basic/buffer/subbuffer.cpp index 70b473adf4..f39462de3e 100644 --- a/SYCL/Basic/buffer/subbuffer.cpp +++ b/SYCL/Basic/buffer/subbuffer.cpp @@ -19,7 +19,7 @@ // 1) Correct results after usage of different type of accessors to sub buffer // 2) Exceptions if we trying to create sub buffer not according to spec -#include +#include #include #include diff --git a/SYCL/Basic/compare_exchange_strong.cpp b/SYCL/Basic/compare_exchange_strong.cpp index 48e9a52097..c738b1b213 100644 --- a/SYCL/Basic/compare_exchange_strong.cpp +++ b/SYCL/Basic/compare_exchange_strong.cpp @@ -3,7 +3,7 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -#include +#include using namespace cl::sycl; int main() { diff --git a/SYCL/Basic/context-with-multiple-devices.cpp b/SYCL/Basic/context-with-multiple-devices.cpp index 958d7fc7d9..18c684f7fb 100644 --- a/SYCL/Basic/context-with-multiple-devices.cpp +++ b/SYCL/Basic/context-with-multiple-devices.cpp @@ -6,7 +6,7 @@ // RUN: %clangxx -fsycl -fintelfpga -fsycl-unnamed-lambda %s -o %t2.out // RUN: env CL_CONFIG_CPU_EMULATE_DEVICES=2 %t2.out -#include +#include void exceptionHandler(sycl::exception_list exceptions) { for (std::exception_ptr const &e : exceptions) { diff --git a/SYCL/Basic/context_platforms.cpp b/SYCL/Basic/context_platforms.cpp index 0b4c3c3c19..e9589465ee 100644 --- a/SYCL/Basic/context_platforms.cpp +++ b/SYCL/Basic/context_platforms.cpp @@ -1,7 +1,7 @@ // RUN: %clangxx -fsycl %s -o %t.out // RUN: env SYCL_DEVICE_FILTER=%sycl_be %t.out -#include #include +#include using namespace cl::sycl; diff --git a/SYCL/Basic/device_equality.cpp b/SYCL/Basic/device_equality.cpp index 24b27c63db..566d704b7e 100644 --- a/SYCL/Basic/device_equality.cpp +++ b/SYCL/Basic/device_equality.cpp @@ -11,9 +11,9 @@ // //===----------------------------------------------------------------------===// -#include #include #include +#include #include using namespace cl::sycl; diff --git a/SYCL/Basic/device_event.cpp b/SYCL/Basic/device_event.cpp index 7fe96e49e0..52a222a814 100644 --- a/SYCL/Basic/device_event.cpp +++ b/SYCL/Basic/device_event.cpp @@ -16,8 +16,8 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -#include #include +#include using namespace cl::sycl; diff --git a/SYCL/Basic/diagnostics/device-check.cpp b/SYCL/Basic/diagnostics/device-check.cpp index 931881cc28..5f3723095d 100644 --- a/SYCL/Basic/diagnostics/device-check.cpp +++ b/SYCL/Basic/diagnostics/device-check.cpp @@ -19,8 +19,8 @@ // It also checks for SYCL_DEVICE being set incorrectly. //==---------------------------------------------------------------==// -#include #include +#include using namespace cl::sycl; diff --git a/SYCL/Basic/diagnostics/handler.cpp b/SYCL/Basic/diagnostics/handler.cpp index 07757ec8dd..43eb4175e1 100644 --- a/SYCL/Basic/diagnostics/handler.cpp +++ b/SYCL/Basic/diagnostics/handler.cpp @@ -11,8 +11,8 @@ // //===----------------------------------------------------------------------===// -#include #include +#include using namespace cl; diff --git a/SYCL/Basic/diagnostics/non-uniform-wk-gp-test.cpp b/SYCL/Basic/diagnostics/non-uniform-wk-gp-test.cpp index c6b1e9f95c..49c6ecc913 100644 --- a/SYCL/Basic/diagnostics/non-uniform-wk-gp-test.cpp +++ b/SYCL/Basic/diagnostics/non-uniform-wk-gp-test.cpp @@ -8,8 +8,8 @@ // errors are handled correctly. //==------------------------------------------==// -#include #include +#include using namespace cl::sycl; diff --git a/SYCL/Basic/enqueue_barrier.cpp b/SYCL/Basic/enqueue_barrier.cpp index 8b624fd73b..581409df1d 100644 --- a/SYCL/Basic/enqueue_barrier.cpp +++ b/SYCL/Basic/enqueue_barrier.cpp @@ -7,8 +7,8 @@ // Disabling on windows until fixed // UNSUPPORTED: hip_amd, windows -#include #include +#include int main() { sycl::context Context; diff --git a/SYCL/Basic/event.cpp b/SYCL/Basic/event.cpp index e1365377bd..af9982859c 100644 --- a/SYCL/Basic/event.cpp +++ b/SYCL/Basic/event.cpp @@ -10,8 +10,8 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -#include #include +#include int main() { { diff --git a/SYCL/Basic/event_creation.cpp b/SYCL/Basic/event_creation.cpp index 944ded4ea8..1ce78e7811 100644 --- a/SYCL/Basic/event_creation.cpp +++ b/SYCL/Basic/event_creation.cpp @@ -12,8 +12,8 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -#include #include +#include int main() { try { diff --git a/SYCL/Basic/event_profiling_info.cpp b/SYCL/Basic/event_profiling_info.cpp index 6fb5ff4155..41f1634271 100644 --- a/SYCL/Basic/event_profiling_info.cpp +++ b/SYCL/Basic/event_profiling_info.cpp @@ -15,8 +15,8 @@ // Flaky with CUDA // UNSUPPORTED: cuda -#include #include +#include using namespace cl::sycl; diff --git a/SYCL/Basic/event_release.cpp b/SYCL/Basic/event_release.cpp index 37483de619..d539f4d98a 100644 --- a/SYCL/Basic/event_release.cpp +++ b/SYCL/Basic/event_release.cpp @@ -1,8 +1,8 @@ // RUN: %clangxx -fsycl %s -o %t.out // RUN: env SYCL_PI_TRACE=2 %CPU_RUN_PLACEHOLDER %t.out 2>&1 %CPU_CHECK_PLACEHOLDER -#include #include #include +#include // The test checks that pi_events are released without queue destruction // or call to queue::wait, when the corresponding commands are cleaned up. diff --git a/SYCL/Basic/fpga_tests/buffer_location.cpp b/SYCL/Basic/fpga_tests/buffer_location.cpp index d6e8560bcf..8077fa9af9 100644 --- a/SYCL/Basic/fpga_tests/buffer_location.cpp +++ b/SYCL/Basic/fpga_tests/buffer_location.cpp @@ -1,7 +1,7 @@ // RUN: %clangxx -fsycl %s -o %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -#include +#include int main() { sycl::queue Queue; diff --git a/SYCL/Basic/fpga_tests/fpga_dsp_control.cpp b/SYCL/Basic/fpga_tests/fpga_dsp_control.cpp index 63eb9ccb33..0184046a12 100644 --- a/SYCL/Basic/fpga_tests/fpga_dsp_control.cpp +++ b/SYCL/Basic/fpga_tests/fpga_dsp_control.cpp @@ -10,8 +10,8 @@ // RUN: %clangxx -fsycl -fintelfpga %s -o %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -#include #include +#include int test_dsp_control(cl::sycl::queue Queue) { std::vector input_data = {1.23f, 2.34f}; diff --git a/SYCL/Basic/fpga_tests/fpga_io_pipes.cpp b/SYCL/Basic/fpga_tests/fpga_io_pipes.cpp index e30489b6df..ed682037fe 100644 --- a/SYCL/Basic/fpga_tests/fpga_io_pipes.cpp +++ b/SYCL/Basic/fpga_tests/fpga_io_pipes.cpp @@ -7,10 +7,10 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -#include #include #include #include +#include #include "io_pipe_def.h" diff --git a/SYCL/Basic/fpga_tests/fpga_latency_control_lsu.cpp b/SYCL/Basic/fpga_tests/fpga_latency_control_lsu.cpp index 99b87e5f60..24c96c81e3 100644 --- a/SYCL/Basic/fpga_tests/fpga_latency_control_lsu.cpp +++ b/SYCL/Basic/fpga_tests/fpga_latency_control_lsu.cpp @@ -10,8 +10,8 @@ // RUN: %clangxx -fsycl -fintelfpga %s -o %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -#include #include +#include using namespace sycl; diff --git a/SYCL/Basic/fpga_tests/fpga_latency_control_pipe.cpp b/SYCL/Basic/fpga_tests/fpga_latency_control_pipe.cpp index eaad84725a..add6ed87d7 100644 --- a/SYCL/Basic/fpga_tests/fpga_latency_control_pipe.cpp +++ b/SYCL/Basic/fpga_tests/fpga_latency_control_pipe.cpp @@ -10,8 +10,8 @@ // RUN: %clangxx -fsycl -fintelfpga %s -o %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -#include #include +#include using namespace sycl; diff --git a/SYCL/Basic/fpga_tests/fpga_lsu.cpp b/SYCL/Basic/fpga_tests/fpga_lsu.cpp index bb7c2f0926..580bf666f5 100644 --- a/SYCL/Basic/fpga_tests/fpga_lsu.cpp +++ b/SYCL/Basic/fpga_tests/fpga_lsu.cpp @@ -9,8 +9,8 @@ // RUN: %clangxx -fsycl -fintelfpga %s -o %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -#include #include +#include int test_lsu(cl::sycl::queue Queue) { int output_data[2]; diff --git a/SYCL/Basic/fpga_tests/fpga_pipes.cpp b/SYCL/Basic/fpga_tests/fpga_pipes.cpp index bb6f7d090b..61f7919005 100644 --- a/SYCL/Basic/fpga_tests/fpga_pipes.cpp +++ b/SYCL/Basic/fpga_tests/fpga_pipes.cpp @@ -11,9 +11,9 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -#include #include #include +#include #include // Size of an array passing through a pipe diff --git a/SYCL/Basic/fpga_tests/fpga_pipes_legacy_ns.cpp b/SYCL/Basic/fpga_tests/fpga_pipes_legacy_ns.cpp index 192bed2d27..0a5f4f4bdc 100644 --- a/SYCL/Basic/fpga_tests/fpga_pipes_legacy_ns.cpp +++ b/SYCL/Basic/fpga_tests/fpga_pipes_legacy_ns.cpp @@ -7,8 +7,8 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -#include #include +#include class some_nb_pipe; diff --git a/SYCL/Basic/fpga_tests/fpga_queue.cpp b/SYCL/Basic/fpga_tests/fpga_queue.cpp index 48a47a5572..35f9571d2e 100644 --- a/SYCL/Basic/fpga_tests/fpga_queue.cpp +++ b/SYCL/Basic/fpga_tests/fpga_queue.cpp @@ -10,10 +10,10 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -#include -#include #include #include +#include +#include using namespace cl::sycl; diff --git a/SYCL/Basic/fpga_tests/global_fpga_device_selector.cpp b/SYCL/Basic/fpga_tests/global_fpga_device_selector.cpp index d094af337a..4b30392ccf 100644 --- a/SYCL/Basic/fpga_tests/global_fpga_device_selector.cpp +++ b/SYCL/Basic/fpga_tests/global_fpga_device_selector.cpp @@ -3,8 +3,8 @@ // RUN: %clangxx -fsycl -fintelfpga %s -o %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -#include #include +#include // Check that FPGA emulator device is found if we try to initialize inline // global variable using fpga_emulator_selector parameter. diff --git a/SYCL/Basic/fpga_tests/pipes_info.cpp b/SYCL/Basic/fpga_tests/pipes_info.cpp index 12a19f157a..0271bb9a7d 100644 --- a/SYCL/Basic/fpga_tests/pipes_info.cpp +++ b/SYCL/Basic/fpga_tests/pipes_info.cpp @@ -11,7 +11,7 @@ // //===----------------------------------------------------------------------===// -#include +#include int main() { cl::sycl::queue Queue; diff --git a/SYCL/Basic/free_function_queries/free_function_queries_sub_group.cpp b/SYCL/Basic/free_function_queries/free_function_queries_sub_group.cpp index 7b9c3c5f4d..a0a73f8ca5 100644 --- a/SYCL/Basic/free_function_queries/free_function_queries_sub_group.cpp +++ b/SYCL/Basic/free_function_queries/free_function_queries_sub_group.cpp @@ -21,7 +21,7 @@ //===------------------------------------------------------------------------===// #include "../../SubGroup/helper.hpp" -#include +#include #include #include diff --git a/SYCL/Basic/get_backend.cpp b/SYCL/Basic/get_backend.cpp index d64aa6553a..8019fa91fb 100644 --- a/SYCL/Basic/get_backend.cpp +++ b/SYCL/Basic/get_backend.cpp @@ -8,9 +8,9 @@ // backend. //==----------------------------------------------------------==// -#include -#include #include +#include +#include using namespace cl::sycl; diff --git a/SYCL/Basic/get_nonhost_devices.cpp b/SYCL/Basic/get_nonhost_devices.cpp index b135e18f8e..5ca1e3d42d 100644 --- a/SYCL/Basic/get_nonhost_devices.cpp +++ b/SYCL/Basic/get_nonhost_devices.cpp @@ -4,7 +4,7 @@ // Check that the host device is not included in devices returned by // get_devices() if a non-host device type is specified. -#include +#include #include diff --git a/SYCL/Basic/group_async_copy.cpp b/SYCL/Basic/group_async_copy.cpp index bc56f4cce0..5271308fa0 100644 --- a/SYCL/Basic/group_async_copy.cpp +++ b/SYCL/Basic/group_async_copy.cpp @@ -4,8 +4,8 @@ // RUN: %ACC_RUN_PLACEHOLDER %t.run // RUN: env SYCL_DEVICE_FILTER=host %t.run -#include #include +#include #include using namespace cl::sycl; diff --git a/SYCL/Basic/group_local_id.cpp b/SYCL/Basic/group_local_id.cpp index 1fcc6b8f20..d65543bdb8 100644 --- a/SYCL/Basic/group_local_id.cpp +++ b/SYCL/Basic/group_local_id.cpp @@ -3,7 +3,7 @@ // RUN: %clangxx -fsycl -std=c++17 -fsycl-targets=%sycl_triple %s -o %t.run // RUN: %CPU_RUN_PLACEHOLDER %t.run -#include +#include using namespace cl::sycl; diff --git a/SYCL/Basic/half_type.cpp b/SYCL/Basic/half_type.cpp index 76a1dfea9e..fec6d0b1dc 100644 --- a/SYCL/Basic/half_type.cpp +++ b/SYCL/Basic/half_type.cpp @@ -12,7 +12,7 @@ // //===----------------------------------------------------------------------===// -#include +#include #include #include diff --git a/SYCL/Basic/handler/handler_copy_with_offset.cpp b/SYCL/Basic/handler/handler_copy_with_offset.cpp index 41690a30f0..d769690942 100644 --- a/SYCL/Basic/handler/handler_copy_with_offset.cpp +++ b/SYCL/Basic/handler/handler_copy_with_offset.cpp @@ -11,7 +11,7 @@ // //===----------------------------------------------------------------------===// -#include +#include #include #include diff --git a/SYCL/Basic/handler/handler_generic_integral_lambda.cpp b/SYCL/Basic/handler/handler_generic_integral_lambda.cpp index bb49cca912..25d5dff873 100644 --- a/SYCL/Basic/handler/handler_generic_integral_lambda.cpp +++ b/SYCL/Basic/handler/handler_generic_integral_lambda.cpp @@ -9,7 +9,7 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -#include +#include #include #include diff --git a/SYCL/Basic/handler/handler_mem_op.cpp b/SYCL/Basic/handler/handler_mem_op.cpp index 8625e3c672..ad20d57508 100644 --- a/SYCL/Basic/handler/handler_mem_op.cpp +++ b/SYCL/Basic/handler/handler_mem_op.cpp @@ -16,7 +16,7 @@ // //===----------------------------------------------------------------------===// -#include +#include #include #include diff --git a/SYCL/Basic/handler/interop_task.cpp b/SYCL/Basic/handler/interop_task.cpp index 00ae77b736..0eb9d07b2d 100644 --- a/SYCL/Basic/handler/interop_task.cpp +++ b/SYCL/Basic/handler/interop_task.cpp @@ -11,8 +11,8 @@ // //===----------------------------------------------------------------------===// -#include -#include +#include +#include #include "../../helpers.hpp" #include diff --git a/SYCL/Basic/handler/run_on_host_intel.cpp b/SYCL/Basic/handler/run_on_host_intel.cpp index a31930cce7..8fdeade4aa 100644 --- a/SYCL/Basic/handler/run_on_host_intel.cpp +++ b/SYCL/Basic/handler/run_on_host_intel.cpp @@ -10,7 +10,7 @@ // //===----------------------------------------------------------------------===// -#include +#include #include "../../helpers.hpp" diff --git a/SYCL/Basic/handler/run_on_host_intel2.cpp b/SYCL/Basic/handler/run_on_host_intel2.cpp index 5c91ffeb1b..700ac9cdd7 100644 --- a/SYCL/Basic/handler/run_on_host_intel2.cpp +++ b/SYCL/Basic/handler/run_on_host_intel2.cpp @@ -2,7 +2,7 @@ // RUN: %HOST_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out -#include +#include // This tests that early free of command (and, hence, the command group) won't // affect "native kernel" feature support. diff --git a/SYCL/Basic/host-task-dependency.cpp b/SYCL/Basic/host-task-dependency.cpp index e96789aa02..99afd7cb79 100644 --- a/SYCL/Basic/host-task-dependency.cpp +++ b/SYCL/Basic/host-task-dependency.cpp @@ -9,7 +9,7 @@ #define SYCL2020_DISABLE_DEPRECATION_WARNINGS -#include +#include #include #include diff --git a/SYCL/Basic/host_platform_avail.cpp b/SYCL/Basic/host_platform_avail.cpp index ff74b81dd1..461abc1980 100644 --- a/SYCL/Basic/host_platform_avail.cpp +++ b/SYCL/Basic/host_platform_avail.cpp @@ -15,7 +15,7 @@ // //===----------------------------------------------------------------------===// -#include +#include using namespace cl::sycl; diff --git a/SYCL/Basic/image/image.cpp b/SYCL/Basic/image/image.cpp index e083b53949..738a289ab9 100644 --- a/SYCL/Basic/image/image.cpp +++ b/SYCL/Basic/image/image.cpp @@ -12,7 +12,7 @@ // //===----------------------------------------------------------------------===// -#include +#include #include #include diff --git a/SYCL/Basic/image/image_accessor_range.cpp b/SYCL/Basic/image/image_accessor_range.cpp index d4714bda39..a92640d820 100755 --- a/SYCL/Basic/image/image_accessor_range.cpp +++ b/SYCL/Basic/image/image_accessor_range.cpp @@ -9,9 +9,9 @@ // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out -#include -#include #include +#include +#include using namespace sycl; #define N 4 // dimensin #define M 128 // dimension diff --git a/SYCL/Basic/image/image_accessor_readsampler.cpp b/SYCL/Basic/image/image_accessor_readsampler.cpp index 12ee6b1e8d..3d518f34e1 100644 --- a/SYCL/Basic/image/image_accessor_readsampler.cpp +++ b/SYCL/Basic/image/image_accessor_readsampler.cpp @@ -15,7 +15,7 @@ // //===----------------------------------------------------------------------===// -#include +#include #include #include diff --git a/SYCL/Basic/image/image_accessor_readwrite.cpp b/SYCL/Basic/image/image_accessor_readwrite.cpp index e656275f7a..af3dc5f916 100644 --- a/SYCL/Basic/image/image_accessor_readwrite.cpp +++ b/SYCL/Basic/image/image_accessor_readwrite.cpp @@ -15,9 +15,9 @@ // //===----------------------------------------------------------------------===// -#include #include #include +#include #if DEBUG_OUTPUT #include #endif diff --git a/SYCL/Basic/image/image_accessor_readwrite_half.cpp b/SYCL/Basic/image/image_accessor_readwrite_half.cpp index 53a3a0ce0a..4de67b15f5 100644 --- a/SYCL/Basic/image/image_accessor_readwrite_half.cpp +++ b/SYCL/Basic/image/image_accessor_readwrite_half.cpp @@ -15,9 +15,9 @@ // //===----------------------------------------------------------------------===// -#include #include #include +#include #if DEBUG_OUTPUT #include #endif diff --git a/SYCL/Basic/image/image_array.cpp b/SYCL/Basic/image/image_array.cpp index 51dcc2f207..504ae63a43 100644 --- a/SYCL/Basic/image/image_array.cpp +++ b/SYCL/Basic/image/image_array.cpp @@ -14,7 +14,7 @@ // //===----------------------------------------------------------------------===// -#include +#include #include #include diff --git a/SYCL/Basic/image/image_constructors.cpp b/SYCL/Basic/image/image_constructors.cpp index 168a3fbf0b..dc9f569ba7 100644 --- a/SYCL/Basic/image/image_constructors.cpp +++ b/SYCL/Basic/image/image_constructors.cpp @@ -14,8 +14,8 @@ //===----------------------------------------------------------------------===// // Tests the constructors, get_count and get_range APIs. -#include #include +#include void no_delete(void *) {} diff --git a/SYCL/Basic/image/image_max_size.cpp b/SYCL/Basic/image/image_max_size.cpp index 9535f82477..be97708ff1 100644 --- a/SYCL/Basic/image/image_max_size.cpp +++ b/SYCL/Basic/image/image_max_size.cpp @@ -9,7 +9,7 @@ // The test checks that 'image' with max allowed sizes is handled correctly. -#include +#include using namespace cl::sycl; void init(uint32_t *A, uint32_t *B, size_t NumI32Elts) { diff --git a/SYCL/Basic/image/image_read.h b/SYCL/Basic/image/image_read.h index e3ff1c1cf7..aed816b0fe 100644 --- a/SYCL/Basic/image/image_read.h +++ b/SYCL/Basic/image/image_read.h @@ -8,7 +8,7 @@ * https://www.khronos.org/registry/OpenCL/specs/opencl-1.2.pdf#page=329 */ -#include +#include #include diff --git a/SYCL/Basic/image/image_sample.cpp b/SYCL/Basic/image/image_sample.cpp index cfedd2ff98..066d2f2531 100644 --- a/SYCL/Basic/image/image_sample.cpp +++ b/SYCL/Basic/image/image_sample.cpp @@ -4,7 +4,7 @@ // Temporarily disable test on Windows due to regressions in GPU driver. // UNSUPPORTED: cuda || hip, windows -#include +#include #include diff --git a/SYCL/Basic/image/image_write.h b/SYCL/Basic/image/image_write.h index c9a1cafd6c..3d574e931c 100644 --- a/SYCL/Basic/image/image_write.h +++ b/SYCL/Basic/image/image_write.h @@ -8,7 +8,7 @@ * https://www.khronos.org/registry/OpenCL/specs/opencl-1.2.pdf#page=329 */ -#include +#include #include diff --git a/SYCL/Basic/info.cpp b/SYCL/Basic/info.cpp index 9ab7ea8615..7f74d36806 100644 --- a/SYCL/Basic/info.cpp +++ b/SYCL/Basic/info.cpp @@ -11,11 +11,11 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -#include #include #include #include #include +#include using namespace cl::sycl; diff --git a/SYCL/Basic/info_ocl_version.cpp b/SYCL/Basic/info_ocl_version.cpp index 46ea03fb33..0272616ce7 100644 --- a/SYCL/Basic/info_ocl_version.cpp +++ b/SYCL/Basic/info_ocl_version.cpp @@ -12,10 +12,10 @@ // //===----------------------------------------------------------------------===// -#include #include #include #include +#include using namespace cl::sycl; diff --git a/SYCL/Basic/intel-ext-device.cpp b/SYCL/Basic/intel-ext-device.cpp index 77fbb373b1..fc9548c883 100644 --- a/SYCL/Basic/intel-ext-device.cpp +++ b/SYCL/Basic/intel-ext-device.cpp @@ -19,7 +19,7 @@ // //===----------------------------------------------------------------------===// -#include +#include #include diff --git a/SYCL/Basic/interop/check_carrying_real_kernel_IDs.cpp b/SYCL/Basic/interop/check_carrying_real_kernel_IDs.cpp index 9009f8256e..e0ba78d09e 100644 --- a/SYCL/Basic/interop/check_carrying_real_kernel_IDs.cpp +++ b/SYCL/Basic/interop/check_carrying_real_kernel_IDs.cpp @@ -8,8 +8,8 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out #include -#include -#include +#include +#include using namespace cl::sycl; diff --git a/SYCL/Basic/interop/construction_ocl.cpp b/SYCL/Basic/interop/construction_ocl.cpp index b1f1cb65ea..6384ef808e 100644 --- a/SYCL/Basic/interop/construction_ocl.cpp +++ b/SYCL/Basic/interop/construction_ocl.cpp @@ -3,7 +3,7 @@ // RUN: env SYCL_DEVICE_FILTER="opencl" %t.ocl.out #include -#include +#include #include diff --git a/SYCL/Basic/interop/get_native_ocl.cpp b/SYCL/Basic/interop/get_native_ocl.cpp index e41ca64852..4e016a9ff6 100644 --- a/SYCL/Basic/interop/get_native_ocl.cpp +++ b/SYCL/Basic/interop/get_native_ocl.cpp @@ -4,7 +4,7 @@ #include -#include +#include #include constexpr auto BE = sycl::backend::opencl; diff --git a/SYCL/Basic/kernel_bundle/kernel_bundle_api.cpp b/SYCL/Basic/kernel_bundle/kernel_bundle_api.cpp index 24092bbf45..9f711cd9e9 100644 --- a/SYCL/Basic/kernel_bundle/kernel_bundle_api.cpp +++ b/SYCL/Basic/kernel_bundle/kernel_bundle_api.cpp @@ -7,7 +7,7 @@ // -fsycl-device-code-split is not supported for cuda // UNSUPPORTED: cuda || hip -#include +#include #include #include diff --git a/SYCL/Basic/kernel_info.cpp b/SYCL/Basic/kernel_info.cpp index 60ef3539cb..db107a0c3b 100644 --- a/SYCL/Basic/kernel_info.cpp +++ b/SYCL/Basic/kernel_info.cpp @@ -14,8 +14,8 @@ // //===----------------------------------------------------------------------===// -#include #include +#include using namespace cl::sycl; diff --git a/SYCL/Basic/linear-sub_group.cpp b/SYCL/Basic/linear-sub_group.cpp index e3f421e136..489a421e6d 100644 --- a/SYCL/Basic/linear-sub_group.cpp +++ b/SYCL/Basic/linear-sub_group.cpp @@ -13,10 +13,10 @@ //===----------------------------------------------------------------------===// #include "../SubGroup/helper.hpp" -#include #include #include #include +#include using namespace cl::sycl; diff --git a/SYCL/Basic/multi_ptr.cpp b/SYCL/Basic/multi_ptr.cpp index 9c993bad2d..9908768abd 100644 --- a/SYCL/Basic/multi_ptr.cpp +++ b/SYCL/Basic/multi_ptr.cpp @@ -17,9 +17,9 @@ // //===----------------------------------------------------------------------===// -#include #include #include +#include #include using namespace cl::sycl; diff --git a/SYCL/Basic/multisource.cpp b/SYCL/Basic/multisource.cpp index 11679f8c2e..d508294d84 100644 --- a/SYCL/Basic/multisource.cpp +++ b/SYCL/Basic/multisource.cpp @@ -25,7 +25,7 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.fat // RUN: %ACC_RUN_PLACEHOLDER %t.fat -#include +#include #include diff --git a/SYCL/Basic/parallel_for_disable_range_roundup.cpp b/SYCL/Basic/parallel_for_disable_range_roundup.cpp index cc27950a31..1a625ac0f3 100755 --- a/SYCL/Basic/parallel_for_disable_range_roundup.cpp +++ b/SYCL/Basic/parallel_for_disable_range_roundup.cpp @@ -8,7 +8,7 @@ // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -sycl-std=2020 %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER SYCL_PARALLEL_FOR_RANGE_ROUNDING_TRACE=1 %t.out %GPU_CHECK_PLACEHOLDER --check-prefix CHECK-ENABLED -#include +#include using namespace sycl; diff --git a/SYCL/Basic/parallel_for_indexers.cpp b/SYCL/Basic/parallel_for_indexers.cpp index 23dddd644f..51edd37142 100644 --- a/SYCL/Basic/parallel_for_indexers.cpp +++ b/SYCL/Basic/parallel_for_indexers.cpp @@ -6,7 +6,7 @@ // RUN: %GPU_RUN_PLACEHOLDER %t2.out // RUN: %ACC_RUN_PLACEHOLDER %t2.out -#include +#include #include #include diff --git a/SYCL/Basic/parallel_for_range_roundup.cpp b/SYCL/Basic/parallel_for_range_roundup.cpp index 7ae3280d42..49b6e447ee 100644 --- a/SYCL/Basic/parallel_for_range_roundup.cpp +++ b/SYCL/Basic/parallel_for_range_roundup.cpp @@ -1,7 +1,7 @@ // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out // RUN: env SYCL_PARALLEL_FOR_RANGE_ROUNDING_TRACE=1 %GPU_RUN_PLACEHOLDER %t.out %GPU_CHECK_PLACEHOLDER -#include +#include using namespace sycl; diff --git a/SYCL/Basic/parallel_for_user_types.cpp b/SYCL/Basic/parallel_for_user_types.cpp index 7f997e7205..e078cd1e75 100644 --- a/SYCL/Basic/parallel_for_user_types.cpp +++ b/SYCL/Basic/parallel_for_user_types.cpp @@ -7,8 +7,8 @@ // This test performs basic check of supporting user defined class that are // implicitly converted from sycl::item/sycl::nd_item in parallel_for. -#include #include +#include template class item_wrapper { public: diff --git a/SYCL/Basic/partition_supported.cpp b/SYCL/Basic/partition_supported.cpp index b55b6cfc9d..2fe3e2992a 100644 --- a/SYCL/Basic/partition_supported.cpp +++ b/SYCL/Basic/partition_supported.cpp @@ -15,7 +15,7 @@ not support the info::partition_affinity_domain provided, an exception with the **feature_not_supported error code must be thrown**. */ -#include +#include /** returns true if the device supports a particular affinity domain */ diff --git a/SYCL/Basic/query.hpp b/SYCL/Basic/query.hpp index 56ec6f643f..c735996b39 100644 --- a/SYCL/Basic/query.hpp +++ b/SYCL/Basic/query.hpp @@ -1,4 +1,4 @@ -#include +#include #include using namespace sycl; diff --git a/SYCL/Basic/queue/queue.cpp b/SYCL/Basic/queue/queue.cpp index c547413f30..12bbd79988 100644 --- a/SYCL/Basic/queue/queue.cpp +++ b/SYCL/Basic/queue/queue.cpp @@ -9,9 +9,9 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -#include -#include #include +#include +#include using namespace cl::sycl; diff --git a/SYCL/Basic/queue/queue_parallel_for_generic.cpp b/SYCL/Basic/queue/queue_parallel_for_generic.cpp index d0dedb9cbb..e5ef6d2ab3 100644 --- a/SYCL/Basic/queue/queue_parallel_for_generic.cpp +++ b/SYCL/Basic/queue/queue_parallel_for_generic.cpp @@ -12,7 +12,7 @@ // //===----------------------------------------------------------------------===// -#include +#include #include #include diff --git a/SYCL/Basic/queue/release.cpp b/SYCL/Basic/queue/release.cpp index c690671a6a..cc669864b9 100644 --- a/SYCL/Basic/queue/release.cpp +++ b/SYCL/Basic/queue/release.cpp @@ -5,7 +5,7 @@ // // XFAIL: hip_nvidia -#include +#include int main() { sycl::queue q; diff --git a/SYCL/Basic/range_offset_fit_in_int.cpp b/SYCL/Basic/range_offset_fit_in_int.cpp index 658eb950d5..14ebb02b35 100644 --- a/SYCL/Basic/range_offset_fit_in_int.cpp +++ b/SYCL/Basic/range_offset_fit_in_int.cpp @@ -1,8 +1,8 @@ // RUN: %clangxx -fsycl -fsycl-id-queries-fit-in-int -fsycl-targets=%sycl_triple %s -o %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out -#include #include +#include namespace S = cl::sycl; diff --git a/SYCL/Basic/reqd_work_group_size.cpp b/SYCL/Basic/reqd_work_group_size.cpp index 5fb9de35d8..52770aea83 100644 --- a/SYCL/Basic/reqd_work_group_size.cpp +++ b/SYCL/Basic/reqd_work_group_size.cpp @@ -6,7 +6,7 @@ // Failing negative test with HIP // XFAIL: hip -#include +#include #include diff --git a/SYCL/Basic/sampler/sampler.cpp b/SYCL/Basic/sampler/sampler.cpp index b4a78bcf84..1119ccb7ac 100644 --- a/SYCL/Basic/sampler/sampler.cpp +++ b/SYCL/Basic/sampler/sampler.cpp @@ -12,9 +12,9 @@ // //===----------------------------------------------------------------------===// -#include -#include #include +#include +#include namespace sycl { using namespace cl::sycl; diff --git a/SYCL/Basic/scalar_vec_access.cpp b/SYCL/Basic/scalar_vec_access.cpp index 245c0e9c03..94ab6cd284 100644 --- a/SYCL/Basic/scalar_vec_access.cpp +++ b/SYCL/Basic/scalar_vec_access.cpp @@ -15,8 +15,8 @@ // CHECK-NOT: Error: unexpected behavior because of accessing element of the // vector by reference -#include #include +#include typedef float float4_t __attribute__((ext_vector_type(4))); diff --git a/SYCL/Basic/stream/auto_flush.cpp b/SYCL/Basic/stream/auto_flush.cpp index 75a9192040..9575e0bbc9 100644 --- a/SYCL/Basic/stream/auto_flush.cpp +++ b/SYCL/Basic/stream/auto_flush.cpp @@ -13,7 +13,7 @@ // //===----------------------------------------------------------------------===// -#include +#include using namespace cl::sycl; diff --git a/SYCL/Basic/stream/blocking_pipes_and_stream.cpp b/SYCL/Basic/stream/blocking_pipes_and_stream.cpp index cca007b637..3b313776bc 100644 --- a/SYCL/Basic/stream/blocking_pipes_and_stream.cpp +++ b/SYCL/Basic/stream/blocking_pipes_and_stream.cpp @@ -27,8 +27,8 @@ // CHECK-NEXT: 8 // CHECK-NEXT: 9 -#include #include +#include using namespace cl::sycl; diff --git a/SYCL/Basic/stream/release_resources_test.cpp b/SYCL/Basic/stream/release_resources_test.cpp index 8b7d2ee73d..971275966b 100644 --- a/SYCL/Basic/stream/release_resources_test.cpp +++ b/SYCL/Basic/stream/release_resources_test.cpp @@ -5,7 +5,7 @@ // Check that buffer used by a stream object is released. -#include +#include using namespace cl::sycl; diff --git a/SYCL/Basic/stream/stream.cpp b/SYCL/Basic/stream/stream.cpp index 2ddffbe3fa..50702d8ff1 100644 --- a/SYCL/Basic/stream/stream.cpp +++ b/SYCL/Basic/stream/stream.cpp @@ -14,9 +14,9 @@ //===----------------------------------------------------------------------===// #define SYCL_SIMPLE_SWIZZLES -#include -#include #include +#include +#include using namespace cl::sycl; diff --git a/SYCL/Basic/stream/stream_copies_buffer_sync.cpp b/SYCL/Basic/stream/stream_copies_buffer_sync.cpp index 2275127e1a..83b92818dc 100644 --- a/SYCL/Basic/stream/stream_copies_buffer_sync.cpp +++ b/SYCL/Basic/stream/stream_copies_buffer_sync.cpp @@ -4,7 +4,7 @@ // RUN: %GPU_RUN_ON_LINUX_PLACEHOLDER %t.out %GPU_CHECK_ON_LINUX_PLACEHOLDER // RUN: %ACC_RUN_PLACEHOLDER %t.out %ACC_CHECK_PLACEHOLDER -#include +#include using namespace cl::sycl; diff --git a/SYCL/Basic/stream/stream_max_stmt_exceed.cpp b/SYCL/Basic/stream/stream_max_stmt_exceed.cpp index 752685551b..6c1f9e4f2e 100644 --- a/SYCL/Basic/stream/stream_max_stmt_exceed.cpp +++ b/SYCL/Basic/stream/stream_max_stmt_exceed.cpp @@ -4,7 +4,7 @@ // RUN: %GPU_RUN_ON_LINUX_PLACEHOLDER %t.out %GPU_CHECK_ON_LINUX_PLACEHOLDER // RUN: %ACC_RUN_PLACEHOLDER %t.out %ACC_CHECK_PLACEHOLDER -#include +#include #include diff --git a/SYCL/Basic/subdevice.cpp b/SYCL/Basic/subdevice.cpp index 9733d6cad7..be2638f446 100644 --- a/SYCL/Basic/subdevice.cpp +++ b/SYCL/Basic/subdevice.cpp @@ -12,11 +12,11 @@ // //===----------------------------------------------------------------------===// -#include -#include #include #include #include +#include +#include #include using namespace cl::sycl; diff --git a/SYCL/Basic/subdevice_pi.cpp b/SYCL/Basic/subdevice_pi.cpp index dee9c4e907..052df3cee2 100644 --- a/SYCL/Basic/subdevice_pi.cpp +++ b/SYCL/Basic/subdevice_pi.cpp @@ -6,8 +6,8 @@ // Intel OpenCL CPU Runtime supports device partition on all (multi-core) // platforms. Other devices may not support this. -#include #include +#include #include using namespace cl::sycl; diff --git a/SYCL/Basic/submit_barrier.cpp b/SYCL/Basic/submit_barrier.cpp index ae41bec93a..2ea666bff0 100755 --- a/SYCL/Basic/submit_barrier.cpp +++ b/SYCL/Basic/submit_barrier.cpp @@ -4,8 +4,8 @@ // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out -#include #include +#include int main() { diff --git a/SYCL/Basic/subsubdevice.cpp b/SYCL/Basic/subsubdevice.cpp index 4da202734a..65454d2689 100644 --- a/SYCL/Basic/subsubdevice.cpp +++ b/SYCL/Basic/subsubdevice.cpp @@ -12,11 +12,11 @@ // //===----------------------------------------------------------------------===// -#include -#include #include #include #include +#include +#include #include using namespace cl::sycl; diff --git a/SYCL/Basic/swizzle_op.cpp b/SYCL/Basic/swizzle_op.cpp index abfcee0303..6663ceeb5e 100644 --- a/SYCL/Basic/swizzle_op.cpp +++ b/SYCL/Basic/swizzle_op.cpp @@ -12,8 +12,8 @@ //===----------------------------------------------------------------------===// #define SYCL_SIMPLE_SWIZZLES -#include #include +#include using namespace cl::sycl; diff --git a/SYCL/Basic/sycl-namespace.cpp b/SYCL/Basic/sycl-namespace.cpp index 3304bb4464..a034cdf2ca 100644 --- a/SYCL/Basic/sycl-namespace.cpp +++ b/SYCL/Basic/sycl-namespace.cpp @@ -4,7 +4,7 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -#include +#include int main() { ::sycl::queue q; diff --git a/SYCL/Basic/unused_pointer.cpp b/SYCL/Basic/unused_pointer.cpp index 9c8f572b7e..978d2f81c2 100644 --- a/SYCL/Basic/unused_pointer.cpp +++ b/SYCL/Basic/unused_pointer.cpp @@ -12,8 +12,8 @@ // //==----------------------------------------------------------------------==// -#include #include +#include using namespace std; diff --git a/SYCL/Basic/use_pinned_host_memory.cpp b/SYCL/Basic/use_pinned_host_memory.cpp index a596093313..aa621b083d 100644 --- a/SYCL/Basic/use_pinned_host_memory.cpp +++ b/SYCL/Basic/use_pinned_host_memory.cpp @@ -1,7 +1,7 @@ // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out // RUN: env SYCL_PI_TRACE=2 %CPU_RUN_PLACEHOLDER %t.out 2>&1 %CPU_CHECK_PLACEHOLDER -#include +#include #include diff --git a/SYCL/Basic/vector_byte.cpp b/SYCL/Basic/vector_byte.cpp index b559487149..260b46ce3b 100644 --- a/SYCL/Basic/vector_byte.cpp +++ b/SYCL/Basic/vector_byte.cpp @@ -13,7 +13,7 @@ //===----------------------------------------------------------------------===// #define SYCL_SIMPLE_SWIZZLES -#include +#include int main() { std::byte bt{7}; diff --git a/SYCL/Basic/vector_operators.cpp b/SYCL/Basic/vector_operators.cpp index 4298ed76cf..dd50874bf7 100644 --- a/SYCL/Basic/vector_operators.cpp +++ b/SYCL/Basic/vector_operators.cpp @@ -13,7 +13,7 @@ //===----------------------------------------------------------------------===// #define SYCL_SIMPLE_SWIZZLES -#include +#include namespace s = cl::sycl; template diff --git a/SYCL/Config/allowlist.cpp b/SYCL/Config/allowlist.cpp index 0d6a36306e..430626418e 100644 --- a/SYCL/Config/allowlist.cpp +++ b/SYCL/Config/allowlist.cpp @@ -10,12 +10,12 @@ // RUN: env TEST_DEVICE_IS_NOT_AVAILABLE=1 env SYCL_DEVICE_ALLOWLIST="PlatformName:{{SUCH NAME DOESN'T EXIST}}" %t.out // RUN: env TEST_INCORRECT_VALUE=1 env SYCL_DEVICE_ALLOWLIST="IncorrectKey:{{.*}}" %t.out -#include #include #include #include #include #include +#include using namespace cl; diff --git a/SYCL/Config/config.cpp b/SYCL/Config/config.cpp index 86709fecc8..7d2d15f237 100644 --- a/SYCL/Config/config.cpp +++ b/SYCL/Config/config.cpp @@ -16,7 +16,7 @@ // RUN: %t.out // RUN: ls | not grep dot -#include +#include using namespace cl; diff --git a/SYCL/Config/device_selector.cpp b/SYCL/Config/device_selector.cpp index 6241b66284..dd270f51d7 100644 --- a/SYCL/Config/device_selector.cpp +++ b/SYCL/Config/device_selector.cpp @@ -4,7 +4,7 @@ // Checks that no device is selected when no device of desired type is // available. -#include +#include #include diff --git a/SYCL/Config/env_vars.cpp b/SYCL/Config/env_vars.cpp index 34ada59ba9..520cb361c8 100644 --- a/SYCL/Config/env_vars.cpp +++ b/SYCL/Config/env_vars.cpp @@ -12,9 +12,9 @@ // // RUN: %CPU_RUN_PLACEHOLDER SYCL_PROGRAM_COMPILE_OPTIONS="-enable-link-options -cl-denorms-are-zero" SHOULD_CRASH=1 %t.out -#include #include #include +#include using namespace cl::sycl; diff --git a/SYCL/Config/kernel_from_file.cpp b/SYCL/Config/kernel_from_file.cpp index fe34d64135..1dfad6efbc 100644 --- a/SYCL/Config/kernel_from_file.cpp +++ b/SYCL/Config/kernel_from_file.cpp @@ -17,8 +17,8 @@ // RUN: %BE_RUN_PLACEHOLDER env SYCL_USE_KERNEL_SPV=%t.spv %t.out | FileCheck %s // CHECK: Passed -#include #include +#include using namespace cl::sycl; diff --git a/SYCL/Config/select_device.cpp b/SYCL/Config/select_device.cpp index 9c9dfed2c7..e1edc2c170 100644 --- a/SYCL/Config/select_device.cpp +++ b/SYCL/Config/select_device.cpp @@ -57,11 +57,11 @@ // //===----------------------------------------------------------------------===// -#include #include #include #include #include +#include using namespace cl::sycl; diff --git a/SYCL/DeprecatedFeatures/ESIMD/Inputs/esimd_test_utils.hpp b/SYCL/DeprecatedFeatures/ESIMD/Inputs/esimd_test_utils.hpp index efed23eefb..56fe649083 100644 --- a/SYCL/DeprecatedFeatures/ESIMD/Inputs/esimd_test_utils.hpp +++ b/SYCL/DeprecatedFeatures/ESIMD/Inputs/esimd_test_utils.hpp @@ -6,7 +6,7 @@ // //===----------------------------------------------------------------------===// -#include +#include #define NOMINMAX diff --git a/SYCL/DeprecatedFeatures/ESIMD/Inputs/spec_const_common.hpp b/SYCL/DeprecatedFeatures/ESIMD/Inputs/spec_const_common.hpp index b2f226c760..b340ba600f 100644 --- a/SYCL/DeprecatedFeatures/ESIMD/Inputs/spec_const_common.hpp +++ b/SYCL/DeprecatedFeatures/ESIMD/Inputs/spec_const_common.hpp @@ -11,8 +11,8 @@ #include "esimd_test_utils.hpp" -#include #include +#include #include #include diff --git a/SYCL/DeprecatedFeatures/ESIMD/histogram_256_slm_spec.cpp b/SYCL/DeprecatedFeatures/ESIMD/histogram_256_slm_spec.cpp index 29b312f13a..25a2333558 100644 --- a/SYCL/DeprecatedFeatures/ESIMD/histogram_256_slm_spec.cpp +++ b/SYCL/DeprecatedFeatures/ESIMD/histogram_256_slm_spec.cpp @@ -12,9 +12,9 @@ #include "esimd_test_utils.hpp" -#include #include #include +#include static constexpr int NUM_BINS = 256; static constexpr int SLM_SIZE = (NUM_BINS * 4); diff --git a/SYCL/DeprecatedFeatures/ESIMD/spec_const_redefine_esimd.cpp b/SYCL/DeprecatedFeatures/ESIMD/spec_const_redefine_esimd.cpp index 2280fc71de..f2309ec71b 100755 --- a/SYCL/DeprecatedFeatures/ESIMD/spec_const_redefine_esimd.cpp +++ b/SYCL/DeprecatedFeatures/ESIMD/spec_const_redefine_esimd.cpp @@ -21,8 +21,8 @@ #include "esimd_test_utils.hpp" -#include #include +#include #include #include diff --git a/SYCL/DeprecatedFeatures/FunctionPointers/fp-as-kernel-arg.cpp b/SYCL/DeprecatedFeatures/FunctionPointers/fp-as-kernel-arg.cpp index 5c47a3007c..bba691e063 100644 --- a/SYCL/DeprecatedFeatures/FunctionPointers/fp-as-kernel-arg.cpp +++ b/SYCL/DeprecatedFeatures/FunctionPointers/fp-as-kernel-arg.cpp @@ -9,8 +9,8 @@ // FIXME: This test should use runtime early exit once correct check for // corresponding extension is implemented -#include #include +#include #include #include diff --git a/SYCL/DeprecatedFeatures/FunctionPointers/pass-fp-through-buffer.cpp b/SYCL/DeprecatedFeatures/FunctionPointers/pass-fp-through-buffer.cpp index d97a67a7b2..f8b374c9d3 100644 --- a/SYCL/DeprecatedFeatures/FunctionPointers/pass-fp-through-buffer.cpp +++ b/SYCL/DeprecatedFeatures/FunctionPointers/pass-fp-through-buffer.cpp @@ -9,8 +9,8 @@ // FIXME: This test should use runtime early exit once correct check for // corresponding extension is implemented -#include #include +#include #include #include diff --git a/SYCL/DeprecatedFeatures/SpecConsts1.2.1/composite-in-functor.cpp b/SYCL/DeprecatedFeatures/SpecConsts1.2.1/composite-in-functor.cpp index ce8fca7ee7..f1f52af0e9 100644 --- a/SYCL/DeprecatedFeatures/SpecConsts1.2.1/composite-in-functor.cpp +++ b/SYCL/DeprecatedFeatures/SpecConsts1.2.1/composite-in-functor.cpp @@ -13,7 +13,7 @@ // CHECK-NEXT: 3 // CHECK-NEXT: 4 : 5 -#include +#include using namespace cl::sycl; diff --git a/SYCL/DeprecatedFeatures/SpecConsts1.2.1/composite-type.cpp b/SYCL/DeprecatedFeatures/SpecConsts1.2.1/composite-type.cpp index cae3a46de0..1dabb1a243 100644 --- a/SYCL/DeprecatedFeatures/SpecConsts1.2.1/composite-type.cpp +++ b/SYCL/DeprecatedFeatures/SpecConsts1.2.1/composite-type.cpp @@ -9,7 +9,7 @@ // composite types: toolchain processes them correctly and runtime can correctly // execute the program. -#include +#include #include #include diff --git a/SYCL/DeprecatedFeatures/SpecConsts1.2.1/multiple-usages-of-composite.cpp b/SYCL/DeprecatedFeatures/SpecConsts1.2.1/multiple-usages-of-composite.cpp index 460b1f9407..77e5ef0e04 100644 --- a/SYCL/DeprecatedFeatures/SpecConsts1.2.1/multiple-usages-of-composite.cpp +++ b/SYCL/DeprecatedFeatures/SpecConsts1.2.1/multiple-usages-of-composite.cpp @@ -11,7 +11,7 @@ // // CHECK: --------> 1 -#include +#include using namespace cl::sycl; diff --git a/SYCL/DeprecatedFeatures/SpecConsts1.2.1/spec_const_hw.cpp b/SYCL/DeprecatedFeatures/SpecConsts1.2.1/spec_const_hw.cpp index 3245c3aec3..5f7cbe8c7e 100644 --- a/SYCL/DeprecatedFeatures/SpecConsts1.2.1/spec_const_hw.cpp +++ b/SYCL/DeprecatedFeatures/SpecConsts1.2.1/spec_const_hw.cpp @@ -16,7 +16,7 @@ // tool chain processes them correctly and runtime can correctly execute the // program. -#include +#include #include #include diff --git a/SYCL/DeprecatedFeatures/SpecConsts1.2.1/spec_const_neg.cpp b/SYCL/DeprecatedFeatures/SpecConsts1.2.1/spec_const_neg.cpp index f2930c58c4..cd91ceca7b 100644 --- a/SYCL/DeprecatedFeatures/SpecConsts1.2.1/spec_const_neg.cpp +++ b/SYCL/DeprecatedFeatures/SpecConsts1.2.1/spec_const_neg.cpp @@ -15,7 +15,7 @@ // The test that specialization constant implementation throws exceptions when // expected. -#include +#include #include #include diff --git a/SYCL/DeprecatedFeatures/SpecConsts1.2.1/spec_const_redefine.cpp b/SYCL/DeprecatedFeatures/SpecConsts1.2.1/spec_const_redefine.cpp index 57be8ae484..b704a6f2df 100644 --- a/SYCL/DeprecatedFeatures/SpecConsts1.2.1/spec_const_redefine.cpp +++ b/SYCL/DeprecatedFeatures/SpecConsts1.2.1/spec_const_redefine.cpp @@ -20,7 +20,7 @@ // - the program is JITted only once per a unique set of specialization // constants values. -#include +#include #include #include diff --git a/SYCL/DeprecatedFeatures/SpecConsts1.2.1/specialization_constants.cpp b/SYCL/DeprecatedFeatures/SpecConsts1.2.1/specialization_constants.cpp index ea52b2fa79..0be17b66da 100644 --- a/SYCL/DeprecatedFeatures/SpecConsts1.2.1/specialization_constants.cpp +++ b/SYCL/DeprecatedFeatures/SpecConsts1.2.1/specialization_constants.cpp @@ -14,10 +14,10 @@ //===----------------------------------------------------------------------===// // Basic checks for some primitive types -#include #include #include #include +#include #define HALF 0 // FIXME Spec constants do not support half type yet diff --git a/SYCL/DeprecatedFeatures/SpecConsts1.2.1/specialization_constants_negative.cpp b/SYCL/DeprecatedFeatures/SpecConsts1.2.1/specialization_constants_negative.cpp index 963ec6362e..d97212a360 100644 --- a/SYCL/DeprecatedFeatures/SpecConsts1.2.1/specialization_constants_negative.cpp +++ b/SYCL/DeprecatedFeatures/SpecConsts1.2.1/specialization_constants_negative.cpp @@ -14,10 +14,10 @@ //===----------------------------------------------------------------------===// // Checks for negative cases -#include #include #include #include +#include class SpecializedKernelNegative; diff --git a/SYCL/DeprecatedFeatures/SpecConsts1.2.1/specialization_constants_override.cpp b/SYCL/DeprecatedFeatures/SpecConsts1.2.1/specialization_constants_override.cpp index 4e538d55c5..7d96307517 100644 --- a/SYCL/DeprecatedFeatures/SpecConsts1.2.1/specialization_constants_override.cpp +++ b/SYCL/DeprecatedFeatures/SpecConsts1.2.1/specialization_constants_override.cpp @@ -14,10 +14,10 @@ //===----------------------------------------------------------------------===// // Checks that set_spec_constant can be used twice on the same program -#include #include #include #include +#include class SpecializedKernelOverride; diff --git a/SYCL/DeprecatedFeatures/SpecConsts1.2.1/unpacked-composite-type.cpp b/SYCL/DeprecatedFeatures/SpecConsts1.2.1/unpacked-composite-type.cpp index 122b88c7c4..de32202b57 100644 --- a/SYCL/DeprecatedFeatures/SpecConsts1.2.1/unpacked-composite-type.cpp +++ b/SYCL/DeprecatedFeatures/SpecConsts1.2.1/unpacked-composite-type.cpp @@ -12,7 +12,7 @@ // CHECK: --------> 2 // CHECK: --------> 3 // CHECK: --------> 4 -#include +#include #include diff --git a/SYCL/DeprecatedFeatures/basic-program.cpp b/SYCL/DeprecatedFeatures/basic-program.cpp index 05dd558476..20a0dee6d1 100644 --- a/SYCL/DeprecatedFeatures/basic-program.cpp +++ b/SYCL/DeprecatedFeatures/basic-program.cpp @@ -13,7 +13,7 @@ // //===----------------------------------------------------------------------===// -#include +#include #include diff --git a/SYCL/DeprecatedFeatures/basic.hpp b/SYCL/DeprecatedFeatures/basic.hpp index 9a1d115979..5e1a75e8fd 100644 --- a/SYCL/DeprecatedFeatures/basic.hpp +++ b/SYCL/DeprecatedFeatures/basic.hpp @@ -1,4 +1,4 @@ -#include +#include int main(int argc, char **argv) { // Test program and kernel APIs when building a kernel. diff --git a/SYCL/DeprecatedFeatures/buffer_interop.cpp b/SYCL/DeprecatedFeatures/buffer_interop.cpp index 24b9121010..7837218b38 100644 --- a/SYCL/DeprecatedFeatures/buffer_interop.cpp +++ b/SYCL/DeprecatedFeatures/buffer_interop.cpp @@ -12,7 +12,7 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -#include +#include #include #include diff --git a/SYCL/DeprecatedFeatures/deprecated.cpp b/SYCL/DeprecatedFeatures/deprecated.cpp index 2671581a3f..d80d19ca23 100644 --- a/SYCL/DeprecatedFeatures/deprecated.cpp +++ b/SYCL/DeprecatedFeatures/deprecated.cpp @@ -12,7 +12,7 @@ // //===----------------------------------------------------------------------===// -#include +#include using namespace cl::sycl; diff --git a/SYCL/DeprecatedFeatures/device_platform_interop.cpp b/SYCL/DeprecatedFeatures/device_platform_interop.cpp index 9d971aa9ac..96c1888cbf 100644 --- a/SYCL/DeprecatedFeatures/device_platform_interop.cpp +++ b/SYCL/DeprecatedFeatures/device_platform_interop.cpp @@ -14,10 +14,10 @@ // //===----------------------------------------------------------------------===// -#include -#include #include #include +#include +#include #include using namespace cl::sycl; diff --git a/SYCL/DeprecatedFeatures/event_creation_opencl.cpp b/SYCL/DeprecatedFeatures/event_creation_opencl.cpp index 18aa482855..e1bf013cf4 100644 --- a/SYCL/DeprecatedFeatures/event_creation_opencl.cpp +++ b/SYCL/DeprecatedFeatures/event_creation_opencl.cpp @@ -12,8 +12,8 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -#include #include +#include int main() { try { diff --git a/SYCL/DeprecatedFeatures/get-options.cpp b/SYCL/DeprecatedFeatures/get-options.cpp index 62f50abb07..364c30058a 100644 --- a/SYCL/DeprecatedFeatures/get-options.cpp +++ b/SYCL/DeprecatedFeatures/get-options.cpp @@ -8,7 +8,7 @@ // so it is unsupported on any other backend. // UNSUPPORTED: cuda || hip || level_zero -#include +#include #include diff --git a/SYCL/DeprecatedFeatures/get_backend.cpp b/SYCL/DeprecatedFeatures/get_backend.cpp index 3b0d59ded7..77e7705cfd 100644 --- a/SYCL/DeprecatedFeatures/get_backend.cpp +++ b/SYCL/DeprecatedFeatures/get_backend.cpp @@ -8,9 +8,9 @@ // backend. //==----------------------------------------------------------==// -#include -#include #include +#include +#include using namespace cl::sycl; diff --git a/SYCL/DeprecatedFeatures/kernel-and-program-interop.cpp b/SYCL/DeprecatedFeatures/kernel-and-program-interop.cpp index 60eab0a3e6..3db7fce445 100644 --- a/SYCL/DeprecatedFeatures/kernel-and-program-interop.cpp +++ b/SYCL/DeprecatedFeatures/kernel-and-program-interop.cpp @@ -14,7 +14,7 @@ // //===----------------------------------------------------------------------===// -#include +#include #include #include diff --git a/SYCL/DeprecatedFeatures/kernel-and-program.cpp b/SYCL/DeprecatedFeatures/kernel-and-program.cpp index b5dec8e5f8..80b2ecadc9 100644 --- a/SYCL/DeprecatedFeatures/kernel-and-program.cpp +++ b/SYCL/DeprecatedFeatures/kernel-and-program.cpp @@ -14,7 +14,7 @@ // //===----------------------------------------------------------------------===// -#include +#include #include #include diff --git a/SYCL/DeprecatedFeatures/kernel_info.cpp b/SYCL/DeprecatedFeatures/kernel_info.cpp index 428ece522b..7988a87b14 100644 --- a/SYCL/DeprecatedFeatures/kernel_info.cpp +++ b/SYCL/DeprecatedFeatures/kernel_info.cpp @@ -16,8 +16,8 @@ // //===----------------------------------------------------------------------===// -#include #include +#include using namespace cl::sycl; diff --git a/SYCL/DeprecatedFeatures/kernel_interop.cpp b/SYCL/DeprecatedFeatures/kernel_interop.cpp index 66b8f429cd..906451f8c5 100644 --- a/SYCL/DeprecatedFeatures/kernel_interop.cpp +++ b/SYCL/DeprecatedFeatures/kernel_interop.cpp @@ -12,7 +12,7 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -#include +#include #include diff --git a/SYCL/DeprecatedFeatures/level-zero-link-flags.cpp b/SYCL/DeprecatedFeatures/level-zero-link-flags.cpp index 04ce58e51a..abee943ca7 100644 --- a/SYCL/DeprecatedFeatures/level-zero-link-flags.cpp +++ b/SYCL/DeprecatedFeatures/level-zero-link-flags.cpp @@ -13,7 +13,7 @@ // //===--------------------------------------------------------------===// -#include +#include class MyKernel; diff --git a/SYCL/DeprecatedFeatures/long_kernel_name.cpp b/SYCL/DeprecatedFeatures/long_kernel_name.cpp index d8e4fa2c7c..27714d1e1a 100644 --- a/SYCL/DeprecatedFeatures/long_kernel_name.cpp +++ b/SYCL/DeprecatedFeatures/long_kernel_name.cpp @@ -6,7 +6,7 @@ // Regression test to check that Level Zero backend doesn't fail when using a // long kernel name. -#include +#include int main() { cl::sycl::queue Q; diff --git a/SYCL/DeprecatedFeatures/opencl-interop.cpp b/SYCL/DeprecatedFeatures/opencl-interop.cpp index a699da34d7..f513685f85 100644 --- a/SYCL/DeprecatedFeatures/opencl-interop.cpp +++ b/SYCL/DeprecatedFeatures/opencl-interop.cpp @@ -14,11 +14,11 @@ // //===----------------------------------------------------------------------===// -#include #include #include #include #include +#include using namespace cl::sycl; diff --git a/SYCL/DeprecatedFeatures/opencl_interop.cpp b/SYCL/DeprecatedFeatures/opencl_interop.cpp index 5a4bf63fe5..c9865e9b1b 100644 --- a/SYCL/DeprecatedFeatures/opencl_interop.cpp +++ b/SYCL/DeprecatedFeatures/opencl_interop.cpp @@ -5,9 +5,9 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -#include #include #include +#include #include #define CL_CHECK_ERRORS(ERR) \ diff --git a/SYCL/DeprecatedFeatures/parallel_for_range.cpp b/SYCL/DeprecatedFeatures/parallel_for_range.cpp index 00e994d40e..8946c8f109 100644 --- a/SYCL/DeprecatedFeatures/parallel_for_range.cpp +++ b/SYCL/DeprecatedFeatures/parallel_for_range.cpp @@ -7,7 +7,7 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -#include +#include #include diff --git a/SYCL/DeprecatedFeatures/platform.cpp b/SYCL/DeprecatedFeatures/platform.cpp index 2f1e4662ca..e3ed108c31 100644 --- a/SYCL/DeprecatedFeatures/platform.cpp +++ b/SYCL/DeprecatedFeatures/platform.cpp @@ -7,9 +7,9 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -#include #include #include +#include #include using namespace cl::sycl; diff --git a/SYCL/DeprecatedFeatures/program-merge-options.hpp b/SYCL/DeprecatedFeatures/program-merge-options.hpp index 15340ee89d..f6a786d300 100644 --- a/SYCL/DeprecatedFeatures/program-merge-options.hpp +++ b/SYCL/DeprecatedFeatures/program-merge-options.hpp @@ -1,7 +1,7 @@ #define SYCL2020_DISABLE_DEPRECATION_WARNINGS -#include #include +#include class KernelName; void submitKernel() { diff --git a/SYCL/DeprecatedFeatures/program_link.cpp b/SYCL/DeprecatedFeatures/program_link.cpp index 9b6d0e9a98..559a405e8a 100644 --- a/SYCL/DeprecatedFeatures/program_link.cpp +++ b/SYCL/DeprecatedFeatures/program_link.cpp @@ -14,8 +14,8 @@ // and linker switches. // UNSUPPORTED: level_zero -#include #include +#include using namespace cl::sycl; class DUMMY { public: diff --git a/SYCL/DeprecatedFeatures/queue_old_interop.cpp b/SYCL/DeprecatedFeatures/queue_old_interop.cpp index 3e3910908e..cb51e75259 100644 --- a/SYCL/DeprecatedFeatures/queue_old_interop.cpp +++ b/SYCL/DeprecatedFeatures/queue_old_interop.cpp @@ -11,8 +11,8 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -#include #include +#include using namespace cl::sycl; diff --git a/SYCL/DeprecatedFeatures/sampler_ocl.cpp b/SYCL/DeprecatedFeatures/sampler_ocl.cpp index 1c0e024e98..fe86efe181 100644 --- a/SYCL/DeprecatedFeatures/sampler_ocl.cpp +++ b/SYCL/DeprecatedFeatures/sampler_ocl.cpp @@ -13,9 +13,9 @@ // //===----------------------------------------------------------------------===// -#include -#include #include +#include +#include namespace sycl { using namespace cl::sycl; diff --git a/SYCL/DeprecatedFeatures/set_arg_interop.cpp b/SYCL/DeprecatedFeatures/set_arg_interop.cpp index 2b5a6192b7..e8159cd43a 100644 --- a/SYCL/DeprecatedFeatures/set_arg_interop.cpp +++ b/SYCL/DeprecatedFeatures/set_arg_interop.cpp @@ -5,7 +5,7 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -#include +#include #include diff --git a/SYCL/DeprecatedFeatures/spec_const_aot.cpp b/SYCL/DeprecatedFeatures/spec_const_aot.cpp index 79a6eabbbc..c0f7148210 100644 --- a/SYCL/DeprecatedFeatures/spec_const_aot.cpp +++ b/SYCL/DeprecatedFeatures/spec_const_aot.cpp @@ -6,7 +6,7 @@ // The test checks that the specialization constant feature works with ahead // of time compilation. -#include +#include #include #include diff --git a/SYCL/DeprecatedFeatures/spec_consts.hpp b/SYCL/DeprecatedFeatures/spec_consts.hpp index 9ce468d749..8c6b521f92 100644 --- a/SYCL/DeprecatedFeatures/spec_consts.hpp +++ b/SYCL/DeprecatedFeatures/spec_consts.hpp @@ -1,4 +1,4 @@ -#include +#include #include #include diff --git a/SYCL/DeprecatedFeatures/subbuffer_interop.cpp b/SYCL/DeprecatedFeatures/subbuffer_interop.cpp index 55634d993f..2a0c52d6bd 100644 --- a/SYCL/DeprecatedFeatures/subbuffer_interop.cpp +++ b/SYCL/DeprecatedFeatures/subbuffer_interop.cpp @@ -13,7 +13,7 @@ // //===----------------------------------------------------------------------===// -#include +#include #include #include diff --git a/SYCL/DeviceCodeSplit/Inputs/split-per-source.h b/SYCL/DeviceCodeSplit/Inputs/split-per-source.h index fdb2dd4045..b848cb3c68 100644 --- a/SYCL/DeviceCodeSplit/Inputs/split-per-source.h +++ b/SYCL/DeviceCodeSplit/Inputs/split-per-source.h @@ -1,4 +1,4 @@ -#include +#include class File1Kern1; class File1Kern2; diff --git a/SYCL/DeviceCodeSplit/split-per-kernel.cpp b/SYCL/DeviceCodeSplit/split-per-kernel.cpp index 684bc7cdb5..567331c33c 100644 --- a/SYCL/DeviceCodeSplit/split-per-kernel.cpp +++ b/SYCL/DeviceCodeSplit/split-per-kernel.cpp @@ -6,7 +6,7 @@ // // XFAIL: hip_nvidia -#include +#include class Kern1; class Kern2; diff --git a/SYCL/DeviceLib/assert-windows.cpp b/SYCL/DeviceLib/assert-windows.cpp index a3fa64418b..8bfbb23b4a 100644 --- a/SYCL/DeviceLib/assert-windows.cpp +++ b/SYCL/DeviceLib/assert-windows.cpp @@ -24,9 +24,9 @@ // RUN: FileCheck %s --input-file %t.stdout.pi.fallback --check-prefix=CHECK-FALLBACK // CHECK-FALLBACK: ---> piProgramLink -#include #include #include +#include using namespace cl::sycl; diff --git a/SYCL/DeviceLib/assert.cpp b/SYCL/DeviceLib/assert.cpp index 71a3b170a5..395db0467a 100644 --- a/SYCL/DeviceLib/assert.cpp +++ b/SYCL/DeviceLib/assert.cpp @@ -91,10 +91,10 @@ // Note that the work-item that hits the assert first may vary, since the order // of execution is undefined. We catch only the first one (whatever id it is). -#include #include #include #include +#include #include #include #include diff --git a/SYCL/DeviceLib/built-ins/fast-math-flag.cpp b/SYCL/DeviceLib/built-ins/fast-math-flag.cpp index 8f7af8cc7b..d2f68401e2 100644 --- a/SYCL/DeviceLib/built-ins/fast-math-flag.cpp +++ b/SYCL/DeviceLib/built-ins/fast-math-flag.cpp @@ -4,8 +4,8 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -#include #include +#include #define __TEST_FFMATH_BINARY(func) \ int test_ffmath_##func() { \ diff --git a/SYCL/DeviceLib/built-ins/nan.cpp b/SYCL/DeviceLib/built-ins/nan.cpp index 7082394a48..93967740c3 100644 --- a/SYCL/DeviceLib/built-ins/nan.cpp +++ b/SYCL/DeviceLib/built-ins/nan.cpp @@ -5,7 +5,7 @@ // RUN: %GPU_RUN_PLACEHOLDER %t_gpu.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -#include +#include #include diff --git a/SYCL/DeviceLib/built-ins/scalar_common.cpp b/SYCL/DeviceLib/built-ins/scalar_common.cpp index 8dedbaaad9..eab801a5a8 100644 --- a/SYCL/DeviceLib/built-ins/scalar_common.cpp +++ b/SYCL/DeviceLib/built-ins/scalar_common.cpp @@ -4,7 +4,7 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -#include +#include #include diff --git a/SYCL/DeviceLib/built-ins/scalar_geometric.cpp b/SYCL/DeviceLib/built-ins/scalar_geometric.cpp index 56c5a4ee3c..4815038897 100644 --- a/SYCL/DeviceLib/built-ins/scalar_geometric.cpp +++ b/SYCL/DeviceLib/built-ins/scalar_geometric.cpp @@ -4,7 +4,7 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -#include +#include #include diff --git a/SYCL/DeviceLib/built-ins/scalar_integer.cpp b/SYCL/DeviceLib/built-ins/scalar_integer.cpp index eb5e862f92..4785e70ffe 100644 --- a/SYCL/DeviceLib/built-ins/scalar_integer.cpp +++ b/SYCL/DeviceLib/built-ins/scalar_integer.cpp @@ -4,7 +4,7 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -#include +#include #include #include diff --git a/SYCL/DeviceLib/built-ins/scalar_math.cpp b/SYCL/DeviceLib/built-ins/scalar_math.cpp index 1cf2997a6e..42790049f4 100644 --- a/SYCL/DeviceLib/built-ins/scalar_math.cpp +++ b/SYCL/DeviceLib/built-ins/scalar_math.cpp @@ -4,7 +4,7 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -#include +#include #include #include diff --git a/SYCL/DeviceLib/built-ins/scalar_math_2.cpp b/SYCL/DeviceLib/built-ins/scalar_math_2.cpp index 266bf8c258..81af23086c 100644 --- a/SYCL/DeviceLib/built-ins/scalar_math_2.cpp +++ b/SYCL/DeviceLib/built-ins/scalar_math_2.cpp @@ -4,7 +4,7 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -#include +#include #include #include diff --git a/SYCL/DeviceLib/built-ins/scalar_relational.cpp b/SYCL/DeviceLib/built-ins/scalar_relational.cpp index 1e459accc8..9d0b37da78 100644 --- a/SYCL/DeviceLib/built-ins/scalar_relational.cpp +++ b/SYCL/DeviceLib/built-ins/scalar_relational.cpp @@ -4,7 +4,7 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -#include +#include #include #include diff --git a/SYCL/DeviceLib/built-ins/vector_common.cpp b/SYCL/DeviceLib/built-ins/vector_common.cpp index 623a05ef5e..b4fd0d5d0b 100644 --- a/SYCL/DeviceLib/built-ins/vector_common.cpp +++ b/SYCL/DeviceLib/built-ins/vector_common.cpp @@ -4,7 +4,7 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -#include +#include #include diff --git a/SYCL/DeviceLib/built-ins/vector_geometric.cpp b/SYCL/DeviceLib/built-ins/vector_geometric.cpp index 0acb1bd195..66871645e7 100644 --- a/SYCL/DeviceLib/built-ins/vector_geometric.cpp +++ b/SYCL/DeviceLib/built-ins/vector_geometric.cpp @@ -4,7 +4,7 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -#include +#include #include #include diff --git a/SYCL/DeviceLib/built-ins/vector_integer.cpp b/SYCL/DeviceLib/built-ins/vector_integer.cpp index e3505121cd..24ffc19ef6 100644 --- a/SYCL/DeviceLib/built-ins/vector_integer.cpp +++ b/SYCL/DeviceLib/built-ins/vector_integer.cpp @@ -4,7 +4,7 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -#include +#include #include #include diff --git a/SYCL/DeviceLib/built-ins/vector_math.cpp b/SYCL/DeviceLib/built-ins/vector_math.cpp index 2056e16688..5d232ebf9f 100644 --- a/SYCL/DeviceLib/built-ins/vector_math.cpp +++ b/SYCL/DeviceLib/built-ins/vector_math.cpp @@ -4,7 +4,7 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -#include +#include #include #include diff --git a/SYCL/DeviceLib/built-ins/vector_relational.cpp b/SYCL/DeviceLib/built-ins/vector_relational.cpp index b53ad0e891..69041dcc04 100644 --- a/SYCL/DeviceLib/built-ins/vector_relational.cpp +++ b/SYCL/DeviceLib/built-ins/vector_relational.cpp @@ -6,7 +6,7 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -#include +#include #include #include diff --git a/SYCL/DeviceLib/cmath_fp64_test.cpp b/SYCL/DeviceLib/cmath_fp64_test.cpp index 9ee16d059d..8df04c1c39 100644 --- a/SYCL/DeviceLib/cmath_fp64_test.cpp +++ b/SYCL/DeviceLib/cmath_fp64_test.cpp @@ -9,10 +9,10 @@ // RUN: %ACC_RUN_PLACEHOLDER %t.out #include "math_utils.hpp" -#include #include #include #include +#include namespace s = cl::sycl; constexpr s::access::mode sycl_read = s::access::mode::read; diff --git a/SYCL/DeviceLib/cmath_test.cpp b/SYCL/DeviceLib/cmath_test.cpp index bb66c0f869..ce8958f9d0 100644 --- a/SYCL/DeviceLib/cmath_test.cpp +++ b/SYCL/DeviceLib/cmath_test.cpp @@ -9,10 +9,10 @@ // RUN: %ACC_RUN_PLACEHOLDER %t.out #include "math_utils.hpp" -#include #include #include #include +#include namespace s = cl::sycl; constexpr s::access::mode sycl_read = s::access::mode::read; diff --git a/SYCL/DeviceLib/math_fp64_test.cpp b/SYCL/DeviceLib/math_fp64_test.cpp index 987e00a70f..aa7b029993 100644 --- a/SYCL/DeviceLib/math_fp64_test.cpp +++ b/SYCL/DeviceLib/math_fp64_test.cpp @@ -9,10 +9,10 @@ // RUN: %ACC_RUN_PLACEHOLDER %t.out #include "math_utils.hpp" -#include #include #include #include +#include namespace s = cl::sycl; constexpr s::access::mode sycl_read = s::access::mode::read; diff --git a/SYCL/DeviceLib/math_fp64_windows_test.cpp b/SYCL/DeviceLib/math_fp64_windows_test.cpp index 7fbfb064e7..1f51c15a88 100644 --- a/SYCL/DeviceLib/math_fp64_windows_test.cpp +++ b/SYCL/DeviceLib/math_fp64_windows_test.cpp @@ -8,9 +8,9 @@ // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out #include "math_utils.hpp" -#include #include #include +#include namespace s = cl::sycl; constexpr s::access::mode sycl_read = s::access::mode::read; diff --git a/SYCL/DeviceLib/math_override_test.cpp b/SYCL/DeviceLib/math_override_test.cpp index 6b206fc408..d1f96fa4c1 100644 --- a/SYCL/DeviceLib/math_override_test.cpp +++ b/SYCL/DeviceLib/math_override_test.cpp @@ -1,9 +1,9 @@ // UNSUPPORTED: windows // RUN: %clangxx -fsycl %s -o %t.out -fno-builtin // RUN: %HOST_RUN_PLACEHOLDER %t.out -#include #include #include +#include #include "math_utils.hpp" namespace s = cl::sycl; diff --git a/SYCL/DeviceLib/math_test.cpp b/SYCL/DeviceLib/math_test.cpp index 5445da2af4..3cff507a68 100644 --- a/SYCL/DeviceLib/math_test.cpp +++ b/SYCL/DeviceLib/math_test.cpp @@ -9,10 +9,10 @@ // RUN: %ACC_RUN_PLACEHOLDER %t.out #include "math_utils.hpp" -#include #include #include #include +#include namespace s = cl::sycl; constexpr s::access::mode sycl_read = s::access::mode::read; diff --git a/SYCL/DeviceLib/math_windows_test.cpp b/SYCL/DeviceLib/math_windows_test.cpp index 0f6ec5d86b..89021e6850 100644 --- a/SYCL/DeviceLib/math_windows_test.cpp +++ b/SYCL/DeviceLib/math_windows_test.cpp @@ -8,9 +8,9 @@ // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out #include "math_utils.hpp" -#include #include #include +#include namespace s = cl::sycl; constexpr s::access::mode sycl_read = s::access::mode::read; diff --git a/SYCL/DeviceLib/std_complex_math_fp64_test.cpp b/SYCL/DeviceLib/std_complex_math_fp64_test.cpp index 1fd1792976..c47fb1292f 100644 --- a/SYCL/DeviceLib/std_complex_math_fp64_test.cpp +++ b/SYCL/DeviceLib/std_complex_math_fp64_test.cpp @@ -8,10 +8,10 @@ // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -#include #include #include #include +#include #include "math_utils.hpp" diff --git a/SYCL/DeviceLib/std_complex_math_test.cpp b/SYCL/DeviceLib/std_complex_math_test.cpp index d1eec2f6aa..0815b2776f 100644 --- a/SYCL/DeviceLib/std_complex_math_test.cpp +++ b/SYCL/DeviceLib/std_complex_math_test.cpp @@ -8,10 +8,10 @@ // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -#include #include #include #include +#include #include "math_utils.hpp" diff --git a/SYCL/DeviceLib/string_test.cpp b/SYCL/DeviceLib/string_test.cpp index 4070642ee4..b35e21d6e5 100644 --- a/SYCL/DeviceLib/string_test.cpp +++ b/SYCL/DeviceLib/string_test.cpp @@ -8,11 +8,11 @@ // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -#include #include #include #include #include +#include enum USM_TEST_RES { USM_ALLOC_FAIL = -1, USM_TEST_PASS = 0, USM_TEST_FAIL = 1 }; template diff --git a/SYCL/DiscardEvents/discard_events_accessors.cpp b/SYCL/DiscardEvents/discard_events_accessors.cpp index e77645cc02..8ce1ea00c9 100644 --- a/SYCL/DiscardEvents/discard_events_accessors.cpp +++ b/SYCL/DiscardEvents/discard_events_accessors.cpp @@ -27,9 +27,9 @@ // // CHECK: The test passed. -#include #include #include +#include using namespace cl::sycl; static constexpr int MAGIC_NUM = -1; diff --git a/SYCL/DiscardEvents/discard_events_host_task.cpp b/SYCL/DiscardEvents/discard_events_host_task.cpp index be536f9865..c996490620 100644 --- a/SYCL/DiscardEvents/discard_events_host_task.cpp +++ b/SYCL/DiscardEvents/discard_events_host_task.cpp @@ -17,9 +17,9 @@ // // CHECK: The test passed. -#include #include #include +#include using namespace cl::sycl; diff --git a/SYCL/DiscardEvents/discard_events_kernel_using_assert.hpp b/SYCL/DiscardEvents/discard_events_kernel_using_assert.hpp index 7924a0195d..32cd324df2 100644 --- a/SYCL/DiscardEvents/discard_events_kernel_using_assert.hpp +++ b/SYCL/DiscardEvents/discard_events_kernel_using_assert.hpp @@ -1,6 +1,6 @@ -#include #include #include +#include using namespace cl::sycl; static constexpr int MAGIC_NUM = -1; diff --git a/SYCL/DiscardEvents/discard_events_test_queue_ops.hpp b/SYCL/DiscardEvents/discard_events_test_queue_ops.hpp index a72bf953e8..74184209d7 100644 --- a/SYCL/DiscardEvents/discard_events_test_queue_ops.hpp +++ b/SYCL/DiscardEvents/discard_events_test_queue_ops.hpp @@ -1,7 +1,7 @@ -#include #include #include +#include using namespace cl::sycl; diff --git a/SYCL/DiscardEvents/invalid_event.cpp b/SYCL/DiscardEvents/invalid_event.cpp index 36666e6f38..76f5fdf5d0 100644 --- a/SYCL/DiscardEvents/invalid_event.cpp +++ b/SYCL/DiscardEvents/invalid_event.cpp @@ -10,9 +10,9 @@ // The test checks that each PI call to the queue returns a discarded event // with the status "ext_oneapi_unknown" -#include #include #include +#include using namespace cl::sycl; static constexpr size_t BUFFER_SIZE = 16; diff --git a/SYCL/DiscardEvents/invalid_event_exceptions.cpp b/SYCL/DiscardEvents/invalid_event_exceptions.cpp index 4e9713262b..357e92eca0 100644 --- a/SYCL/DiscardEvents/invalid_event_exceptions.cpp +++ b/SYCL/DiscardEvents/invalid_event_exceptions.cpp @@ -15,9 +15,9 @@ // they do it. // 3. An attempt to pass discarded event into depends_on throws an exception. -#include #include #include +#include using namespace cl::sycl; diff --git a/SYCL/DotProduct/dot_product_int_test.cpp b/SYCL/DotProduct/dot_product_int_test.cpp index 6f51200c2d..e4b5fd6694 100644 --- a/SYCL/DotProduct/dot_product_int_test.cpp +++ b/SYCL/DotProduct/dot_product_int_test.cpp @@ -7,11 +7,11 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -#include #include #include #include #include +#include // Change if tests are added/removed static int testCount = 4; diff --git a/SYCL/DotProduct/dot_product_vec_test.cpp b/SYCL/DotProduct/dot_product_vec_test.cpp index ce9c87bab8..730cd8d0b4 100644 --- a/SYCL/DotProduct/dot_product_vec_test.cpp +++ b/SYCL/DotProduct/dot_product_vec_test.cpp @@ -7,11 +7,11 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -#include #include #include #include #include +#include // Change if tests are added/removed static int testCount = 4; diff --git a/SYCL/ESIMD/BitonicSortK.cpp b/SYCL/ESIMD/BitonicSortK.cpp index 25ae51ef71..e830fdea02 100644 --- a/SYCL/ESIMD/BitonicSortK.cpp +++ b/SYCL/ESIMD/BitonicSortK.cpp @@ -12,10 +12,10 @@ #include "esimd_test_utils.hpp" -#include #include #include #include +#include using namespace cl::sycl; using namespace sycl::ext::intel::esimd; diff --git a/SYCL/ESIMD/BitonicSortKv2.cpp b/SYCL/ESIMD/BitonicSortKv2.cpp index 6c251c7de5..35f66226b5 100644 --- a/SYCL/ESIMD/BitonicSortKv2.cpp +++ b/SYCL/ESIMD/BitonicSortKv2.cpp @@ -12,10 +12,10 @@ #include "esimd_test_utils.hpp" -#include #include #include #include +#include using namespace cl::sycl; using namespace sycl::ext::intel; diff --git a/SYCL/ESIMD/PrefixSum.cpp b/SYCL/ESIMD/PrefixSum.cpp index d420028220..261f6d2d55 100644 --- a/SYCL/ESIMD/PrefixSum.cpp +++ b/SYCL/ESIMD/PrefixSum.cpp @@ -12,9 +12,9 @@ #include "esimd_test_utils.hpp" -#include #include #include +#include #define MAX_TS_WIDTH 1024 // kernel can handle TUPLE_SZ 1, 2, or 4 diff --git a/SYCL/ESIMD/Prefix_Local_sum1.cpp b/SYCL/ESIMD/Prefix_Local_sum1.cpp index 96be51fc3f..1c7fecb22f 100644 --- a/SYCL/ESIMD/Prefix_Local_sum1.cpp +++ b/SYCL/ESIMD/Prefix_Local_sum1.cpp @@ -12,9 +12,9 @@ #include "esimd_test_utils.hpp" -#include #include #include +#include #define MAX_TS_WIDTH 1024 // kernel can handle TUPLE_SZ 1, 2, or 4 diff --git a/SYCL/ESIMD/Prefix_Local_sum2.cpp b/SYCL/ESIMD/Prefix_Local_sum2.cpp index bcb8a31275..e74bf60667 100644 --- a/SYCL/ESIMD/Prefix_Local_sum2.cpp +++ b/SYCL/ESIMD/Prefix_Local_sum2.cpp @@ -12,9 +12,9 @@ #include "esimd_test_utils.hpp" -#include #include #include +#include #define MAX_TS_WIDTH 1024 // kernel can handle TUPLE_SZ 1, 2, or 4 diff --git a/SYCL/ESIMD/Prefix_Local_sum3.cpp b/SYCL/ESIMD/Prefix_Local_sum3.cpp index 6ad7451b15..cda5e7055f 100644 --- a/SYCL/ESIMD/Prefix_Local_sum3.cpp +++ b/SYCL/ESIMD/Prefix_Local_sum3.cpp @@ -12,9 +12,9 @@ #include "esimd_test_utils.hpp" -#include #include #include +#include #define MAX_TS_WIDTH 1024 // kernel can handle TUPLE_SZ 1, 2, or 4 diff --git a/SYCL/ESIMD/Stencil.cpp b/SYCL/ESIMD/Stencil.cpp index b298a09f4c..437c691b1f 100644 --- a/SYCL/ESIMD/Stencil.cpp +++ b/SYCL/ESIMD/Stencil.cpp @@ -12,9 +12,9 @@ #include "esimd_test_utils.hpp" -#include #include #include +#include #define WIDTH 16 #define HEIGHT 16 diff --git a/SYCL/ESIMD/acc_gather_scatter_rgba.cpp b/SYCL/ESIMD/acc_gather_scatter_rgba.cpp index db2d55a615..43d2917a2d 100644 --- a/SYCL/ESIMD/acc_gather_scatter_rgba.cpp +++ b/SYCL/ESIMD/acc_gather_scatter_rgba.cpp @@ -15,9 +15,9 @@ #include "esimd_test_utils.hpp" -#include #include #include +#include using namespace cl::sycl; diff --git a/SYCL/ESIMD/accessor.cpp b/SYCL/ESIMD/accessor.cpp index 7398abda43..05ad7b6d2a 100644 --- a/SYCL/ESIMD/accessor.cpp +++ b/SYCL/ESIMD/accessor.cpp @@ -14,8 +14,8 @@ #include "esimd_test_utils.hpp" -#include #include +#include #include diff --git a/SYCL/ESIMD/accessor_gather_scatter.cpp b/SYCL/ESIMD/accessor_gather_scatter.cpp index 32257ddda9..5a7b4b7cb0 100644 --- a/SYCL/ESIMD/accessor_gather_scatter.cpp +++ b/SYCL/ESIMD/accessor_gather_scatter.cpp @@ -15,9 +15,9 @@ #include "esimd_test_utils.hpp" -#include #include #include +#include using namespace cl::sycl; diff --git a/SYCL/ESIMD/accessor_load_store.cpp b/SYCL/ESIMD/accessor_load_store.cpp index f3db3ce1bb..e17738afbf 100644 --- a/SYCL/ESIMD/accessor_load_store.cpp +++ b/SYCL/ESIMD/accessor_load_store.cpp @@ -15,9 +15,9 @@ #include "esimd_test_utils.hpp" -#include #include #include +#include using namespace cl::sycl; diff --git a/SYCL/ESIMD/aot_mixed.cpp b/SYCL/ESIMD/aot_mixed.cpp index b9c63ca067..c4832441ad 100644 --- a/SYCL/ESIMD/aot_mixed.cpp +++ b/SYCL/ESIMD/aot_mixed.cpp @@ -20,9 +20,9 @@ #include "esimd_test_utils.hpp" -#include #include #include +#include using namespace cl::sycl; diff --git a/SYCL/ESIMD/api/ballot.cpp b/SYCL/ESIMD/api/ballot.cpp index b76bb30924..762c8c3408 100755 --- a/SYCL/ESIMD/api/ballot.cpp +++ b/SYCL/ESIMD/api/ballot.cpp @@ -14,12 +14,12 @@ #include "../esimd_test_utils.hpp" -#include -#include #include #include #include #include +#include +#include #include diff --git a/SYCL/ESIMD/api/bin_and_cmp_ops_heavy.cpp b/SYCL/ESIMD/api/bin_and_cmp_ops_heavy.cpp index 7acc3f581a..5a54c7a791 100644 --- a/SYCL/ESIMD/api/bin_and_cmp_ops_heavy.cpp +++ b/SYCL/ESIMD/api/bin_and_cmp_ops_heavy.cpp @@ -25,9 +25,9 @@ #include "../esimd_test_utils.hpp" -#include #include #include +#include using namespace cl::sycl; using namespace sycl::ext::intel::esimd; diff --git a/SYCL/ESIMD/api/esimd_bit_ops.cpp b/SYCL/ESIMD/api/esimd_bit_ops.cpp index b115cb2259..3032a14fa9 100644 --- a/SYCL/ESIMD/api/esimd_bit_ops.cpp +++ b/SYCL/ESIMD/api/esimd_bit_ops.cpp @@ -14,8 +14,8 @@ #include "../esimd_test_utils.hpp" -#include #include +#include #include diff --git a/SYCL/ESIMD/api/esimd_merge.cpp b/SYCL/ESIMD/api/esimd_merge.cpp index 6ce8097467..40f4e557ad 100644 --- a/SYCL/ESIMD/api/esimd_merge.cpp +++ b/SYCL/ESIMD/api/esimd_merge.cpp @@ -15,9 +15,9 @@ #include "../esimd_test_utils.hpp" -#include #include #include +#include using namespace sycl::ext::intel::esimd; using namespace sycl::ext::intel; diff --git a/SYCL/ESIMD/api/esimd_pack_unpack_mask.cpp b/SYCL/ESIMD/api/esimd_pack_unpack_mask.cpp index 091fdd74e5..e1ef96aed6 100644 --- a/SYCL/ESIMD/api/esimd_pack_unpack_mask.cpp +++ b/SYCL/ESIMD/api/esimd_pack_unpack_mask.cpp @@ -14,8 +14,8 @@ #include "../esimd_test_utils.hpp" -#include #include +#include #include diff --git a/SYCL/ESIMD/api/esimd_rgba_smoke.cpp b/SYCL/ESIMD/api/esimd_rgba_smoke.cpp index 329911f882..211e91f9d9 100644 --- a/SYCL/ESIMD/api/esimd_rgba_smoke.cpp +++ b/SYCL/ESIMD/api/esimd_rgba_smoke.cpp @@ -14,8 +14,8 @@ #include "../esimd_test_utils.hpp" -#include #include +#include #include diff --git a/SYCL/ESIMD/api/replicate_smoke.cpp b/SYCL/ESIMD/api/replicate_smoke.cpp index 1ca1dbfc8f..7fd77bd89f 100644 --- a/SYCL/ESIMD/api/replicate_smoke.cpp +++ b/SYCL/ESIMD/api/replicate_smoke.cpp @@ -14,9 +14,9 @@ #include "../esimd_test_utils.hpp" -#include #include #include +#include using namespace cl::sycl; using namespace sycl::ext::intel::esimd; diff --git a/SYCL/ESIMD/api/saturation_smoke.cpp b/SYCL/ESIMD/api/saturation_smoke.cpp index 1885e24c9d..02b2f176bb 100644 --- a/SYCL/ESIMD/api/saturation_smoke.cpp +++ b/SYCL/ESIMD/api/saturation_smoke.cpp @@ -16,9 +16,9 @@ #include "../esimd_test_utils.hpp" -#include #include #include +#include using namespace cl::sycl; using namespace sycl::ext::intel::esimd; diff --git a/SYCL/ESIMD/api/simd_any_all.cpp b/SYCL/ESIMD/api/simd_any_all.cpp index c8da5fcb19..42756b0863 100644 --- a/SYCL/ESIMD/api/simd_any_all.cpp +++ b/SYCL/ESIMD/api/simd_any_all.cpp @@ -14,8 +14,8 @@ #include "../esimd_test_utils.hpp" -#include #include +#include #include diff --git a/SYCL/ESIMD/api/simd_binop_integer_promotion.cpp b/SYCL/ESIMD/api/simd_binop_integer_promotion.cpp index 09451b3e91..0770112d12 100644 --- a/SYCL/ESIMD/api/simd_binop_integer_promotion.cpp +++ b/SYCL/ESIMD/api/simd_binop_integer_promotion.cpp @@ -18,8 +18,8 @@ #include "../esimd_test_utils.hpp" -#include #include +#include #include #include diff --git a/SYCL/ESIMD/api/simd_copy_to_from.cpp b/SYCL/ESIMD/api/simd_copy_to_from.cpp index 9250c47f5b..f505ad3731 100644 --- a/SYCL/ESIMD/api/simd_copy_to_from.cpp +++ b/SYCL/ESIMD/api/simd_copy_to_from.cpp @@ -14,12 +14,12 @@ #include "../esimd_test_utils.hpp" -#include -#include #include #include #include #include +#include +#include #ifdef _WIN32 #include #endif // _WIN32 diff --git a/SYCL/ESIMD/api/simd_mask.cpp b/SYCL/ESIMD/api/simd_mask.cpp index b84aa52427..1d269ae2e4 100644 --- a/SYCL/ESIMD/api/simd_mask.cpp +++ b/SYCL/ESIMD/api/simd_mask.cpp @@ -14,11 +14,11 @@ #include "esimd_test_utils.hpp" -#include #include #include #include #include +#include #include using namespace sycl::ext::intel::esimd; diff --git a/SYCL/ESIMD/api/simd_memory_access.cpp b/SYCL/ESIMD/api/simd_memory_access.cpp index 8b018a31a8..b7a98579d1 100644 --- a/SYCL/ESIMD/api/simd_memory_access.cpp +++ b/SYCL/ESIMD/api/simd_memory_access.cpp @@ -17,8 +17,8 @@ #include "../esimd_test_utils.hpp" -#include #include +#include #include diff --git a/SYCL/ESIMD/api/simd_negation_operator.cpp b/SYCL/ESIMD/api/simd_negation_operator.cpp index 6953fdc471..a51812590c 100644 --- a/SYCL/ESIMD/api/simd_negation_operator.cpp +++ b/SYCL/ESIMD/api/simd_negation_operator.cpp @@ -15,8 +15,8 @@ #include "../esimd_test_utils.hpp" -#include #include +#include #include #include diff --git a/SYCL/ESIMD/api/simd_subscript_operator.cpp b/SYCL/ESIMD/api/simd_subscript_operator.cpp index 3b540df98a..42804e9464 100644 --- a/SYCL/ESIMD/api/simd_subscript_operator.cpp +++ b/SYCL/ESIMD/api/simd_subscript_operator.cpp @@ -17,8 +17,8 @@ #include "../esimd_test_utils.hpp" -#include #include +#include #include diff --git a/SYCL/ESIMD/api/simd_view_copy_move_assign.cpp b/SYCL/ESIMD/api/simd_view_copy_move_assign.cpp index 349a3abb35..6bd46b5881 100644 --- a/SYCL/ESIMD/api/simd_view_copy_move_assign.cpp +++ b/SYCL/ESIMD/api/simd_view_copy_move_assign.cpp @@ -15,8 +15,8 @@ #include "../esimd_test_utils.hpp" -#include #include +#include #include diff --git a/SYCL/ESIMD/api/simd_view_negation_operator.cpp b/SYCL/ESIMD/api/simd_view_negation_operator.cpp index 4b1b9c501b..af0f65337e 100644 --- a/SYCL/ESIMD/api/simd_view_negation_operator.cpp +++ b/SYCL/ESIMD/api/simd_view_negation_operator.cpp @@ -15,8 +15,8 @@ #include "../esimd_test_utils.hpp" -#include #include +#include #include #include diff --git a/SYCL/ESIMD/api/simd_view_select_2d.hpp b/SYCL/ESIMD/api/simd_view_select_2d.hpp index 2f5b4cea29..adda409e7c 100644 --- a/SYCL/ESIMD/api/simd_view_select_2d.hpp +++ b/SYCL/ESIMD/api/simd_view_select_2d.hpp @@ -10,8 +10,8 @@ #include "../esimd_test_utils.hpp" -#include #include +#include #include diff --git a/SYCL/ESIMD/api/simd_view_subscript_operator.cpp b/SYCL/ESIMD/api/simd_view_subscript_operator.cpp index 2fe0465af7..2a819d37a1 100644 --- a/SYCL/ESIMD/api/simd_view_subscript_operator.cpp +++ b/SYCL/ESIMD/api/simd_view_subscript_operator.cpp @@ -18,8 +18,8 @@ #include "../esimd_test_utils.hpp" -#include #include +#include #include diff --git a/SYCL/ESIMD/api/slm_gather_scatter.cpp b/SYCL/ESIMD/api/slm_gather_scatter.cpp index 677f2bdf5e..83d3748be6 100644 --- a/SYCL/ESIMD/api/slm_gather_scatter.cpp +++ b/SYCL/ESIMD/api/slm_gather_scatter.cpp @@ -7,9 +7,9 @@ #include "../esimd_test_utils.hpp" -#include #include #include +#include using namespace cl::sycl; diff --git a/SYCL/ESIMD/api/slm_gather_scatter_heavy.cpp b/SYCL/ESIMD/api/slm_gather_scatter_heavy.cpp index d63342f881..015248c421 100644 --- a/SYCL/ESIMD/api/slm_gather_scatter_heavy.cpp +++ b/SYCL/ESIMD/api/slm_gather_scatter_heavy.cpp @@ -28,10 +28,10 @@ #include "../esimd_test_utils.hpp" -#include #include #include #include +#include using namespace cl::sycl; diff --git a/SYCL/ESIMD/api/slm_gather_scatter_rgba.cpp b/SYCL/ESIMD/api/slm_gather_scatter_rgba.cpp index 03b753b06d..6a35d83eef 100644 --- a/SYCL/ESIMD/api/slm_gather_scatter_rgba.cpp +++ b/SYCL/ESIMD/api/slm_gather_scatter_rgba.cpp @@ -8,9 +8,9 @@ #include "../esimd_test_utils.hpp" -#include #include #include +#include using namespace cl::sycl; diff --git a/SYCL/ESIMD/api/svm_gather_scatter.cpp b/SYCL/ESIMD/api/svm_gather_scatter.cpp index b08af7558c..abc3bc46ab 100644 --- a/SYCL/ESIMD/api/svm_gather_scatter.cpp +++ b/SYCL/ESIMD/api/svm_gather_scatter.cpp @@ -14,11 +14,11 @@ #include "../esimd_test_utils.hpp" -#include -#include #include #include #include +#include +#include #include diff --git a/SYCL/ESIMD/api/unary_ops_heavy.cpp b/SYCL/ESIMD/api/unary_ops_heavy.cpp index 05db2e85e8..6e13e8bf77 100644 --- a/SYCL/ESIMD/api/unary_ops_heavy.cpp +++ b/SYCL/ESIMD/api/unary_ops_heavy.cpp @@ -25,9 +25,9 @@ #include "../esimd_test_utils.hpp" -#include #include #include +#include using namespace cl::sycl; using namespace sycl::ext::intel::esimd; diff --git a/SYCL/ESIMD/dp4a.cpp b/SYCL/ESIMD/dp4a.cpp index 4f052226d3..282811b4cd 100644 --- a/SYCL/ESIMD/dp4a.cpp +++ b/SYCL/ESIMD/dp4a.cpp @@ -12,9 +12,9 @@ #include "esimd_test_utils.hpp" -#include #include #include +#include using namespace cl::sycl; diff --git a/SYCL/ESIMD/dpas/dpas_test1.cpp b/SYCL/ESIMD/dpas/dpas_test1.cpp index ec19aa350a..e0b547f3f1 100644 --- a/SYCL/ESIMD/dpas/dpas_test1.cpp +++ b/SYCL/ESIMD/dpas/dpas_test1.cpp @@ -12,9 +12,9 @@ #include "../esimd_test_utils.hpp" -#include #include #include +#include using namespace cl::sycl; diff --git a/SYCL/ESIMD/dpas/dpas_test2.cpp b/SYCL/ESIMD/dpas/dpas_test2.cpp index 9bba605ade..c5a0f47b65 100644 --- a/SYCL/ESIMD/dpas/dpas_test2.cpp +++ b/SYCL/ESIMD/dpas/dpas_test2.cpp @@ -12,9 +12,9 @@ #include "../esimd_test_utils.hpp" -#include #include #include +#include using namespace cl::sycl; diff --git a/SYCL/ESIMD/dpas/dpas_test3.cpp b/SYCL/ESIMD/dpas/dpas_test3.cpp index 92236fa673..fbbd941b54 100644 --- a/SYCL/ESIMD/dpas/dpas_test3.cpp +++ b/SYCL/ESIMD/dpas/dpas_test3.cpp @@ -17,8 +17,8 @@ // ways of initializing the input operands of DPAS. There were runtime // errors previously depending on what variant of initialization was used. -#include #include +#include using namespace cl::sycl; using namespace sycl::ext::intel::esimd; diff --git a/SYCL/ESIMD/dpas/dpasw_test.cpp b/SYCL/ESIMD/dpas/dpasw_test.cpp index 8a460b7e9c..6336ca63ae 100644 --- a/SYCL/ESIMD/dpas/dpasw_test.cpp +++ b/SYCL/ESIMD/dpas/dpasw_test.cpp @@ -12,9 +12,9 @@ #include "../esimd_test_utils.hpp" -#include #include #include +#include using namespace cl::sycl; diff --git a/SYCL/ESIMD/esimd_check_vc_codegen.cpp b/SYCL/ESIMD/esimd_check_vc_codegen.cpp index ef31fbaa96..5a11763a6b 100644 --- a/SYCL/ESIMD/esimd_check_vc_codegen.cpp +++ b/SYCL/ESIMD/esimd_check_vc_codegen.cpp @@ -14,9 +14,9 @@ #include "esimd_test_utils.hpp" -#include #include #include +#include using namespace cl::sycl; diff --git a/SYCL/ESIMD/ext_math.cpp b/SYCL/ESIMD/ext_math.cpp index 55a6ee5dfd..a3a8cdde37 100644 --- a/SYCL/ESIMD/ext_math.cpp +++ b/SYCL/ESIMD/ext_math.cpp @@ -19,9 +19,9 @@ #include "esimd_test_utils.hpp" -#include -#include +#include #include +#include #include #include diff --git a/SYCL/ESIMD/fp_args_size/Inputs/fp_args_size_common.hpp b/SYCL/ESIMD/fp_args_size/Inputs/fp_args_size_common.hpp index 330c9beab3..b4cf292720 100644 --- a/SYCL/ESIMD/fp_args_size/Inputs/fp_args_size_common.hpp +++ b/SYCL/ESIMD/fp_args_size/Inputs/fp_args_size_common.hpp @@ -18,9 +18,9 @@ #include "esimd_test_utils.hpp" -#include #include #include +#include static_assert(SIZE >= VL, "Size must greater than or equal to VL"); static_assert(SIZE % VL == 0, "Size must be multiple of VL"); diff --git a/SYCL/ESIMD/fp_call_from_func.cpp b/SYCL/ESIMD/fp_call_from_func.cpp index 5af5e9c5c3..0153f64494 100644 --- a/SYCL/ESIMD/fp_call_from_func.cpp +++ b/SYCL/ESIMD/fp_call_from_func.cpp @@ -20,8 +20,8 @@ #include "esimd_test_utils.hpp" -#include #include +#include #include diff --git a/SYCL/ESIMD/fp_call_recursive.cpp b/SYCL/ESIMD/fp_call_recursive.cpp index a3d400b70d..019aa6bcb5 100644 --- a/SYCL/ESIMD/fp_call_recursive.cpp +++ b/SYCL/ESIMD/fp_call_recursive.cpp @@ -17,8 +17,8 @@ #include "esimd_test_utils.hpp" -#include #include +#include #include diff --git a/SYCL/ESIMD/fp_in_phi.cpp b/SYCL/ESIMD/fp_in_phi.cpp index e257b75c93..0211dc8c0d 100644 --- a/SYCL/ESIMD/fp_in_phi.cpp +++ b/SYCL/ESIMD/fp_in_phi.cpp @@ -20,8 +20,8 @@ #include "esimd_test_utils.hpp" -#include #include +#include #include #include diff --git a/SYCL/ESIMD/fp_in_select.cpp b/SYCL/ESIMD/fp_in_select.cpp index 21dc451c3a..53d1293c97 100644 --- a/SYCL/ESIMD/fp_in_select.cpp +++ b/SYCL/ESIMD/fp_in_select.cpp @@ -21,8 +21,8 @@ #include "esimd_test_utils.hpp" -#include #include +#include #include diff --git a/SYCL/ESIMD/histogram.cpp b/SYCL/ESIMD/histogram.cpp index 9c09d8dd8f..2fd0f3ab75 100644 --- a/SYCL/ESIMD/histogram.cpp +++ b/SYCL/ESIMD/histogram.cpp @@ -12,10 +12,10 @@ #include "esimd_test_utils.hpp" -#include #include #include #include +#include using namespace cl::sycl; diff --git a/SYCL/ESIMD/histogram_256_slm.cpp b/SYCL/ESIMD/histogram_256_slm.cpp index baeb67deac..fae5de5892 100644 --- a/SYCL/ESIMD/histogram_256_slm.cpp +++ b/SYCL/ESIMD/histogram_256_slm.cpp @@ -12,9 +12,9 @@ #include "esimd_test_utils.hpp" -#include #include #include +#include static constexpr int NUM_BINS = 256; static constexpr int SLM_SIZE = (NUM_BINS * 4); diff --git a/SYCL/ESIMD/histogram_256_slm_spec_2020.cpp b/SYCL/ESIMD/histogram_256_slm_spec_2020.cpp index 27d2c83afd..9c058063de 100644 --- a/SYCL/ESIMD/histogram_256_slm_spec_2020.cpp +++ b/SYCL/ESIMD/histogram_256_slm_spec_2020.cpp @@ -8,9 +8,9 @@ #include "esimd_test_utils.hpp" -#include #include #include +#include static constexpr int NUM_BINS = 256; static constexpr int SLM_SIZE = (NUM_BINS * 4); diff --git a/SYCL/ESIMD/histogram_2d.cpp b/SYCL/ESIMD/histogram_2d.cpp index 5a0ced127a..92537c8737 100644 --- a/SYCL/ESIMD/histogram_2d.cpp +++ b/SYCL/ESIMD/histogram_2d.cpp @@ -12,10 +12,10 @@ #include "esimd_test_utils.hpp" -#include #include #include #include +#include using namespace cl::sycl; diff --git a/SYCL/ESIMD/histogram_raw_send.cpp b/SYCL/ESIMD/histogram_raw_send.cpp index 57a0644e48..e40abdc175 100644 --- a/SYCL/ESIMD/histogram_raw_send.cpp +++ b/SYCL/ESIMD/histogram_raw_send.cpp @@ -17,10 +17,10 @@ #include "esimd_test_utils.hpp" -#include #include #include #include +#include using namespace cl::sycl; diff --git a/SYCL/ESIMD/kmeans/kmeans.cpp b/SYCL/ESIMD/kmeans/kmeans.cpp index 7bca5e4b40..cbcb009062 100644 --- a/SYCL/ESIMD/kmeans/kmeans.cpp +++ b/SYCL/ESIMD/kmeans/kmeans.cpp @@ -13,11 +13,11 @@ #include "kmeans.h" #include "esimd_test_utils.hpp" -#include #include #include #include #include +#include #include using namespace cl::sycl; diff --git a/SYCL/ESIMD/linear/bitmap_helpers.h b/SYCL/ESIMD/linear/bitmap_helpers.h index 2860a551b0..57c389836b 100644 --- a/SYCL/ESIMD/linear/bitmap_helpers.h +++ b/SYCL/ESIMD/linear/bitmap_helpers.h @@ -19,10 +19,10 @@ #include #include -#include #include #include #include +#include __SYCL_INLINE_NAMESPACE(cl) { namespace sycl { diff --git a/SYCL/ESIMD/linear/linear.cpp b/SYCL/ESIMD/linear/linear.cpp index 7e09a446f5..575c81feb7 100644 --- a/SYCL/ESIMD/linear/linear.cpp +++ b/SYCL/ESIMD/linear/linear.cpp @@ -13,10 +13,10 @@ #include "bitmap_helpers.h" #include "esimd_test_utils.hpp" -#include #include #include #include +#include using namespace cl::sycl; diff --git a/SYCL/ESIMD/lsc/Inputs/lsc_block_load.hpp b/SYCL/ESIMD/lsc/Inputs/lsc_block_load.hpp index f96ae3f35a..38e7119000 100644 --- a/SYCL/ESIMD/lsc/Inputs/lsc_block_load.hpp +++ b/SYCL/ESIMD/lsc/Inputs/lsc_block_load.hpp @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#include #include +#include #include diff --git a/SYCL/ESIMD/lsc/Inputs/lsc_block_store.hpp b/SYCL/ESIMD/lsc/Inputs/lsc_block_store.hpp index 8d5e327e56..90513f1855 100644 --- a/SYCL/ESIMD/lsc/Inputs/lsc_block_store.hpp +++ b/SYCL/ESIMD/lsc/Inputs/lsc_block_store.hpp @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#include #include +#include #include diff --git a/SYCL/ESIMD/lsc/Inputs/lsc_slm_load.hpp b/SYCL/ESIMD/lsc/Inputs/lsc_slm_load.hpp index c4044ba171..35a7c1f32d 100644 --- a/SYCL/ESIMD/lsc/Inputs/lsc_slm_load.hpp +++ b/SYCL/ESIMD/lsc/Inputs/lsc_slm_load.hpp @@ -1,5 +1,5 @@ -#include #include +#include #include diff --git a/SYCL/ESIMD/lsc/Inputs/lsc_slm_store.hpp b/SYCL/ESIMD/lsc/Inputs/lsc_slm_store.hpp index d6fd44bb6e..11957ecf8b 100644 --- a/SYCL/ESIMD/lsc/Inputs/lsc_slm_store.hpp +++ b/SYCL/ESIMD/lsc/Inputs/lsc_slm_store.hpp @@ -1,5 +1,5 @@ -#include #include +#include #include diff --git a/SYCL/ESIMD/lsc/Inputs/lsc_surf_load.hpp b/SYCL/ESIMD/lsc/Inputs/lsc_surf_load.hpp index 0e2eb55b86..4284e13d59 100644 --- a/SYCL/ESIMD/lsc/Inputs/lsc_surf_load.hpp +++ b/SYCL/ESIMD/lsc/Inputs/lsc_surf_load.hpp @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#include #include +#include #include diff --git a/SYCL/ESIMD/lsc/Inputs/lsc_surf_store.hpp b/SYCL/ESIMD/lsc/Inputs/lsc_surf_store.hpp index 25066a8bd0..8ceeaf7a17 100644 --- a/SYCL/ESIMD/lsc/Inputs/lsc_surf_store.hpp +++ b/SYCL/ESIMD/lsc/Inputs/lsc_surf_store.hpp @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#include #include +#include #include diff --git a/SYCL/ESIMD/lsc/Inputs/lsc_usm_load.hpp b/SYCL/ESIMD/lsc/Inputs/lsc_usm_load.hpp index 23f03a039c..f4159cd0be 100644 --- a/SYCL/ESIMD/lsc/Inputs/lsc_usm_load.hpp +++ b/SYCL/ESIMD/lsc/Inputs/lsc_usm_load.hpp @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#include #include +#include #include diff --git a/SYCL/ESIMD/lsc/Inputs/lsc_usm_store.hpp b/SYCL/ESIMD/lsc/Inputs/lsc_usm_store.hpp index b29cd9c85a..cec4308e18 100644 --- a/SYCL/ESIMD/lsc/Inputs/lsc_usm_store.hpp +++ b/SYCL/ESIMD/lsc/Inputs/lsc_usm_store.hpp @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#include #include +#include #include diff --git a/SYCL/ESIMD/lsc/lsc_fence.cpp b/SYCL/ESIMD/lsc/lsc_fence.cpp index 1341b2a75e..ad7c7000aa 100644 --- a/SYCL/ESIMD/lsc/lsc_fence.cpp +++ b/SYCL/ESIMD/lsc/lsc_fence.cpp @@ -13,12 +13,12 @@ // This test verifies the intrinsic lsc_fence on PVC. // It is based on https://en.wikipedia.org/wiki/Memory_barrier#Example -#include #include #include #include #include #include +#include using namespace cl::sycl; using namespace sycl::ext::intel::esimd; diff --git a/SYCL/ESIMD/lsc/lsc_slm.cpp b/SYCL/ESIMD/lsc/lsc_slm.cpp index 9f8b1750a5..5ef394daca 100644 --- a/SYCL/ESIMD/lsc/lsc_slm.cpp +++ b/SYCL/ESIMD/lsc/lsc_slm.cpp @@ -12,11 +12,11 @@ #include "../esimd_test_utils.hpp" -#include #include #include #include #include +#include int main() { using namespace cl::sycl; diff --git a/SYCL/ESIMD/lsc/lsc_surf.cpp b/SYCL/ESIMD/lsc/lsc_surf.cpp index 39d721ca34..c27142df71 100644 --- a/SYCL/ESIMD/lsc/lsc_surf.cpp +++ b/SYCL/ESIMD/lsc/lsc_surf.cpp @@ -12,11 +12,11 @@ #include "../esimd_test_utils.hpp" -#include #include #include #include #include +#include int main() { using namespace cl::sycl; diff --git a/SYCL/ESIMD/lsc/lsc_usm.cpp b/SYCL/ESIMD/lsc/lsc_usm.cpp index d9226af0fc..65d69401ca 100644 --- a/SYCL/ESIMD/lsc/lsc_usm.cpp +++ b/SYCL/ESIMD/lsc/lsc_usm.cpp @@ -12,11 +12,11 @@ #include "../esimd_test_utils.hpp" -#include #include #include #include #include +#include int main() { using namespace cl::sycl; diff --git a/SYCL/ESIMD/lsc/lsc_usm_2d.cpp b/SYCL/ESIMD/lsc/lsc_usm_2d.cpp index daf3e9dac9..ff641f7dba 100644 --- a/SYCL/ESIMD/lsc/lsc_usm_2d.cpp +++ b/SYCL/ESIMD/lsc/lsc_usm_2d.cpp @@ -12,12 +12,12 @@ #include "../esimd_test_utils.hpp" -#include #include #include #include #include #include +#include int main() { using namespace cl::sycl; diff --git a/SYCL/ESIMD/lsc/lsc_usm_atomic_cachehint.cpp b/SYCL/ESIMD/lsc/lsc_usm_atomic_cachehint.cpp index 6fb0a85628..3f50ad1d4c 100644 --- a/SYCL/ESIMD/lsc/lsc_usm_atomic_cachehint.cpp +++ b/SYCL/ESIMD/lsc/lsc_usm_atomic_cachehint.cpp @@ -12,10 +12,10 @@ #include "../esimd_test_utils.hpp" -#include #include #include #include +#include class Test; diff --git a/SYCL/ESIMD/mandelbrot/mandelbrot.cpp b/SYCL/ESIMD/mandelbrot/mandelbrot.cpp index e71cb54e0a..5e749fa675 100644 --- a/SYCL/ESIMD/mandelbrot/mandelbrot.cpp +++ b/SYCL/ESIMD/mandelbrot/mandelbrot.cpp @@ -12,11 +12,11 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out %T/output.ppm %S/golden_hw.ppm #include "esimd_test_utils.hpp" -#include #include #include #include #include +#include using namespace cl::sycl; using namespace sycl::ext::intel::esimd; diff --git a/SYCL/ESIMD/matrix_transpose.cpp b/SYCL/ESIMD/matrix_transpose.cpp index 2f39b9179a..ca863f450c 100644 --- a/SYCL/ESIMD/matrix_transpose.cpp +++ b/SYCL/ESIMD/matrix_transpose.cpp @@ -15,9 +15,9 @@ #include "esimd_test_utils.hpp" -#include #include #include +#include using namespace cl::sycl; using namespace std; diff --git a/SYCL/ESIMD/matrix_transpose2.cpp b/SYCL/ESIMD/matrix_transpose2.cpp index 60f0d3405b..f1183701f4 100644 --- a/SYCL/ESIMD/matrix_transpose2.cpp +++ b/SYCL/ESIMD/matrix_transpose2.cpp @@ -17,9 +17,9 @@ #include "esimd_test_utils.hpp" -#include #include #include +#include using namespace cl::sycl; using namespace std; diff --git a/SYCL/ESIMD/matrix_transpose_glb.cpp b/SYCL/ESIMD/matrix_transpose_glb.cpp index 4f5f9647c8..ce70c54bca 100644 --- a/SYCL/ESIMD/matrix_transpose_glb.cpp +++ b/SYCL/ESIMD/matrix_transpose_glb.cpp @@ -12,9 +12,9 @@ #include "esimd_test_utils.hpp" -#include #include #include +#include using namespace cl::sycl; using namespace std; diff --git a/SYCL/ESIMD/matrix_transpose_usm.cpp b/SYCL/ESIMD/matrix_transpose_usm.cpp index 72ff34094a..9ac493952c 100644 --- a/SYCL/ESIMD/matrix_transpose_usm.cpp +++ b/SYCL/ESIMD/matrix_transpose_usm.cpp @@ -12,9 +12,9 @@ #include "esimd_test_utils.hpp" -#include #include #include +#include using namespace cl::sycl; using namespace std; diff --git a/SYCL/ESIMD/noinline_args_size/Inputs/noinline_args_size_common.hpp b/SYCL/ESIMD/noinline_args_size/Inputs/noinline_args_size_common.hpp index 02e0ed64ad..15297511b0 100644 --- a/SYCL/ESIMD/noinline_args_size/Inputs/noinline_args_size_common.hpp +++ b/SYCL/ESIMD/noinline_args_size/Inputs/noinline_args_size_common.hpp @@ -17,9 +17,9 @@ #include "esimd_test_utils.hpp" -#include #include #include +#include static_assert(SIZE >= VL, "Size must greater than or equal to VL"); static_assert(SIZE % VL == 0, "Size must be multiple of VL"); diff --git a/SYCL/ESIMD/noinline_call_from_func.cpp b/SYCL/ESIMD/noinline_call_from_func.cpp index cae9ad8086..51001bdc07 100644 --- a/SYCL/ESIMD/noinline_call_from_func.cpp +++ b/SYCL/ESIMD/noinline_call_from_func.cpp @@ -19,8 +19,8 @@ #include "esimd_test_utils.hpp" -#include #include +#include #include diff --git a/SYCL/ESIMD/noinline_call_recursive.cpp b/SYCL/ESIMD/noinline_call_recursive.cpp index 1bcba1b4e6..d4e5d832e4 100644 --- a/SYCL/ESIMD/noinline_call_recursive.cpp +++ b/SYCL/ESIMD/noinline_call_recursive.cpp @@ -17,8 +17,8 @@ #include "esimd_test_utils.hpp" -#include #include +#include #include diff --git a/SYCL/ESIMD/preemption.cpp b/SYCL/ESIMD/preemption.cpp index 5ccf565482..aac556ae69 100644 --- a/SYCL/ESIMD/preemption.cpp +++ b/SYCL/ESIMD/preemption.cpp @@ -17,9 +17,9 @@ #include "esimd_test_utils.hpp" -#include #include #include +#include using namespace cl::sycl; diff --git a/SYCL/ESIMD/private_memory/Inputs/pm_common.cpp b/SYCL/ESIMD/private_memory/Inputs/pm_common.cpp index 7330c4d675..bc7ad95dbd 100644 --- a/SYCL/ESIMD/private_memory/Inputs/pm_common.cpp +++ b/SYCL/ESIMD/private_memory/Inputs/pm_common.cpp @@ -13,9 +13,9 @@ #include "esimd_test_utils.hpp" -#include #include #include +#include using namespace cl::sycl; diff --git a/SYCL/ESIMD/reduction.cpp b/SYCL/ESIMD/reduction.cpp index 7591d96cb9..baa9eca773 100644 --- a/SYCL/ESIMD/reduction.cpp +++ b/SYCL/ESIMD/reduction.cpp @@ -13,9 +13,9 @@ #include "esimd_test_utils.hpp" -#include #include #include +#include using namespace cl::sycl; diff --git a/SYCL/ESIMD/regression/Inputs/complex-lib-esimd.cpp b/SYCL/ESIMD/regression/Inputs/complex-lib-esimd.cpp index b0dd033299..8053f6db9d 100644 --- a/SYCL/ESIMD/regression/Inputs/complex-lib-esimd.cpp +++ b/SYCL/ESIMD/regression/Inputs/complex-lib-esimd.cpp @@ -1,5 +1,5 @@ -#include #include +#include static constexpr const int VL = 4; diff --git a/SYCL/ESIMD/regression/Inputs/complex-lib-sycl.cpp b/SYCL/ESIMD/regression/Inputs/complex-lib-sycl.cpp index 0835f1519b..0eaf35299d 100644 --- a/SYCL/ESIMD/regression/Inputs/complex-lib-sycl.cpp +++ b/SYCL/ESIMD/regression/Inputs/complex-lib-sycl.cpp @@ -1,4 +1,4 @@ -#include +#include sycl::event iota(size_t n, sycl::buffer &buf, sycl::queue &Q) { auto HK = [&](sycl::handler &H) { diff --git a/SYCL/ESIMD/regression/Inputs/complex-lib-test.cpp b/SYCL/ESIMD/regression/Inputs/complex-lib-test.cpp index 8a9adef00c..9ad66fd437 100644 --- a/SYCL/ESIMD/regression/Inputs/complex-lib-test.cpp +++ b/SYCL/ESIMD/regression/Inputs/complex-lib-test.cpp @@ -1,5 +1,5 @@ -#include #include +#include sycl::event iota(size_t n, sycl::buffer &d, sycl::queue &Q); sycl::event add(size_t n, sycl::buffer &buf_a, diff --git a/SYCL/ESIMD/regression/Inputs/dgetrf.hpp b/SYCL/ESIMD/regression/Inputs/dgetrf.hpp index 74656945bc..5041f3acb4 100644 --- a/SYCL/ESIMD/regression/Inputs/dgetrf.hpp +++ b/SYCL/ESIMD/regression/Inputs/dgetrf.hpp @@ -10,12 +10,12 @@ // decomposition without pivoting. The program contains multiple branches // corresponding to LU input sizes; all internal functions are inlined. // -#include #include #include #include #include #include +#include #define ABS(x) ((x) >= 0 ? (x) : -(x)) #define MIN(x, y) ((x) <= (y) ? (x) : (y)) diff --git a/SYCL/ESIMD/regression/big_const_initializer.cpp b/SYCL/ESIMD/regression/big_const_initializer.cpp index 82af323849..ade56b4832 100644 --- a/SYCL/ESIMD/regression/big_const_initializer.cpp +++ b/SYCL/ESIMD/regression/big_const_initializer.cpp @@ -15,8 +15,8 @@ #include "esimd_test_utils.hpp" -#include #include +#include #include diff --git a/SYCL/ESIMD/regression/dgetrf_8x8.cpp b/SYCL/ESIMD/regression/dgetrf_8x8.cpp index 380c128842..cac2528041 100644 --- a/SYCL/ESIMD/regression/dgetrf_8x8.cpp +++ b/SYCL/ESIMD/regression/dgetrf_8x8.cpp @@ -12,12 +12,12 @@ // // Reduced version of dgetrf.cpp - M = 8, N = 8, single batch. // -#include #include #include #include #include #include +#include #define ABS(x) ((x) >= 0 ? (x) : -(x)) #define MIN(x, y) ((x) <= (y) ? (x) : (y)) diff --git a/SYCL/ESIMD/regression/fmod_compatibility_test.cpp b/SYCL/ESIMD/regression/fmod_compatibility_test.cpp index 3d3649efcc..9559b4db9c 100644 --- a/SYCL/ESIMD/regression/fmod_compatibility_test.cpp +++ b/SYCL/ESIMD/regression/fmod_compatibility_test.cpp @@ -13,11 +13,11 @@ // //===----------------------------------------------------------------------===// -#include #include #include #include #include +#include #include constexpr auto sycl_write = cl::sycl::access::mode::write; diff --git a/SYCL/ESIMD/regression/globals.cpp b/SYCL/ESIMD/regression/globals.cpp index d4a1f7992b..8208bb3521 100644 --- a/SYCL/ESIMD/regression/globals.cpp +++ b/SYCL/ESIMD/regression/globals.cpp @@ -9,8 +9,8 @@ #include -#include #include +#include using namespace cl::sycl; diff --git a/SYCL/ESIMD/regression/noinline_bypointers_vadd.cpp b/SYCL/ESIMD/regression/noinline_bypointers_vadd.cpp index 4ae2ff2a2b..86a9b13a26 100644 --- a/SYCL/ESIMD/regression/noinline_bypointers_vadd.cpp +++ b/SYCL/ESIMD/regression/noinline_bypointers_vadd.cpp @@ -17,8 +17,8 @@ #include "esimd_test_utils.hpp" -#include #include +#include #include diff --git a/SYCL/ESIMD/regression/operator_decrement.cpp b/SYCL/ESIMD/regression/operator_decrement.cpp index eedf17b6b1..a405af1431 100644 --- a/SYCL/ESIMD/regression/operator_decrement.cpp +++ b/SYCL/ESIMD/regression/operator_decrement.cpp @@ -14,9 +14,9 @@ #include "esimd_test_utils.hpp" -#include #include #include +#include using namespace cl::sycl; diff --git a/SYCL/ESIMD/regression/replicate_bug.cpp b/SYCL/ESIMD/regression/replicate_bug.cpp index 8f94828c58..1943fc16d0 100644 --- a/SYCL/ESIMD/regression/replicate_bug.cpp +++ b/SYCL/ESIMD/regression/replicate_bug.cpp @@ -15,9 +15,9 @@ #include "../esimd_test_utils.hpp" -#include #include #include +#include using namespace cl::sycl; constexpr int VL = 8; diff --git a/SYCL/ESIMD/regression/store_zero_const.cpp b/SYCL/ESIMD/regression/store_zero_const.cpp index 43d20e8ad6..db80b33206 100644 --- a/SYCL/ESIMD/regression/store_zero_const.cpp +++ b/SYCL/ESIMD/regression/store_zero_const.cpp @@ -18,8 +18,8 @@ #include "esimd_test_utils.hpp" -#include #include +#include #include #include diff --git a/SYCL/ESIMD/regression/unused_load.cpp b/SYCL/ESIMD/regression/unused_load.cpp index fe853ffb19..d649016839 100644 --- a/SYCL/ESIMD/regression/unused_load.cpp +++ b/SYCL/ESIMD/regression/unused_load.cpp @@ -13,8 +13,8 @@ // This test checks that ESIMD JIT compilation does not crash on unused // copy_from invocation. -#include #include +#include #include diff --git a/SYCL/ESIMD/regression/usm_gather_scatter_32.cpp b/SYCL/ESIMD/regression/usm_gather_scatter_32.cpp index 9974d9d8fc..a7d39672eb 100644 --- a/SYCL/ESIMD/regression/usm_gather_scatter_32.cpp +++ b/SYCL/ESIMD/regression/usm_gather_scatter_32.cpp @@ -14,8 +14,8 @@ #include "../esimd_test_utils.hpp" -#include #include +#include #include diff --git a/SYCL/ESIMD/regression/variable_gather_mask.cpp b/SYCL/ESIMD/regression/variable_gather_mask.cpp index 2ea1177936..fc9c489c44 100644 --- a/SYCL/ESIMD/regression/variable_gather_mask.cpp +++ b/SYCL/ESIMD/regression/variable_gather_mask.cpp @@ -16,9 +16,9 @@ #include "../esimd_test_utils.hpp" -#include #include #include +#include using namespace cl::sycl; using namespace sycl::ext::intel::esimd; diff --git a/SYCL/ESIMD/slm_barrier.cpp b/SYCL/ESIMD/slm_barrier.cpp index b304034b5b..0a30a45009 100644 --- a/SYCL/ESIMD/slm_barrier.cpp +++ b/SYCL/ESIMD/slm_barrier.cpp @@ -12,9 +12,9 @@ #include "esimd_test_utils.hpp" -#include #include #include +#include using namespace cl::sycl; using namespace sycl::ext::intel; diff --git a/SYCL/ESIMD/slm_split_barrier.cpp b/SYCL/ESIMD/slm_split_barrier.cpp index 10adbf70e6..98e75eb281 100644 --- a/SYCL/ESIMD/slm_split_barrier.cpp +++ b/SYCL/ESIMD/slm_split_barrier.cpp @@ -12,9 +12,9 @@ #include "esimd_test_utils.hpp" -#include #include #include +#include using namespace cl::sycl; using namespace sycl::ext::intel; diff --git a/SYCL/ESIMD/spec_const/Inputs/spec-const-2020-common.hpp b/SYCL/ESIMD/spec_const/Inputs/spec-const-2020-common.hpp index 1e56bb2f52..8bce556a48 100644 --- a/SYCL/ESIMD/spec_const/Inputs/spec-const-2020-common.hpp +++ b/SYCL/ESIMD/spec_const/Inputs/spec-const-2020-common.hpp @@ -4,8 +4,8 @@ #include "esimd_test_utils.hpp" -#include #include +#include #include #include diff --git a/SYCL/ESIMD/stencil2.cpp b/SYCL/ESIMD/stencil2.cpp index b0b693747f..138d17f8d2 100644 --- a/SYCL/ESIMD/stencil2.cpp +++ b/SYCL/ESIMD/stencil2.cpp @@ -12,9 +12,9 @@ #include "esimd_test_utils.hpp" -#include #include #include +#include #define WIDTH 16 #define HEIGHT 16 diff --git a/SYCL/ESIMD/sycl_esimd_mix.cpp b/SYCL/ESIMD/sycl_esimd_mix.cpp index 066aefe216..a968ba981b 100644 --- a/SYCL/ESIMD/sycl_esimd_mix.cpp +++ b/SYCL/ESIMD/sycl_esimd_mix.cpp @@ -19,9 +19,9 @@ #include "esimd_test_utils.hpp" -#include #include #include +#include using namespace cl::sycl; diff --git a/SYCL/ESIMD/test_id_3d.cpp b/SYCL/ESIMD/test_id_3d.cpp index 1147acabad..cefbb222d7 100644 --- a/SYCL/ESIMD/test_id_3d.cpp +++ b/SYCL/ESIMD/test_id_3d.cpp @@ -15,9 +15,9 @@ #include "esimd_test_utils.hpp" -#include #include #include +#include using namespace cl::sycl; diff --git a/SYCL/ESIMD/usm_gather_scatter_rgba.cpp b/SYCL/ESIMD/usm_gather_scatter_rgba.cpp index 0741b1f928..6e472a2110 100644 --- a/SYCL/ESIMD/usm_gather_scatter_rgba.cpp +++ b/SYCL/ESIMD/usm_gather_scatter_rgba.cpp @@ -15,9 +15,9 @@ #include "esimd_test_utils.hpp" -#include #include #include +#include using namespace cl::sycl; diff --git a/SYCL/ESIMD/vadd_1d.cpp b/SYCL/ESIMD/vadd_1d.cpp index 4c5fed4300..3a584efe24 100644 --- a/SYCL/ESIMD/vadd_1d.cpp +++ b/SYCL/ESIMD/vadd_1d.cpp @@ -12,9 +12,9 @@ #include "esimd_test_utils.hpp" -#include #include #include +#include using namespace cl::sycl; diff --git a/SYCL/ESIMD/vadd_2d.cpp b/SYCL/ESIMD/vadd_2d.cpp index 57fe282542..b7f0a55984 100644 --- a/SYCL/ESIMD/vadd_2d.cpp +++ b/SYCL/ESIMD/vadd_2d.cpp @@ -12,9 +12,9 @@ #include "esimd_test_utils.hpp" -#include #include #include +#include using namespace cl::sycl; diff --git a/SYCL/ESIMD/vadd_2d_acc.cpp b/SYCL/ESIMD/vadd_2d_acc.cpp index 4b154dbcc9..0273d544d5 100644 --- a/SYCL/ESIMD/vadd_2d_acc.cpp +++ b/SYCL/ESIMD/vadd_2d_acc.cpp @@ -16,9 +16,9 @@ #include "esimd_test_utils.hpp" -#include #include #include +#include using namespace cl::sycl; diff --git a/SYCL/ESIMD/vadd_half.cpp b/SYCL/ESIMD/vadd_half.cpp index ea50ce533b..68d12273dd 100644 --- a/SYCL/ESIMD/vadd_half.cpp +++ b/SYCL/ESIMD/vadd_half.cpp @@ -15,9 +15,9 @@ #include "esimd_test_utils.hpp" -#include #include #include +#include using namespace cl::sycl; using TstT = half; diff --git a/SYCL/ESIMD/vadd_raw_send.cpp b/SYCL/ESIMD/vadd_raw_send.cpp index e53817b4e1..259c7aa9e0 100644 --- a/SYCL/ESIMD/vadd_raw_send.cpp +++ b/SYCL/ESIMD/vadd_raw_send.cpp @@ -18,9 +18,9 @@ #include "esimd_test_utils.hpp" -#include #include #include +#include using namespace cl::sycl; diff --git a/SYCL/ESIMD/vadd_usm.cpp b/SYCL/ESIMD/vadd_usm.cpp index e930d95747..5be2eb9ada 100644 --- a/SYCL/ESIMD/vadd_usm.cpp +++ b/SYCL/ESIMD/vadd_usm.cpp @@ -12,9 +12,9 @@ #include "esimd_test_utils.hpp" -#include #include #include +#include using namespace cl::sycl; diff --git a/SYCL/FilterSelector/Inputs/filter_list_queries.cpp b/SYCL/FilterSelector/Inputs/filter_list_queries.cpp index debb4475ca..d29035541d 100644 --- a/SYCL/FilterSelector/Inputs/filter_list_queries.cpp +++ b/SYCL/FilterSelector/Inputs/filter_list_queries.cpp @@ -6,9 +6,9 @@ // //===---------------------------------------------------------------------===// -#include #include #include +#include using namespace cl::sycl; diff --git a/SYCL/FilterSelector/reuse.cpp b/SYCL/FilterSelector/reuse.cpp index fc9cc6a8cb..61def1da36 100644 --- a/SYCL/FilterSelector/reuse.cpp +++ b/SYCL/FilterSelector/reuse.cpp @@ -12,7 +12,7 @@ // //===----------------------------------------------------------------------===// -#include +#include using namespace cl::sycl; using namespace cl::sycl::ext::oneapi; diff --git a/SYCL/FilterSelector/select.cpp b/SYCL/FilterSelector/select.cpp index dca89fa30c..8efb56dfd5 100644 --- a/SYCL/FilterSelector/select.cpp +++ b/SYCL/FilterSelector/select.cpp @@ -12,7 +12,7 @@ // //===----------------------------------------------------------------------===// -#include +#include using namespace cl::sycl; using namespace cl::sycl::ext::oneapi; diff --git a/SYCL/FilterSelector/select_device.cpp b/SYCL/FilterSelector/select_device.cpp index 3fdb08029a..b3ce538b0f 100644 --- a/SYCL/FilterSelector/select_device.cpp +++ b/SYCL/FilterSelector/select_device.cpp @@ -13,8 +13,8 @@ // // REQUIRES: cpu,gpu,accelerator,host -#include #include +#include using namespace cl::sycl; using namespace std; diff --git a/SYCL/FilterSelector/select_device_acc.cpp b/SYCL/FilterSelector/select_device_acc.cpp index c072580466..2bce4fc7db 100644 --- a/SYCL/FilterSelector/select_device_acc.cpp +++ b/SYCL/FilterSelector/select_device_acc.cpp @@ -8,8 +8,8 @@ // // REQUIRES: opencl,accelerator -#include #include +#include using namespace cl::sycl; using namespace std; diff --git a/SYCL/FilterSelector/select_device_cpu.cpp b/SYCL/FilterSelector/select_device_cpu.cpp index f7d1dd32d5..2a1797466e 100644 --- a/SYCL/FilterSelector/select_device_cpu.cpp +++ b/SYCL/FilterSelector/select_device_cpu.cpp @@ -8,8 +8,8 @@ // // REQUIRES: opencl,cpu -#include #include +#include using namespace cl::sycl; using namespace std; diff --git a/SYCL/FilterSelector/select_device_cuda.cpp b/SYCL/FilterSelector/select_device_cuda.cpp index bc3ee6a47d..eaaebb4f6f 100644 --- a/SYCL/FilterSelector/select_device_cuda.cpp +++ b/SYCL/FilterSelector/select_device_cuda.cpp @@ -8,8 +8,8 @@ // // REQUIRES: cuda,gpu -#include #include +#include using namespace cl::sycl; using namespace std; diff --git a/SYCL/FilterSelector/select_device_level_zero.cpp b/SYCL/FilterSelector/select_device_level_zero.cpp index 101b1bc7c7..4bf335b5cc 100644 --- a/SYCL/FilterSelector/select_device_level_zero.cpp +++ b/SYCL/FilterSelector/select_device_level_zero.cpp @@ -8,8 +8,8 @@ // // REQUIRES: level_zero,gpu,host -#include #include +#include using namespace cl::sycl; using namespace std; diff --git a/SYCL/FilterSelector/select_device_opencl.cpp b/SYCL/FilterSelector/select_device_opencl.cpp index f0e3782c77..0dd7f6965c 100644 --- a/SYCL/FilterSelector/select_device_opencl.cpp +++ b/SYCL/FilterSelector/select_device_opencl.cpp @@ -8,8 +8,8 @@ // // REQUIRES: opencl,gpu,cpu,accelerator -#include #include +#include using namespace cl::sycl; using namespace std; diff --git a/SYCL/Functor/functor_inheritance.cpp b/SYCL/Functor/functor_inheritance.cpp index 3f031e4dc1..de878c0561 100644 --- a/SYCL/Functor/functor_inheritance.cpp +++ b/SYCL/Functor/functor_inheritance.cpp @@ -4,8 +4,8 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -#include #include +#include constexpr auto sycl_read_write = cl::sycl::access::mode::read_write; constexpr auto sycl_device = cl::sycl::access::target::device; diff --git a/SYCL/Functor/kernel_functor.cpp b/SYCL/Functor/kernel_functor.cpp index e06b6e3908..be47335267 100644 --- a/SYCL/Functor/kernel_functor.cpp +++ b/SYCL/Functor/kernel_functor.cpp @@ -13,7 +13,7 @@ // //===----------------------------------------------------------------------===// -#include +#include #include diff --git a/SYCL/GroupAlgorithm/SYCL2020/all_of.cpp b/SYCL/GroupAlgorithm/SYCL2020/all_of.cpp index 9d76fa2aaa..0aca7bb83c 100644 --- a/SYCL/GroupAlgorithm/SYCL2020/all_of.cpp +++ b/SYCL/GroupAlgorithm/SYCL2020/all_of.cpp @@ -4,10 +4,10 @@ // RUN: %ACC_RUN_PLACEHOLDER %t.out #include "support.h" -#include #include #include #include +#include using namespace sycl; template class all_of_kernel; diff --git a/SYCL/GroupAlgorithm/SYCL2020/any_of.cpp b/SYCL/GroupAlgorithm/SYCL2020/any_of.cpp index 5dc5922f43..ee4a80004d 100644 --- a/SYCL/GroupAlgorithm/SYCL2020/any_of.cpp +++ b/SYCL/GroupAlgorithm/SYCL2020/any_of.cpp @@ -4,10 +4,10 @@ // RUN: %ACC_RUN_PLACEHOLDER %t.out #include "support.h" -#include #include #include #include +#include using namespace sycl; template class any_of_kernel; diff --git a/SYCL/GroupAlgorithm/SYCL2020/exclusive_scan.cpp b/SYCL/GroupAlgorithm/SYCL2020/exclusive_scan.cpp index 4023b0e65f..b2146c9e77 100644 --- a/SYCL/GroupAlgorithm/SYCL2020/exclusive_scan.cpp +++ b/SYCL/GroupAlgorithm/SYCL2020/exclusive_scan.cpp @@ -8,11 +8,11 @@ // XFAIL: hip #include "support.h" -#include #include #include #include #include +#include #include using namespace sycl; diff --git a/SYCL/GroupAlgorithm/SYCL2020/group_broadcast.cpp b/SYCL/GroupAlgorithm/SYCL2020/group_broadcast.cpp index f091191fd0..6a217f174a 100644 --- a/SYCL/GroupAlgorithm/SYCL2020/group_broadcast.cpp +++ b/SYCL/GroupAlgorithm/SYCL2020/group_broadcast.cpp @@ -4,11 +4,11 @@ // RUN: %ACC_RUN_PLACEHOLDER %t.out #include "support.h" -#include #include #include #include #include +#include using namespace sycl; template #include #include #include #include +#include using namespace cl::sycl; diff --git a/SYCL/GroupAlgorithm/SYCL2020/inclusive_scan.cpp b/SYCL/GroupAlgorithm/SYCL2020/inclusive_scan.cpp index 77e7ae39f9..f3c4d7c22f 100644 --- a/SYCL/GroupAlgorithm/SYCL2020/inclusive_scan.cpp +++ b/SYCL/GroupAlgorithm/SYCL2020/inclusive_scan.cpp @@ -8,11 +8,11 @@ // XFAIL: hip #include "support.h" -#include #include #include #include #include +#include #include using namespace sycl; diff --git a/SYCL/GroupAlgorithm/SYCL2020/none_of.cpp b/SYCL/GroupAlgorithm/SYCL2020/none_of.cpp index 010641bc83..fc3417a79b 100644 --- a/SYCL/GroupAlgorithm/SYCL2020/none_of.cpp +++ b/SYCL/GroupAlgorithm/SYCL2020/none_of.cpp @@ -4,10 +4,10 @@ // RUN: %ACC_RUN_PLACEHOLDER %t.out #include "support.h" -#include #include #include #include +#include using namespace sycl; template class none_of_kernel; diff --git a/SYCL/GroupAlgorithm/SYCL2020/permute_select.hpp b/SYCL/GroupAlgorithm/SYCL2020/permute_select.hpp index cfabdd9e22..8d17191780 100644 --- a/SYCL/GroupAlgorithm/SYCL2020/permute_select.hpp +++ b/SYCL/GroupAlgorithm/SYCL2020/permute_select.hpp @@ -7,7 +7,7 @@ //===----------------------------------------------------------------------===// #include "helpers.hpp" -#include +#include template class sycl_subgr; using namespace cl::sycl; diff --git a/SYCL/GroupAlgorithm/SYCL2020/reduce.cpp b/SYCL/GroupAlgorithm/SYCL2020/reduce.cpp index 15ae4084e8..f4f2f674e6 100644 --- a/SYCL/GroupAlgorithm/SYCL2020/reduce.cpp +++ b/SYCL/GroupAlgorithm/SYCL2020/reduce.cpp @@ -8,11 +8,11 @@ // XFAIL: hip #include "support.h" -#include #include #include #include #include +#include using namespace sycl; template +#include using namespace sycl; bool isSupportedDevice(device D) { diff --git a/SYCL/GroupAlgorithm/all_of.cpp b/SYCL/GroupAlgorithm/all_of.cpp index f1abf43ea0..0f755267d3 100644 --- a/SYCL/GroupAlgorithm/all_of.cpp +++ b/SYCL/GroupAlgorithm/all_of.cpp @@ -5,10 +5,10 @@ // RUN: %ACC_RUN_PLACEHOLDER %t.out #include "support.h" -#include #include #include #include +#include using namespace sycl; using namespace sycl::ext::oneapi; diff --git a/SYCL/GroupAlgorithm/any_of.cpp b/SYCL/GroupAlgorithm/any_of.cpp index d01a0a7814..bfe735c2b8 100644 --- a/SYCL/GroupAlgorithm/any_of.cpp +++ b/SYCL/GroupAlgorithm/any_of.cpp @@ -5,10 +5,10 @@ // RUN: %ACC_RUN_PLACEHOLDER %t.out #include "support.h" -#include #include #include #include +#include using namespace sycl; using namespace sycl::ext::oneapi; diff --git a/SYCL/GroupAlgorithm/back_to_back_collectives.cpp b/SYCL/GroupAlgorithm/back_to_back_collectives.cpp index 08ab9c5638..509e16b30b 100644 --- a/SYCL/GroupAlgorithm/back_to_back_collectives.cpp +++ b/SYCL/GroupAlgorithm/back_to_back_collectives.cpp @@ -4,8 +4,8 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -#include #include +#include #include using namespace cl::sycl; using namespace cl::sycl::ext::oneapi; diff --git a/SYCL/GroupAlgorithm/broadcast.cpp b/SYCL/GroupAlgorithm/broadcast.cpp index 4ccd629aba..0a2d46d3c2 100644 --- a/SYCL/GroupAlgorithm/broadcast.cpp +++ b/SYCL/GroupAlgorithm/broadcast.cpp @@ -5,11 +5,11 @@ // RUN: %ACC_RUN_PLACEHOLDER %t.out #include "support.h" -#include #include #include #include #include +#include using namespace sycl; using namespace sycl::ext::oneapi; diff --git a/SYCL/GroupAlgorithm/exclusive_scan.cpp b/SYCL/GroupAlgorithm/exclusive_scan.cpp index 5797d79370..bc61dd21c9 100644 --- a/SYCL/GroupAlgorithm/exclusive_scan.cpp +++ b/SYCL/GroupAlgorithm/exclusive_scan.cpp @@ -9,11 +9,11 @@ // XFAIL: hip #include "support.h" -#include #include #include #include #include +#include #include using namespace sycl; using namespace sycl::ext::oneapi; diff --git a/SYCL/GroupAlgorithm/exclusive_scan_over_group.cpp b/SYCL/GroupAlgorithm/exclusive_scan_over_group.cpp index a3a9c1ce77..e724e3a60c 100644 --- a/SYCL/GroupAlgorithm/exclusive_scan_over_group.cpp +++ b/SYCL/GroupAlgorithm/exclusive_scan_over_group.cpp @@ -6,9 +6,9 @@ // CPU and ACC not yet supported: // Unsupported SPIR-V module SPIRV module requires unsupported capability 6400 -#include #include #include +#include template cl::sycl::event compiler_group_scan_impl(cl::sycl::queue *queue, T *in_data, diff --git a/SYCL/GroupAlgorithm/exclusive_scan_sycl2020.cpp b/SYCL/GroupAlgorithm/exclusive_scan_sycl2020.cpp index 85182b977b..5390350ad6 100644 --- a/SYCL/GroupAlgorithm/exclusive_scan_sycl2020.cpp +++ b/SYCL/GroupAlgorithm/exclusive_scan_sycl2020.cpp @@ -5,11 +5,11 @@ // RUN: %ACC_RUN_PLACEHOLDER %t.out #include "support.h" -#include #include #include #include #include +#include #include using namespace sycl; diff --git a/SYCL/GroupAlgorithm/inclusive_scan.cpp b/SYCL/GroupAlgorithm/inclusive_scan.cpp index 04e810efe7..8cd6e1616c 100644 --- a/SYCL/GroupAlgorithm/inclusive_scan.cpp +++ b/SYCL/GroupAlgorithm/inclusive_scan.cpp @@ -9,11 +9,11 @@ // XFAIL: hip #include "support.h" -#include #include #include #include #include +#include #include using namespace sycl; using namespace sycl::ext::oneapi; diff --git a/SYCL/GroupAlgorithm/inclusive_scan_sycl2020.cpp b/SYCL/GroupAlgorithm/inclusive_scan_sycl2020.cpp index 7c1b987f89..64f920e905 100644 --- a/SYCL/GroupAlgorithm/inclusive_scan_sycl2020.cpp +++ b/SYCL/GroupAlgorithm/inclusive_scan_sycl2020.cpp @@ -5,11 +5,11 @@ // RUN: %ACC_RUN_PLACEHOLDER %t.out #include "support.h" -#include #include #include #include #include +#include #include using namespace sycl; diff --git a/SYCL/GroupAlgorithm/leader.cpp b/SYCL/GroupAlgorithm/leader.cpp index 1a353db33a..84f419f65b 100644 --- a/SYCL/GroupAlgorithm/leader.cpp +++ b/SYCL/GroupAlgorithm/leader.cpp @@ -4,8 +4,8 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -#include #include +#include using namespace sycl; using namespace sycl::ext::oneapi; diff --git a/SYCL/GroupAlgorithm/none_of.cpp b/SYCL/GroupAlgorithm/none_of.cpp index d7f3d9d5b1..cb5c681bff 100644 --- a/SYCL/GroupAlgorithm/none_of.cpp +++ b/SYCL/GroupAlgorithm/none_of.cpp @@ -5,10 +5,10 @@ // RUN: %ACC_RUN_PLACEHOLDER %t.out #include "support.h" -#include #include #include #include +#include using namespace sycl; using namespace sycl::ext::oneapi; diff --git a/SYCL/GroupAlgorithm/reduce.cpp b/SYCL/GroupAlgorithm/reduce.cpp index 40b9706dc3..47942c781f 100644 --- a/SYCL/GroupAlgorithm/reduce.cpp +++ b/SYCL/GroupAlgorithm/reduce.cpp @@ -7,11 +7,11 @@ // XFAIL: hip #include "support.h" -#include #include #include #include #include +#include using namespace sycl; using namespace sycl::ext::oneapi; diff --git a/SYCL/GroupAlgorithm/reduce_sycl2020.cpp b/SYCL/GroupAlgorithm/reduce_sycl2020.cpp index 8197ace2ba..e259dff412 100644 --- a/SYCL/GroupAlgorithm/reduce_sycl2020.cpp +++ b/SYCL/GroupAlgorithm/reduce_sycl2020.cpp @@ -5,12 +5,12 @@ // RUN: %ACC_RUN_PLACEHOLDER %t.out #include "support.h" -#include #include #include #include #include #include +#include using namespace sycl; template +#include using namespace sycl; using namespace sycl::ext::oneapi; diff --git a/SYCL/GroupLocalMemory/group_local_memory.cpp b/SYCL/GroupLocalMemory/group_local_memory.cpp index a2473d7aa9..7aa0ee6571 100644 --- a/SYCL/GroupLocalMemory/group_local_memory.cpp +++ b/SYCL/GroupLocalMemory/group_local_memory.cpp @@ -5,7 +5,7 @@ // // XFAIL: hip_nvidia -#include +#include #include #include diff --git a/SYCL/GroupLocalMemory/no_early_opt.cpp b/SYCL/GroupLocalMemory/no_early_opt.cpp index 3d68ec0e77..1b4b227329 100644 --- a/SYCL/GroupLocalMemory/no_early_opt.cpp +++ b/SYCL/GroupLocalMemory/no_early_opt.cpp @@ -10,7 +10,7 @@ // code optimizations disabled (the implementation relies on inlining these // functions regardless of device code optimization settings). -#include +#include #include #include diff --git a/SYCL/HierPar/Inputs/hier_par_wgscope_impl.hpp b/SYCL/HierPar/Inputs/hier_par_wgscope_impl.hpp index fa9eeabd21..1b33af4167 100644 --- a/SYCL/HierPar/Inputs/hier_par_wgscope_impl.hpp +++ b/SYCL/HierPar/Inputs/hier_par_wgscope_impl.hpp @@ -8,9 +8,9 @@ // Shared code for the hier_par_wgscope* tests -#include #include #include +#include using namespace cl::sycl; diff --git a/SYCL/HierPar/hier_par_basic.cpp b/SYCL/HierPar/hier_par_basic.cpp index 46f1990709..2e982b0de4 100644 --- a/SYCL/HierPar/hier_par_basic.cpp +++ b/SYCL/HierPar/hier_par_basic.cpp @@ -15,9 +15,9 @@ // This test checks hierarchical parallelism invocation APIs, but without any // data or code with side-effects between the work group and work item scopes. -#include #include #include +#include using namespace cl::sycl; diff --git a/SYCL/HostInteropTask/host-task-dependency2.cpp b/SYCL/HostInteropTask/host-task-dependency2.cpp index 72ad4cf229..32201f24c2 100644 --- a/SYCL/HostInteropTask/host-task-dependency2.cpp +++ b/SYCL/HostInteropTask/host-task-dependency2.cpp @@ -8,8 +8,8 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out 10 // RUN: %ACC_RUN_PLACEHOLDER %t.out 10 -#include #include +#include using namespace cl::sycl; using namespace cl::sycl::access; diff --git a/SYCL/HostInteropTask/host-task-dependency3.cpp b/SYCL/HostInteropTask/host-task-dependency3.cpp index 8e8486f606..d7b18bb48c 100644 --- a/SYCL/HostInteropTask/host-task-dependency3.cpp +++ b/SYCL/HostInteropTask/host-task-dependency3.cpp @@ -8,9 +8,9 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out 10 // RUN: %ACC_RUN_PLACEHOLDER %t.out 10 -#include #include #include +#include #include using namespace cl::sycl; diff --git a/SYCL/HostInteropTask/host-task-dependency4.cpp b/SYCL/HostInteropTask/host-task-dependency4.cpp index 27b7ad6758..c9f46c33f4 100644 --- a/SYCL/HostInteropTask/host-task-dependency4.cpp +++ b/SYCL/HostInteropTask/host-task-dependency4.cpp @@ -4,7 +4,7 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -#include +#include cl::sycl::event submit(cl::sycl::queue &Q, cl::sycl::buffer &B) { return Q.submit([&](cl::sycl::handler &CGH) { diff --git a/SYCL/HostInteropTask/host-task-failure.cpp b/SYCL/HostInteropTask/host-task-failure.cpp index 0ba45cee11..a0552ca053 100644 --- a/SYCL/HostInteropTask/host-task-failure.cpp +++ b/SYCL/HostInteropTask/host-task-failure.cpp @@ -3,7 +3,7 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -#include +#include using namespace cl::sycl; using namespace cl::sycl::access; diff --git a/SYCL/HostInteropTask/host-task-two-queues.cpp b/SYCL/HostInteropTask/host-task-two-queues.cpp index 9da120f575..1af480c24c 100644 --- a/SYCL/HostInteropTask/host-task-two-queues.cpp +++ b/SYCL/HostInteropTask/host-task-two-queues.cpp @@ -6,7 +6,7 @@ // TODO: Flaky fail on Level Zero that is why mark as unsupported temporarily. // UNSUPPORTED: level_zero -#include +#include #include namespace S = cl::sycl; diff --git a/SYCL/HostInteropTask/host-task.cpp b/SYCL/HostInteropTask/host-task.cpp index d9823f7e9e..069c03989e 100644 --- a/SYCL/HostInteropTask/host-task.cpp +++ b/SYCL/HostInteropTask/host-task.cpp @@ -11,9 +11,9 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out 3 // RUN: %ACC_RUN_PLACEHOLDER %t.out 3 -#include #include #include +#include #include using namespace cl::sycl; diff --git a/SYCL/HostInteropTask/interop-task.cpp b/SYCL/HostInteropTask/interop-task.cpp index fdfa0c24d4..50753f1f69 100644 --- a/SYCL/HostInteropTask/interop-task.cpp +++ b/SYCL/HostInteropTask/interop-task.cpp @@ -9,9 +9,9 @@ // UNSUPPORTED: level_zero, cuda // REQUIRES: opencl, opencl_icd -#include -#include -#include +#include +#include +#include using namespace cl::sycl; using namespace cl::sycl::access; diff --git a/SYCL/InlineAsm/Negative/asm_bad_opcode.cpp b/SYCL/InlineAsm/Negative/asm_bad_opcode.cpp index 39f5f47a02..66df187a0a 100644 --- a/SYCL/InlineAsm/Negative/asm_bad_opcode.cpp +++ b/SYCL/InlineAsm/Negative/asm_bad_opcode.cpp @@ -5,7 +5,7 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out #include "../include/asmhelper.h" -#include +#include struct KernelFunctor { KernelFunctor() {} diff --git a/SYCL/InlineAsm/Negative/asm_bad_operand_syntax.cpp b/SYCL/InlineAsm/Negative/asm_bad_operand_syntax.cpp index 4b60b0d99a..48006f6424 100644 --- a/SYCL/InlineAsm/Negative/asm_bad_operand_syntax.cpp +++ b/SYCL/InlineAsm/Negative/asm_bad_operand_syntax.cpp @@ -5,7 +5,7 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out #include "../include/asmhelper.h" -#include +#include struct KernelFunctor { KernelFunctor() {} diff --git a/SYCL/InlineAsm/Negative/asm_duplicate_label.cpp b/SYCL/InlineAsm/Negative/asm_duplicate_label.cpp index 25eb728673..2888940535 100644 --- a/SYCL/InlineAsm/Negative/asm_duplicate_label.cpp +++ b/SYCL/InlineAsm/Negative/asm_duplicate_label.cpp @@ -5,7 +5,7 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out #include "../include/asmhelper.h" -#include +#include struct KernelFunctor { KernelFunctor() {} diff --git a/SYCL/InlineAsm/Negative/asm_illegal_exec_size.cpp b/SYCL/InlineAsm/Negative/asm_illegal_exec_size.cpp index a78b2fca12..4f63e16658 100644 --- a/SYCL/InlineAsm/Negative/asm_illegal_exec_size.cpp +++ b/SYCL/InlineAsm/Negative/asm_illegal_exec_size.cpp @@ -5,7 +5,7 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out #include "../include/asmhelper.h" -#include +#include struct KernelFunctor { KernelFunctor() {} diff --git a/SYCL/InlineAsm/Negative/asm_missing_label.cpp b/SYCL/InlineAsm/Negative/asm_missing_label.cpp index 90d8b07cfb..63927cb7b9 100644 --- a/SYCL/InlineAsm/Negative/asm_missing_label.cpp +++ b/SYCL/InlineAsm/Negative/asm_missing_label.cpp @@ -5,7 +5,7 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out #include "../include/asmhelper.h" -#include +#include struct KernelFunctor { KernelFunctor() {} diff --git a/SYCL/InlineAsm/Negative/asm_missing_region.cpp b/SYCL/InlineAsm/Negative/asm_missing_region.cpp index f539736def..e599781413 100644 --- a/SYCL/InlineAsm/Negative/asm_missing_region.cpp +++ b/SYCL/InlineAsm/Negative/asm_missing_region.cpp @@ -5,7 +5,7 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out #include "../include/asmhelper.h" -#include +#include struct KernelFunctor { KernelFunctor() {} diff --git a/SYCL/InlineAsm/Negative/asm_simple.cpp b/SYCL/InlineAsm/Negative/asm_simple.cpp index c61f9b8dc5..eadfc38705 100644 --- a/SYCL/InlineAsm/Negative/asm_simple.cpp +++ b/SYCL/InlineAsm/Negative/asm_simple.cpp @@ -5,7 +5,7 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out #include "../include/asmhelper.h" -#include +#include struct KernelFunctor { KernelFunctor() {} diff --git a/SYCL/InlineAsm/Negative/asm_undefined_decl.cpp b/SYCL/InlineAsm/Negative/asm_undefined_decl.cpp index cbec05b341..a45e398aa3 100644 --- a/SYCL/InlineAsm/Negative/asm_undefined_decl.cpp +++ b/SYCL/InlineAsm/Negative/asm_undefined_decl.cpp @@ -5,7 +5,7 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out #include "../include/asmhelper.h" -#include +#include struct KernelFunctor { KernelFunctor() {} diff --git a/SYCL/InlineAsm/Negative/asm_undefined_pred.cpp b/SYCL/InlineAsm/Negative/asm_undefined_pred.cpp index 198e88d148..e668e424e1 100644 --- a/SYCL/InlineAsm/Negative/asm_undefined_pred.cpp +++ b/SYCL/InlineAsm/Negative/asm_undefined_pred.cpp @@ -5,7 +5,7 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out #include "../include/asmhelper.h" -#include +#include struct KernelFunctor { KernelFunctor() {} diff --git a/SYCL/InlineAsm/Negative/asm_wrong_declare.cpp b/SYCL/InlineAsm/Negative/asm_wrong_declare.cpp index 25a19b13b9..dfa2fe6a75 100644 --- a/SYCL/InlineAsm/Negative/asm_wrong_declare.cpp +++ b/SYCL/InlineAsm/Negative/asm_wrong_declare.cpp @@ -5,7 +5,7 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out #include "../include/asmhelper.h" -#include +#include struct KernelFunctor { KernelFunctor() {} diff --git a/SYCL/InlineAsm/asm_16_empty.cpp b/SYCL/InlineAsm/asm_16_empty.cpp index b8b52ff359..1ae9ddc581 100644 --- a/SYCL/InlineAsm/asm_16_empty.cpp +++ b/SYCL/InlineAsm/asm_16_empty.cpp @@ -4,8 +4,8 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out #include "include/asmhelper.h" -#include #include +#include #include using dataType = cl::sycl::cl_int; diff --git a/SYCL/InlineAsm/asm_16_matrix_mult.cpp b/SYCL/InlineAsm/asm_16_matrix_mult.cpp index 46b074aa40..0020bbbd8f 100644 --- a/SYCL/InlineAsm/asm_16_matrix_mult.cpp +++ b/SYCL/InlineAsm/asm_16_matrix_mult.cpp @@ -4,8 +4,8 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out #include "include/asmhelper.h" -#include #include +#include #include using dataType = cl::sycl::cl_int; diff --git a/SYCL/InlineAsm/asm_16_no_input_int.cpp b/SYCL/InlineAsm/asm_16_no_input_int.cpp index 46b074aa40..0020bbbd8f 100644 --- a/SYCL/InlineAsm/asm_16_no_input_int.cpp +++ b/SYCL/InlineAsm/asm_16_no_input_int.cpp @@ -4,8 +4,8 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out #include "include/asmhelper.h" -#include #include +#include #include using dataType = cl::sycl::cl_int; diff --git a/SYCL/InlineAsm/asm_16_no_opts.cpp b/SYCL/InlineAsm/asm_16_no_opts.cpp index b60c7b4d06..4422a4b49e 100644 --- a/SYCL/InlineAsm/asm_16_no_opts.cpp +++ b/SYCL/InlineAsm/asm_16_no_opts.cpp @@ -4,8 +4,8 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out #include "include/asmhelper.h" -#include #include +#include #include using dataType = cl::sycl::cl_int; diff --git a/SYCL/InlineAsm/asm_8_empty.cpp b/SYCL/InlineAsm/asm_8_empty.cpp index 6dd19bad7c..ecfdd81624 100644 --- a/SYCL/InlineAsm/asm_8_empty.cpp +++ b/SYCL/InlineAsm/asm_8_empty.cpp @@ -4,8 +4,8 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out #include "include/asmhelper.h" -#include #include +#include #include using dataType = cl::sycl::cl_int; diff --git a/SYCL/InlineAsm/asm_8_no_input_int.cpp b/SYCL/InlineAsm/asm_8_no_input_int.cpp index c255a26d52..886591c196 100644 --- a/SYCL/InlineAsm/asm_8_no_input_int.cpp +++ b/SYCL/InlineAsm/asm_8_no_input_int.cpp @@ -4,8 +4,8 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out #include "include/asmhelper.h" -#include #include +#include #include using dataType = cl::sycl::cl_int; diff --git a/SYCL/InlineAsm/asm_arbitrary_ops_order.cpp b/SYCL/InlineAsm/asm_arbitrary_ops_order.cpp index 4ee324bef1..e1ec525447 100644 --- a/SYCL/InlineAsm/asm_arbitrary_ops_order.cpp +++ b/SYCL/InlineAsm/asm_arbitrary_ops_order.cpp @@ -4,8 +4,8 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out #include "include/asmhelper.h" -#include #include +#include #include using dataType = cl::sycl::cl_int; diff --git a/SYCL/InlineAsm/asm_decl_in_scope.cpp b/SYCL/InlineAsm/asm_decl_in_scope.cpp index 4fae0b0194..48be312124 100644 --- a/SYCL/InlineAsm/asm_decl_in_scope.cpp +++ b/SYCL/InlineAsm/asm_decl_in_scope.cpp @@ -4,8 +4,8 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out #include "include/asmhelper.h" -#include #include +#include #include using dataType = cl::sycl::cl_int; diff --git a/SYCL/InlineAsm/asm_float_add.cpp b/SYCL/InlineAsm/asm_float_add.cpp index 4c0988fe36..f1aa8a256d 100644 --- a/SYCL/InlineAsm/asm_float_add.cpp +++ b/SYCL/InlineAsm/asm_float_add.cpp @@ -4,9 +4,9 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out #include "include/asmhelper.h" -#include #include #include +#include #include using dataType = cl::sycl::cl_double; diff --git a/SYCL/InlineAsm/asm_float_imm_arg.cpp b/SYCL/InlineAsm/asm_float_imm_arg.cpp index 3fd90c2232..f385b4b635 100644 --- a/SYCL/InlineAsm/asm_float_imm_arg.cpp +++ b/SYCL/InlineAsm/asm_float_imm_arg.cpp @@ -4,9 +4,9 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out #include "include/asmhelper.h" -#include #include #include +#include #include constexpr double IMM_ARGUMENT = 0.5; diff --git a/SYCL/InlineAsm/asm_float_neg.cpp b/SYCL/InlineAsm/asm_float_neg.cpp index 2aa740d510..18bd96e77a 100644 --- a/SYCL/InlineAsm/asm_float_neg.cpp +++ b/SYCL/InlineAsm/asm_float_neg.cpp @@ -4,8 +4,8 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out #include "include/asmhelper.h" -#include #include +#include #include using dataType = cl::sycl::cl_float; diff --git a/SYCL/InlineAsm/asm_if.cpp b/SYCL/InlineAsm/asm_if.cpp index eec8a2ffe3..a8193bc4ed 100644 --- a/SYCL/InlineAsm/asm_if.cpp +++ b/SYCL/InlineAsm/asm_if.cpp @@ -4,7 +4,7 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out #include "include/asmhelper.h" -#include +#include using DataType = cl::sycl::cl_int; diff --git a/SYCL/InlineAsm/asm_imm_arg.cpp b/SYCL/InlineAsm/asm_imm_arg.cpp index f386094aff..f9bff3ee22 100644 --- a/SYCL/InlineAsm/asm_imm_arg.cpp +++ b/SYCL/InlineAsm/asm_imm_arg.cpp @@ -4,8 +4,8 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out #include "include/asmhelper.h" -#include #include +#include #include constexpr int CONST_ARGUMENT = 0xabc; diff --git a/SYCL/InlineAsm/asm_loop.cpp b/SYCL/InlineAsm/asm_loop.cpp index 5476518b87..438e6cb44e 100644 --- a/SYCL/InlineAsm/asm_loop.cpp +++ b/SYCL/InlineAsm/asm_loop.cpp @@ -4,9 +4,9 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out #include "include/asmhelper.h" -#include #include #include +#include #include using DataType = cl::sycl::cl_int; diff --git a/SYCL/InlineAsm/asm_mul.cpp b/SYCL/InlineAsm/asm_mul.cpp index 52b83a3ee6..a4cab02b81 100644 --- a/SYCL/InlineAsm/asm_mul.cpp +++ b/SYCL/InlineAsm/asm_mul.cpp @@ -4,8 +4,8 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out #include "include/asmhelper.h" -#include #include +#include #include using dataType = cl::sycl::cl_int; diff --git a/SYCL/InlineAsm/asm_multiple_instructions.cpp b/SYCL/InlineAsm/asm_multiple_instructions.cpp index 1494c3eac4..2323aa6929 100644 --- a/SYCL/InlineAsm/asm_multiple_instructions.cpp +++ b/SYCL/InlineAsm/asm_multiple_instructions.cpp @@ -8,8 +8,8 @@ // If temporary variable is used (see TO_PASS mode) the test succeeded. // XFAIL: gpu #include "include/asmhelper.h" -#include #include +#include #include using dataType = cl::sycl::cl_int; diff --git a/SYCL/InlineAsm/asm_no_operands.cpp b/SYCL/InlineAsm/asm_no_operands.cpp index 29753337f2..905cdf103e 100644 --- a/SYCL/InlineAsm/asm_no_operands.cpp +++ b/SYCL/InlineAsm/asm_no_operands.cpp @@ -4,7 +4,7 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out #include "include/asmhelper.h" -#include +#include class no_operands_kernel; int main() { diff --git a/SYCL/InlineAsm/asm_no_output.cpp b/SYCL/InlineAsm/asm_no_output.cpp index 0d24df949e..2666cf9519 100644 --- a/SYCL/InlineAsm/asm_no_output.cpp +++ b/SYCL/InlineAsm/asm_no_output.cpp @@ -4,8 +4,8 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out #include "include/asmhelper.h" -#include #include +#include #include using dataType = cl::sycl::cl_int; diff --git a/SYCL/InlineAsm/asm_plus_mod.cpp b/SYCL/InlineAsm/asm_plus_mod.cpp index 23bd871e78..556a0a8a0d 100644 --- a/SYCL/InlineAsm/asm_plus_mod.cpp +++ b/SYCL/InlineAsm/asm_plus_mod.cpp @@ -4,8 +4,8 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out #include "include/asmhelper.h" -#include #include +#include #include using dataType = cl::sycl::cl_int; diff --git a/SYCL/InlineAsm/asm_switch.cpp b/SYCL/InlineAsm/asm_switch.cpp index 990153dad9..e117f523f7 100644 --- a/SYCL/InlineAsm/asm_switch.cpp +++ b/SYCL/InlineAsm/asm_switch.cpp @@ -4,7 +4,7 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out #include "include/asmhelper.h" -#include +#include using DataType = cl::sycl::cl_int; diff --git a/SYCL/InlineAsm/include/asmhelper.h b/SYCL/InlineAsm/include/asmhelper.h index 3db77a9812..83aa7f9f36 100644 --- a/SYCL/InlineAsm/include/asmhelper.h +++ b/SYCL/InlineAsm/include/asmhelper.h @@ -1,4 +1,4 @@ -#include +#include #include #include diff --git a/SYCL/InlineAsm/letter_example.cpp b/SYCL/InlineAsm/letter_example.cpp index c19a42cfe4..798935b749 100644 --- a/SYCL/InlineAsm/letter_example.cpp +++ b/SYCL/InlineAsm/letter_example.cpp @@ -4,8 +4,8 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out #include "include/asmhelper.h" -#include #include +#include constexpr size_t problem_size = 16; diff --git a/SYCL/InlineAsm/malloc_shared_32.cpp b/SYCL/InlineAsm/malloc_shared_32.cpp index 0c1cfbfd4b..f3c6572af2 100644 --- a/SYCL/InlineAsm/malloc_shared_32.cpp +++ b/SYCL/InlineAsm/malloc_shared_32.cpp @@ -4,8 +4,8 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out #include "include/asmhelper.h" -#include #include +#include constexpr size_t problem_size = 32; diff --git a/SYCL/InlineAsm/malloc_shared_in_out_dif.cpp b/SYCL/InlineAsm/malloc_shared_in_out_dif.cpp index 666be194e0..aa62119a5b 100644 --- a/SYCL/InlineAsm/malloc_shared_in_out_dif.cpp +++ b/SYCL/InlineAsm/malloc_shared_in_out_dif.cpp @@ -4,8 +4,8 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out #include "include/asmhelper.h" -#include #include +#include constexpr size_t problem_size = 100; diff --git a/SYCL/InlineAsm/malloc_shared_no_input.cpp b/SYCL/InlineAsm/malloc_shared_no_input.cpp index ee931d9d1c..921c6d3eae 100644 --- a/SYCL/InlineAsm/malloc_shared_no_input.cpp +++ b/SYCL/InlineAsm/malloc_shared_no_input.cpp @@ -4,8 +4,8 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out #include "include/asmhelper.h" -#include #include +#include constexpr size_t problem_size = 16; diff --git a/SYCL/InorderQueue/in_order_buffs.cpp b/SYCL/InorderQueue/in_order_buffs.cpp index be96e3b849..0eb7703e09 100644 --- a/SYCL/InorderQueue/in_order_buffs.cpp +++ b/SYCL/InorderQueue/in_order_buffs.cpp @@ -9,8 +9,8 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -#include #include +#include using namespace cl::sycl; diff --git a/SYCL/InorderQueue/in_order_buffs_ocl.cpp b/SYCL/InorderQueue/in_order_buffs_ocl.cpp index 878f9150e8..b11639ea33 100644 --- a/SYCL/InorderQueue/in_order_buffs_ocl.cpp +++ b/SYCL/InorderQueue/in_order_buffs_ocl.cpp @@ -10,9 +10,9 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -#include -#include #include +#include +#include using namespace cl::sycl; diff --git a/SYCL/InorderQueue/in_order_dmemll.cpp b/SYCL/InorderQueue/in_order_dmemll.cpp index 32518c3e8e..8049b8d37a 100644 --- a/SYCL/InorderQueue/in_order_dmemll.cpp +++ b/SYCL/InorderQueue/in_order_dmemll.cpp @@ -13,7 +13,7 @@ // //===----------------------------------------------------------------------===// -#include +#include using namespace cl::sycl; diff --git a/SYCL/InorderQueue/in_order_dmemll_ocl.cpp b/SYCL/InorderQueue/in_order_dmemll_ocl.cpp index 2743cf5e54..3209f21ada 100644 --- a/SYCL/InorderQueue/in_order_dmemll_ocl.cpp +++ b/SYCL/InorderQueue/in_order_dmemll_ocl.cpp @@ -13,8 +13,8 @@ // //===----------------------------------------------------------------------===// -#include -#include +#include +#include using namespace cl::sycl; diff --git a/SYCL/InorderQueue/in_order_event_release.cpp b/SYCL/InorderQueue/in_order_event_release.cpp index 51a8dbb952..6a789ca68c 100644 --- a/SYCL/InorderQueue/in_order_event_release.cpp +++ b/SYCL/InorderQueue/in_order_event_release.cpp @@ -13,8 +13,8 @@ // //===----------------------------------------------------------------------===// -#include #include +#include using namespace cl::sycl; int main() { diff --git a/SYCL/InorderQueue/in_order_get_property.cpp b/SYCL/InorderQueue/in_order_get_property.cpp index fb2578eb8a..1aa814ff29 100644 --- a/SYCL/InorderQueue/in_order_get_property.cpp +++ b/SYCL/InorderQueue/in_order_get_property.cpp @@ -12,7 +12,7 @@ // //===----------------------------------------------------------------------===// -#include +#include using namespace sycl; diff --git a/SYCL/InorderQueue/in_order_kernels.cpp b/SYCL/InorderQueue/in_order_kernels.cpp index 13ac3174e0..101e1c8147 100644 --- a/SYCL/InorderQueue/in_order_kernels.cpp +++ b/SYCL/InorderQueue/in_order_kernels.cpp @@ -13,8 +13,8 @@ // //===----------------------------------------------------------------------===// -#include #include +#include using namespace cl::sycl; int main() { diff --git a/SYCL/InorderQueue/in_order_property_trace.cpp b/SYCL/InorderQueue/in_order_property_trace.cpp index 8d932e9569..ecf1cb901c 100644 --- a/SYCL/InorderQueue/in_order_property_trace.cpp +++ b/SYCL/InorderQueue/in_order_property_trace.cpp @@ -11,7 +11,7 @@ // //===----------------------------------------------------------------------===// -#include +#include int main() { sycl::queue q1; diff --git a/SYCL/InorderQueue/in_order_usm_explicit.cpp b/SYCL/InorderQueue/in_order_usm_explicit.cpp index 1fddaeaf04..8c39b59955 100644 --- a/SYCL/InorderQueue/in_order_usm_explicit.cpp +++ b/SYCL/InorderQueue/in_order_usm_explicit.cpp @@ -11,8 +11,8 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -#include #include +#include using namespace cl::sycl; diff --git a/SYCL/InorderQueue/in_order_usm_implicit.cpp b/SYCL/InorderQueue/in_order_usm_implicit.cpp index 3771200572..2be89cadb3 100644 --- a/SYCL/InorderQueue/in_order_usm_implicit.cpp +++ b/SYCL/InorderQueue/in_order_usm_implicit.cpp @@ -16,8 +16,8 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -#include #include +#include using namespace cl::sycl; diff --git a/SYCL/InorderQueue/prop.cpp b/SYCL/InorderQueue/prop.cpp index 4036f721ba..2df92aeb87 100644 --- a/SYCL/InorderQueue/prop.cpp +++ b/SYCL/InorderQueue/prop.cpp @@ -14,8 +14,8 @@ // //===----------------------------------------------------------------------===// -#include -#include +#include +#include using namespace cl::sycl; diff --git a/SYCL/KernelAndProgram/build-log.cpp b/SYCL/KernelAndProgram/build-log.cpp index 825cc2553b..f80c47997e 100644 --- a/SYCL/KernelAndProgram/build-log.cpp +++ b/SYCL/KernelAndProgram/build-log.cpp @@ -13,7 +13,7 @@ // //===--------------------------------------------------------------===// -#include +#include SYCL_EXTERNAL void symbol_that_does_not_exist(); diff --git a/SYCL/KernelAndProgram/cache-build-result.cpp b/SYCL/KernelAndProgram/cache-build-result.cpp index 86fe80f04f..3e63ddd91b 100644 --- a/SYCL/KernelAndProgram/cache-build-result.cpp +++ b/SYCL/KernelAndProgram/cache-build-result.cpp @@ -4,7 +4,7 @@ // RUN: env SYCL_CACHE_PERSISTENT=1 %GPU_RUN_PLACEHOLDER %t_gpu.out // RUN: env SYCL_CACHE_PERSISTENT=1 %ACC_RUN_PLACEHOLDER %t.out // XFAIL: cuda || hip -#include +#include SYCL_EXTERNAL void undefined(); diff --git a/SYCL/KernelAndProgram/cache_env_vars.hpp b/SYCL/KernelAndProgram/cache_env_vars.hpp index 9922c3fc98..684c117804 100644 --- a/SYCL/KernelAndProgram/cache_env_vars.hpp +++ b/SYCL/KernelAndProgram/cache_env_vars.hpp @@ -62,9 +62,9 @@ INC10000(x) \ INC10000(x) -#include #include #include +#include class Inc; template void check_build_time(cl::sycl::queue &q) { auto start = std::chrono::steady_clock::now(); diff --git a/SYCL/KernelAndProgram/kernel-bundle-merge-options.hpp b/SYCL/KernelAndProgram/kernel-bundle-merge-options.hpp index 4c1e8d77e2..a3661cab56 100644 --- a/SYCL/KernelAndProgram/kernel-bundle-merge-options.hpp +++ b/SYCL/KernelAndProgram/kernel-bundle-merge-options.hpp @@ -1,6 +1,6 @@ #define SYCL2020_DISABLE_DEPRECATION_WARNINGS -#include #include +#include class KernelName; diff --git a/SYCL/KernelAndProgram/multiple-kernel-linking.cpp b/SYCL/KernelAndProgram/multiple-kernel-linking.cpp index e5186a61ef..789a81eecc 100644 --- a/SYCL/KernelAndProgram/multiple-kernel-linking.cpp +++ b/SYCL/KernelAndProgram/multiple-kernel-linking.cpp @@ -21,7 +21,7 @@ // RUN: %CPU_RUN_PLACEHOLDER %t_off.out %CPU_CHECK_PLACEHOLDER // RUN: %ACC_RUN_PLACEHOLDER %t_off.out %ACC_CHECK_PLACEHOLDER -#include +#include using namespace sycl; diff --git a/SYCL/KernelParams/array-kernel-param-nested-run.cpp b/SYCL/KernelParams/array-kernel-param-nested-run.cpp index b80f4ab3a8..1bd38650bf 100644 --- a/SYCL/KernelParams/array-kernel-param-nested-run.cpp +++ b/SYCL/KernelParams/array-kernel-param-nested-run.cpp @@ -6,8 +6,8 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -#include #include +#include using namespace cl::sycl; diff --git a/SYCL/KernelParams/array-kernel-param-run.cpp b/SYCL/KernelParams/array-kernel-param-run.cpp index b28302c456..f7b4b7fdb5 100644 --- a/SYCL/KernelParams/array-kernel-param-run.cpp +++ b/SYCL/KernelParams/array-kernel-param-run.cpp @@ -6,8 +6,8 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -#include #include +#include using namespace cl::sycl; diff --git a/SYCL/KernelParams/non-standard-layout.cpp b/SYCL/KernelParams/non-standard-layout.cpp index 8d7a4e55aa..fd9ade1399 100644 --- a/SYCL/KernelParams/non-standard-layout.cpp +++ b/SYCL/KernelParams/non-standard-layout.cpp @@ -4,7 +4,7 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -#include +#include using namespace cl::sycl; diff --git a/SYCL/KernelParams/struct_kernel_param.cpp b/SYCL/KernelParams/struct_kernel_param.cpp index 9ffe4724ce..c4e27b8280 100644 --- a/SYCL/KernelParams/struct_kernel_param.cpp +++ b/SYCL/KernelParams/struct_kernel_param.cpp @@ -12,11 +12,11 @@ // //===----------------------------------------------------------------------===// -#include #include #include #include #include +#include using namespace cl::sycl; diff --git a/SYCL/KernelParams/union_kernel_param.cpp b/SYCL/KernelParams/union_kernel_param.cpp index 2a8c02661a..2c831dc157 100644 --- a/SYCL/KernelParams/union_kernel_param.cpp +++ b/SYCL/KernelParams/union_kernel_param.cpp @@ -6,8 +6,8 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -#include #include +#include union TestUnion { public: diff --git a/SYCL/Matrix/element_wise_all_ops_bf16.cpp b/SYCL/Matrix/element_wise_all_ops_bf16.cpp index ba4a90e25a..eb817fd851 100644 --- a/SYCL/Matrix/element_wise_all_ops_bf16.cpp +++ b/SYCL/Matrix/element_wise_all_ops_bf16.cpp @@ -11,9 +11,9 @@ // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out -#include #include #include +#include using namespace sycl; using namespace sycl::ext::intel; diff --git a/SYCL/Matrix/element_wise_all_ops_half.cpp b/SYCL/Matrix/element_wise_all_ops_half.cpp index b9e7198824..16972bb980 100644 --- a/SYCL/Matrix/element_wise_all_ops_half.cpp +++ b/SYCL/Matrix/element_wise_all_ops_half.cpp @@ -12,9 +12,9 @@ // RUN: %clangxx -fsycl %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out -#include #include #include +#include using namespace sycl; using namespace sycl::ext::intel; diff --git a/SYCL/Matrix/element_wise_all_ops_int8.cpp b/SYCL/Matrix/element_wise_all_ops_int8.cpp index d132dfc15e..91cf80a600 100644 --- a/SYCL/Matrix/element_wise_all_ops_int8.cpp +++ b/SYCL/Matrix/element_wise_all_ops_int8.cpp @@ -11,9 +11,9 @@ // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out -#include #include #include +#include using namespace sycl; using namespace sycl::ext::intel; diff --git a/SYCL/Matrix/element_wise_all_ops_int8_packed.cpp b/SYCL/Matrix/element_wise_all_ops_int8_packed.cpp index c29568bd2a..2d5d934d5a 100644 --- a/SYCL/Matrix/element_wise_all_ops_int8_packed.cpp +++ b/SYCL/Matrix/element_wise_all_ops_int8_packed.cpp @@ -11,9 +11,9 @@ // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out -#include #include #include +#include using namespace sycl; using namespace sycl::ext::intel; diff --git a/SYCL/Matrix/element_wise_irreg_sum_rows.cpp b/SYCL/Matrix/element_wise_irreg_sum_rows.cpp index 02bfccff91..73256abfd3 100644 --- a/SYCL/Matrix/element_wise_irreg_sum_rows.cpp +++ b/SYCL/Matrix/element_wise_irreg_sum_rows.cpp @@ -15,8 +15,8 @@ // elements. First, partial reduction is computed inside each SG, then atomic // add is used to reduce between SG leaders -#include #include +#include using namespace sycl; using namespace sycl::ext::oneapi::experimental::matrix; diff --git a/SYCL/Matrix/element_wise_ops.cpp b/SYCL/Matrix/element_wise_ops.cpp index 7fd5d58e9f..5f5d801d58 100644 --- a/SYCL/Matrix/element_wise_ops.cpp +++ b/SYCL/Matrix/element_wise_ops.cpp @@ -11,8 +11,8 @@ // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out -#include #include +#include using namespace sycl; using namespace sycl::ext::oneapi::experimental::matrix; diff --git a/SYCL/Matrix/elemwise_irreg_size_ops_bf16.cpp b/SYCL/Matrix/elemwise_irreg_size_ops_bf16.cpp index e76e08ac91..ba0851f969 100644 --- a/SYCL/Matrix/elemwise_irreg_size_ops_bf16.cpp +++ b/SYCL/Matrix/elemwise_irreg_size_ops_bf16.cpp @@ -13,8 +13,8 @@ // only run this on AMX // RUN: %CPU_RUN_PLACEHOLDER %t.out -#include #include +#include using namespace sycl; using namespace sycl::ext::oneapi::experimental::matrix; diff --git a/SYCL/Matrix/joint_matrix_bf16.cpp b/SYCL/Matrix/joint_matrix_bf16.cpp index b4a964f7da..ef0c4ffa30 100644 --- a/SYCL/Matrix/joint_matrix_bf16.cpp +++ b/SYCL/Matrix/joint_matrix_bf16.cpp @@ -11,8 +11,8 @@ // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out -#include #include +#include using namespace sycl; using namespace sycl::ext::oneapi::experimental::matrix; diff --git a/SYCL/Matrix/joint_matrix_bfloat16.cpp b/SYCL/Matrix/joint_matrix_bfloat16.cpp index 1060bcc6e2..53f9063650 100644 --- a/SYCL/Matrix/joint_matrix_bfloat16.cpp +++ b/SYCL/Matrix/joint_matrix_bfloat16.cpp @@ -11,8 +11,8 @@ // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out -#include #include +#include using namespace sycl; using namespace sycl::ext::oneapi::experimental::matrix; diff --git a/SYCL/Matrix/joint_matrix_half.cpp b/SYCL/Matrix/joint_matrix_half.cpp index 82640051ca..8f81ccef71 100644 --- a/SYCL/Matrix/joint_matrix_half.cpp +++ b/SYCL/Matrix/joint_matrix_half.cpp @@ -11,8 +11,8 @@ // Only run on the GPU because half is not supported on AMX hardware // RUN: %GPU_RUN_PLACEHOLDER %t.out -#include #include +#include using namespace sycl; using namespace sycl::ext::oneapi::experimental::matrix; diff --git a/SYCL/Matrix/joint_matrix_int8_vnni.cpp b/SYCL/Matrix/joint_matrix_int8_vnni.cpp index 53e2aa380b..d7d617f5d6 100644 --- a/SYCL/Matrix/joint_matrix_int8_vnni.cpp +++ b/SYCL/Matrix/joint_matrix_int8_vnni.cpp @@ -13,8 +13,8 @@ // XFAIL: * -#include #include +#include using namespace sycl; using namespace sycl::ext::oneapi::experimental::matrix; diff --git a/SYCL/Matrix/joint_matrix_query_default.cpp b/SYCL/Matrix/joint_matrix_query_default.cpp index 0ca0b76c87..4482ee3309 100644 --- a/SYCL/Matrix/joint_matrix_query_default.cpp +++ b/SYCL/Matrix/joint_matrix_query_default.cpp @@ -10,8 +10,8 @@ // RUN: %clangxx -fsycl %s -o %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out -#include #include +#include using namespace sycl; using namespace sycl::ext::oneapi::experimental::matrix; diff --git a/SYCL/Matrix/joint_matrix_ss_int8.cpp b/SYCL/Matrix/joint_matrix_ss_int8.cpp index 6551fb1326..c3a6605be0 100644 --- a/SYCL/Matrix/joint_matrix_ss_int8.cpp +++ b/SYCL/Matrix/joint_matrix_ss_int8.cpp @@ -11,8 +11,8 @@ // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out -#include #include +#include using namespace sycl; using namespace sycl::ext::oneapi::experimental::matrix; diff --git a/SYCL/Matrix/joint_matrix_su_int8.cpp b/SYCL/Matrix/joint_matrix_su_int8.cpp index f2db0906d6..bfae6682a9 100644 --- a/SYCL/Matrix/joint_matrix_su_int8.cpp +++ b/SYCL/Matrix/joint_matrix_su_int8.cpp @@ -11,8 +11,8 @@ // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out -#include #include +#include using namespace sycl; using namespace sycl::ext::oneapi::experimental::matrix; diff --git a/SYCL/Matrix/joint_matrix_us_int8.cpp b/SYCL/Matrix/joint_matrix_us_int8.cpp index 472336067f..6780df16ca 100644 --- a/SYCL/Matrix/joint_matrix_us_int8.cpp +++ b/SYCL/Matrix/joint_matrix_us_int8.cpp @@ -11,8 +11,8 @@ // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out -#include #include +#include using namespace sycl; using namespace sycl::ext::oneapi::experimental::matrix; diff --git a/SYCL/Matrix/joint_matrix_uu_int8.cpp b/SYCL/Matrix/joint_matrix_uu_int8.cpp index 154673e199..cadfad28ff 100644 --- a/SYCL/Matrix/joint_matrix_uu_int8.cpp +++ b/SYCL/Matrix/joint_matrix_uu_int8.cpp @@ -11,8 +11,8 @@ // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out -#include #include +#include using namespace sycl; using namespace sycl::ext::oneapi::experimental::matrix; diff --git a/SYCL/OnlineCompiler/online_compiler_L0.cpp b/SYCL/OnlineCompiler/online_compiler_L0.cpp index 8bc10ac92d..47714a77d2 100644 --- a/SYCL/OnlineCompiler/online_compiler_L0.cpp +++ b/SYCL/OnlineCompiler/online_compiler_L0.cpp @@ -10,8 +10,8 @@ // All Level-Zero specific code is kept here and the common part that can be // re-used by other backends is kept in online_compiler_common.hpp file. -#include #include +#include #include diff --git a/SYCL/OnlineCompiler/online_compiler_OpenCL.cpp b/SYCL/OnlineCompiler/online_compiler_OpenCL.cpp index 20cf8da1fd..91d8057caa 100644 --- a/SYCL/OnlineCompiler/online_compiler_OpenCL.cpp +++ b/SYCL/OnlineCompiler/online_compiler_OpenCL.cpp @@ -10,9 +10,9 @@ // All OpenCL specific code is kept here and the common part that can be // re-used by other backends is kept in online_compiler_common.hpp file. -#include -#include +#include #include +#include #include diff --git a/SYCL/OnlineCompiler/online_compiler_common.hpp b/SYCL/OnlineCompiler/online_compiler_common.hpp index 32a3213a8e..f2ac2f3db0 100644 --- a/SYCL/OnlineCompiler/online_compiler_common.hpp +++ b/SYCL/OnlineCompiler/online_compiler_common.hpp @@ -1,5 +1,5 @@ -#include #include +#include #include #include diff --git a/SYCL/Plugin/enqueue-arg-order-buffer.cpp b/SYCL/Plugin/enqueue-arg-order-buffer.cpp index a517896e6e..137b8380e6 100644 --- a/SYCL/Plugin/enqueue-arg-order-buffer.cpp +++ b/SYCL/Plugin/enqueue-arg-order-buffer.cpp @@ -3,9 +3,9 @@ // RUN: env SYCL_PI_TRACE=2 %GPU_RUN_PLACEHOLDER %t.out %GPU_CHECK_PLACEHOLDER // RUN: env SYCL_PI_TRACE=2 %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER -#include -#include #include +#include +#include using namespace cl::sycl; diff --git a/SYCL/Plugin/enqueue-arg-order-image.cpp b/SYCL/Plugin/enqueue-arg-order-image.cpp index 22cec83165..e4b56e4a08 100644 --- a/SYCL/Plugin/enqueue-arg-order-image.cpp +++ b/SYCL/Plugin/enqueue-arg-order-image.cpp @@ -5,9 +5,9 @@ // RUN: env SYCL_HOST_UNIFIED_MEMORY=1 SYCL_PI_TRACE=2 %GPU_RUN_PLACEHOLDER %t.out %GPU_CHECK_PLACEHOLDER // RUN: env SYCL_HOST_UNIFIED_MEMORY=1 SYCL_PI_TRACE=2 %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER -#include -#include #include +#include +#include using namespace cl::sycl; diff --git a/SYCL/Plugin/interop-buffer-cuda.cpp b/SYCL/Plugin/interop-buffer-cuda.cpp index 313b922658..7b72bbd034 100644 --- a/SYCL/Plugin/interop-buffer-cuda.cpp +++ b/SYCL/Plugin/interop-buffer-cuda.cpp @@ -11,7 +11,7 @@ // //===----------------------------------------------------------------------===// -#include +#include int main() { int Data[1] = {0}; diff --git a/SYCL/Plugin/interop-level-zero-buffer-helpers.hpp b/SYCL/Plugin/interop-level-zero-buffer-helpers.hpp index f095ef1945..96ca5e4737 100644 --- a/SYCL/Plugin/interop-level-zero-buffer-helpers.hpp +++ b/SYCL/Plugin/interop-level-zero-buffer-helpers.hpp @@ -1,6 +1,6 @@ #pragma once #include "interop-level-zero-buffer-helpers.hpp" -#include +#include // clang-format off #include #include diff --git a/SYCL/Plugin/interop-level-zero-buffer-multi-dim.cpp b/SYCL/Plugin/interop-level-zero-buffer-multi-dim.cpp index 4b368d4b9a..50d46c1555 100644 --- a/SYCL/Plugin/interop-level-zero-buffer-multi-dim.cpp +++ b/SYCL/Plugin/interop-level-zero-buffer-multi-dim.cpp @@ -5,7 +5,7 @@ // Test 2D and 3D interoperability buffers for the Level Zero backend. #include "interop-level-zero-buffer-helpers.hpp" -#include +#include // clang-format off #include #include diff --git a/SYCL/Plugin/interop-level-zero-buffer-ownership.cpp b/SYCL/Plugin/interop-level-zero-buffer-ownership.cpp index 8d46e717aa..98f39af1cd 100644 --- a/SYCL/Plugin/interop-level-zero-buffer-ownership.cpp +++ b/SYCL/Plugin/interop-level-zero-buffer-ownership.cpp @@ -26,7 +26,7 @@ // CHECK-NOT: zeMemFree #include "interop-level-zero-buffer-helpers.hpp" -#include +#include // clang-format off #include #include diff --git a/SYCL/Plugin/interop-level-zero-buffer.cpp b/SYCL/Plugin/interop-level-zero-buffer.cpp index 32c5964d79..4afdc3b40f 100644 --- a/SYCL/Plugin/interop-level-zero-buffer.cpp +++ b/SYCL/Plugin/interop-level-zero-buffer.cpp @@ -7,7 +7,7 @@ // Test interoperability buffer for the Level Zer backend -#include +#include // clang-format off #include #include diff --git a/SYCL/Plugin/interop-level-zero-get-native-mem.cpp b/SYCL/Plugin/interop-level-zero-get-native-mem.cpp index 6b5f22180e..4be849cf46 100644 --- a/SYCL/Plugin/interop-level-zero-get-native-mem.cpp +++ b/SYCL/Plugin/interop-level-zero-get-native-mem.cpp @@ -12,8 +12,8 @@ // SYCL #include "interop-level-zero-buffer-helpers.hpp" -#include #include +#include using namespace sycl; diff --git a/SYCL/Plugin/interop-level-zero-interop-task-mem.cpp b/SYCL/Plugin/interop-level-zero-interop-task-mem.cpp index c156045c9a..7fd9491ce7 100644 --- a/SYCL/Plugin/interop-level-zero-interop-task-mem.cpp +++ b/SYCL/Plugin/interop-level-zero-interop-task-mem.cpp @@ -8,8 +8,8 @@ #include // SYCL -#include #include +#include using namespace sycl; diff --git a/SYCL/Plugin/interop-level-zero-keep-ownership.cpp b/SYCL/Plugin/interop-level-zero-keep-ownership.cpp index 2b4dd63742..4293b71607 100644 --- a/SYCL/Plugin/interop-level-zero-keep-ownership.cpp +++ b/SYCL/Plugin/interop-level-zero-keep-ownership.cpp @@ -4,7 +4,7 @@ // Test for Level Zero interop API where SYCL RT doesn't take ownership -#include +#include // clang-format off #include #include diff --git a/SYCL/Plugin/interop-level-zero-thread.cpp b/SYCL/Plugin/interop-level-zero-thread.cpp index 071129cdda..d61e0cbf57 100644 --- a/SYCL/Plugin/interop-level-zero-thread.cpp +++ b/SYCL/Plugin/interop-level-zero-thread.cpp @@ -23,13 +23,13 @@ // CHECK: Running iteration 18 // CHECK: Running iteration 19 -#include -#include #include #include #include #include #include +#include +#include #include #include diff --git a/SYCL/Plugin/interop-level-zero.cpp b/SYCL/Plugin/interop-level-zero.cpp index 68078fadda..b94d3a96a2 100644 --- a/SYCL/Plugin/interop-level-zero.cpp +++ b/SYCL/Plugin/interop-level-zero.cpp @@ -5,7 +5,7 @@ // Test for Level Zero interop API -#include +#include // clang-format off #include #include diff --git a/SYCL/Plugin/interop-opencl-interop-task-mem.cpp b/SYCL/Plugin/interop-opencl-interop-task-mem.cpp index 78390ac575..179b2e890a 100644 --- a/SYCL/Plugin/interop-opencl-interop-task-mem.cpp +++ b/SYCL/Plugin/interop-opencl-interop-task-mem.cpp @@ -6,8 +6,8 @@ // Test for OpenCL interop_task. #include -#include -#include +#include +#include using namespace sycl; diff --git a/SYCL/Plugin/interop-opencl-make-kernel.cpp b/SYCL/Plugin/interop-opencl-make-kernel.cpp index 7cc474f6ad..d78fc80cb4 100644 --- a/SYCL/Plugin/interop-opencl-make-kernel.cpp +++ b/SYCL/Plugin/interop-opencl-make-kernel.cpp @@ -8,8 +8,8 @@ // Test for OpenCL make_kernel #include -#include -#include +#include +#include using namespace cl::sycl; diff --git a/SYCL/Plugin/interop-opencl.cpp b/SYCL/Plugin/interop-opencl.cpp index e660341a8f..c1f8be80d7 100644 --- a/SYCL/Plugin/interop-opencl.cpp +++ b/SYCL/Plugin/interop-opencl.cpp @@ -18,8 +18,8 @@ //===----------------------------------------------------------------------===// #include -#include -#include +#include +#include using namespace cl::sycl; diff --git a/SYCL/Plugin/level-zero-event-leak.cpp b/SYCL/Plugin/level-zero-event-leak.cpp index eba48af76a..24c01db048 100644 --- a/SYCL/Plugin/level-zero-event-leak.cpp +++ b/SYCL/Plugin/level-zero-event-leak.cpp @@ -33,7 +33,7 @@ // NOTE: The 1000 value below is to be larger than the "128" heuristic in // queue_impl::addSharedEvent. -#include +#include using namespace cl; int main(int argc, char **argv) { sycl::queue Q; diff --git a/SYCL/Plugin/level-zero-usm-capabilities.cpp b/SYCL/Plugin/level-zero-usm-capabilities.cpp index cab3c3ac48..5a907fe6c9 100644 --- a/SYCL/Plugin/level-zero-usm-capabilities.cpp +++ b/SYCL/Plugin/level-zero-usm-capabilities.cpp @@ -2,8 +2,8 @@ // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %level_zero_options %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out 2>&1 %GPU_CHECK_PLACEHOLDER -#include #include +#include // Check for queries of USM capabilities. // All supported L0 devices have these capabilities currently: diff --git a/SYCL/Plugin/level_zero_batch_barrier.cpp b/SYCL/Plugin/level_zero_batch_barrier.cpp index 01d19c9fe0..6475cc8274 100644 --- a/SYCL/Plugin/level_zero_batch_barrier.cpp +++ b/SYCL/Plugin/level_zero_batch_barrier.cpp @@ -7,8 +7,8 @@ // Test that the wait with a barrier is fully batched, i.e. it doesn't cause // extra submissions. -#include #include +#include #include using namespace std; diff --git a/SYCL/Plugin/level_zero_device_scope_events.cpp b/SYCL/Plugin/level_zero_device_scope_events.cpp index 0455de954d..b3bf8a7c87 100644 --- a/SYCL/Plugin/level_zero_device_scope_events.cpp +++ b/SYCL/Plugin/level_zero_device_scope_events.cpp @@ -30,7 +30,7 @@ // zeCommandQueueExecuteCommandLists(ZeCommandQueue, 1, &ZeCommandList, // CommandList->second.ZeFence) /// -#include +#include int main(int argc, char **argv) { cl::sycl::gpu_selector device_selector; diff --git a/SYCL/Plugin/level_zero_queue_create.cpp b/SYCL/Plugin/level_zero_queue_create.cpp index bd9c0cfc93..cc1e3a29e4 100644 --- a/SYCL/Plugin/level_zero_queue_create.cpp +++ b/SYCL/Plugin/level_zero_queue_create.cpp @@ -10,7 +10,7 @@ // with the embedded ZE_DEBUG=4 testing capability. // -#include +#include using namespace cl; int main(int argc, char **argv) { sycl::queue Q; diff --git a/SYCL/Plugin/level_zero_queue_profiling.cpp b/SYCL/Plugin/level_zero_queue_profiling.cpp index ad8727acb5..a995528348 100644 --- a/SYCL/Plugin/level_zero_queue_profiling.cpp +++ b/SYCL/Plugin/level_zero_queue_profiling.cpp @@ -19,7 +19,7 @@ // clang-format on // -#include +#include using namespace cl::sycl; int foo(queue &q, int n) { diff --git a/SYCL/Plugin/level_zero_track_indirect_access_memory.cpp b/SYCL/Plugin/level_zero_track_indirect_access_memory.cpp index 31bdbdc9b9..e054a0ade4 100644 --- a/SYCL/Plugin/level_zero_track_indirect_access_memory.cpp +++ b/SYCL/Plugin/level_zero_track_indirect_access_memory.cpp @@ -30,7 +30,7 @@ #define LENGTH 10 -#include +#include using namespace sycl; void update_d2_data(queue &q) { diff --git a/SYCL/Plugin/level_zero_usm_device_read_only.cpp b/SYCL/Plugin/level_zero_usm_device_read_only.cpp index 0aea039f68..e0b7301bc8 100644 --- a/SYCL/Plugin/level_zero_usm_device_read_only.cpp +++ b/SYCL/Plugin/level_zero_usm_device_read_only.cpp @@ -5,7 +5,7 @@ // Test that "device_read_only" shared USM allocations are pooled. -#include +#include using namespace std; using namespace sycl; diff --git a/SYCL/Plugin/max_malloc.cpp b/SYCL/Plugin/max_malloc.cpp index 2ec6175033..32462b73dd 100644 --- a/SYCL/Plugin/max_malloc.cpp +++ b/SYCL/Plugin/max_malloc.cpp @@ -5,8 +5,8 @@ // TODO: Temporarily disabled on Linux due to failures. // UNSUPPORTED: linux -#include #include +#include using namespace cl::sycl; diff --git a/SYCL/Plugin/retain_events.cpp b/SYCL/Plugin/retain_events.cpp index 7611a54ad9..352f66f930 100644 --- a/SYCL/Plugin/retain_events.cpp +++ b/SYCL/Plugin/retain_events.cpp @@ -2,10 +2,10 @@ // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out -#include #include #include #include +#include namespace { diff --git a/SYCL/Plugin/sycl-partition-info.cpp b/SYCL/Plugin/sycl-partition-info.cpp index 8b042de6a5..110c3590df 100644 --- a/SYCL/Plugin/sycl-partition-info.cpp +++ b/SYCL/Plugin/sycl-partition-info.cpp @@ -7,8 +7,8 @@ // various plugins may return a larger choice of partition properties than SYCL // supports ensure we are only returning SYCL standard partition properties. -#include #include +#include using namespace sycl; diff --git a/SYCL/Plugin/sycl-targets-order.cpp b/SYCL/Plugin/sycl-targets-order.cpp index 2460fa68e7..a67b36a9fd 100644 --- a/SYCL/Plugin/sycl-targets-order.cpp +++ b/SYCL/Plugin/sycl-targets-order.cpp @@ -15,8 +15,8 @@ // //===----------------------------------------------------------------------===// -#include #include +#include int main(int argc, char **argv) { diff --git a/SYCL/Reduction/reduction_dynamic_span.cpp b/SYCL/Reduction/reduction_dynamic_span.cpp index 5e0c14bb17..8fb33d8675 100644 --- a/SYCL/Reduction/reduction_dynamic_span.cpp +++ b/SYCL/Reduction/reduction_dynamic_span.cpp @@ -1,6 +1,6 @@ // RUN: not %clangxx -fsycl -fsyntax-only -fsycl-targets=%sycl_triple %s -o %t.out -#include +#include using namespace sycl; diff --git a/SYCL/Reduction/reduction_span.cpp b/SYCL/Reduction/reduction_span.cpp index 6a2cdf1e4a..0a0c085dc7 100644 --- a/SYCL/Reduction/reduction_span.cpp +++ b/SYCL/Reduction/reduction_span.cpp @@ -8,7 +8,7 @@ // This test performs basic checks of reductions initialized with a sycl::span -#include +#include using namespace sycl; int NumErrors = 0; diff --git a/SYCL/Reduction/reduction_span_pack.cpp b/SYCL/Reduction/reduction_span_pack.cpp index 42ff7919de..721d4eb6a6 100644 --- a/SYCL/Reduction/reduction_span_pack.cpp +++ b/SYCL/Reduction/reduction_span_pack.cpp @@ -14,7 +14,7 @@ // This test performs basic checks of reductions initialized with a pack // containing at least one sycl::span -#include +#include using namespace sycl; int NumErrors = 0; diff --git a/SYCL/Reduction/reduction_utils.hpp b/SYCL/Reduction/reduction_utils.hpp index ec01efb686..e98a9e129f 100644 --- a/SYCL/Reduction/reduction_utils.hpp +++ b/SYCL/Reduction/reduction_utils.hpp @@ -1,4 +1,4 @@ -#include +#include using namespace cl::sycl; diff --git a/SYCL/Regression/atomic_load.cpp b/SYCL/Regression/atomic_load.cpp index a8afef2c86..20077df5fa 100644 --- a/SYCL/Regression/atomic_load.cpp +++ b/SYCL/Regression/atomic_load.cpp @@ -3,7 +3,7 @@ // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -#include +#include using namespace cl::sycl; template class foo; diff --git a/SYCL/Regression/build_log.cpp b/SYCL/Regression/build_log.cpp index 69a14d6163..cb3bd071af 100644 --- a/SYCL/Regression/build_log.cpp +++ b/SYCL/Regression/build_log.cpp @@ -7,8 +7,8 @@ // XFAIL: * -#include #include +#include long long int app_var_3 = 7450649278945924256LL; long long int app_var_4 = -7822479480217888654LL; diff --git a/SYCL/Regression/cache_test.cpp b/SYCL/Regression/cache_test.cpp index 99926b9626..0e25640735 100644 --- a/SYCL/Regression/cache_test.cpp +++ b/SYCL/Regression/cache_test.cpp @@ -7,8 +7,8 @@ #include #include -#include #include +#include using namespace sycl::ext::oneapi; diff --git a/SYCL/Regression/commandlist/Inputs/FindPrimesSYCL.h b/SYCL/Regression/commandlist/Inputs/FindPrimesSYCL.h index 770270ce05..9d35bb5fbd 100644 --- a/SYCL/Regression/commandlist/Inputs/FindPrimesSYCL.h +++ b/SYCL/Regression/commandlist/Inputs/FindPrimesSYCL.h @@ -1,7 +1,7 @@ #ifndef FINDPRIMESSYCL_H #define FINDPRIMESSYCL_H -#include +#include #include #include diff --git a/SYCL/Regression/complex_global_object.cpp b/SYCL/Regression/complex_global_object.cpp index 504b60eef4..383e58b50d 100644 --- a/SYCL/Regression/complex_global_object.cpp +++ b/SYCL/Regression/complex_global_object.cpp @@ -11,7 +11,7 @@ // REQUIRES: TEMPORARY_DISABLED // Disable test due to flacky failures -#include +#include class ComplexClass { public: diff --git a/SYCL/Regression/context_is_destroyed_after_exception.cpp b/SYCL/Regression/context_is_destroyed_after_exception.cpp index e8dab8e3a9..15fe32ab27 100644 --- a/SYCL/Regression/context_is_destroyed_after_exception.cpp +++ b/SYCL/Regression/context_is_destroyed_after_exception.cpp @@ -5,7 +5,7 @@ // // XFAIL: hip_nvidia -#include +#include int main() { const auto GlobalRange = 1; diff --git a/SYCL/Regression/device_num.cpp b/SYCL/Regression/device_num.cpp index 69b47f4d3b..68a9cf22b4 100644 --- a/SYCL/Regression/device_num.cpp +++ b/SYCL/Regression/device_num.cpp @@ -11,9 +11,9 @@ // Temporarily disable on L0 due to fails in CI // UNSUPPORTED: level_zero -#include #include #include +#include using namespace cl::sycl; using namespace std; diff --git a/SYCL/Regression/device_pci_address_bdf_format.cpp b/SYCL/Regression/device_pci_address_bdf_format.cpp index 11e42faa8d..a066a4b7f2 100644 --- a/SYCL/Regression/device_pci_address_bdf_format.cpp +++ b/SYCL/Regression/device_pci_address_bdf_format.cpp @@ -12,7 +12,7 @@ // //===----------------------------------------------------------------------===// -#include +#include #include #include diff --git a/SYCL/Regression/dummy_event_info.cpp b/SYCL/Regression/dummy_event_info.cpp index ac643ddf8c..5d7f7418c6 100644 --- a/SYCL/Regression/dummy_event_info.cpp +++ b/SYCL/Regression/dummy_event_info.cpp @@ -1,7 +1,7 @@ // RUN: %clangxx -fsycl %s -o %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out -#include +#include #include diff --git a/SYCL/Regression/event_destruction.cpp b/SYCL/Regression/event_destruction.cpp index 16cd945867..4183816fbe 100644 --- a/SYCL/Regression/event_destruction.cpp +++ b/SYCL/Regression/event_destruction.cpp @@ -13,8 +13,8 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -#include #include +#include const size_t ITERS = 100000; diff --git a/SYCL/Regression/fp16-with-unnamed-lambda.cpp b/SYCL/Regression/fp16-with-unnamed-lambda.cpp index 2b97fdc06d..0b86ed9622 100644 --- a/SYCL/Regression/fp16-with-unnamed-lambda.cpp +++ b/SYCL/Regression/fp16-with-unnamed-lambda.cpp @@ -3,7 +3,7 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -#include +#include #include diff --git a/SYCL/Regression/get_subgroup_sizes.cpp b/SYCL/Regression/get_subgroup_sizes.cpp index 2d5d422ba4..1633c2efb3 100644 --- a/SYCL/Regression/get_subgroup_sizes.cpp +++ b/SYCL/Regression/get_subgroup_sizes.cpp @@ -12,8 +12,8 @@ // //===----------------------------------------------------------------------===// -#include #include +#include using namespace cl::sycl; diff --git a/SYCL/Regression/global_queue.cpp b/SYCL/Regression/global_queue.cpp index bab4257f26..07429ebe07 100644 --- a/SYCL/Regression/global_queue.cpp +++ b/SYCL/Regression/global_queue.cpp @@ -12,7 +12,7 @@ // use reverse order to call destructors, and low level runtime's objects are // destroyed before global queue in user code. -#include +#include sycl::queue Queue; diff --git a/SYCL/Regression/group.cpp b/SYCL/Regression/group.cpp index 259e05c7ec..9082f94918 100644 --- a/SYCL/Regression/group.cpp +++ b/SYCL/Regression/group.cpp @@ -12,8 +12,8 @@ // //===----------------------------------------------------------------------===// -#include #include +#include using namespace cl::sycl; diff --git a/SYCL/Regression/host_unified_memory.cpp b/SYCL/Regression/host_unified_memory.cpp index 586149b9c2..58080a9c25 100644 --- a/SYCL/Regression/host_unified_memory.cpp +++ b/SYCL/Regression/host_unified_memory.cpp @@ -2,9 +2,9 @@ // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER SYCL_HOST_UNIFIED_MEMORY=1 %t.out -#include #include #include +#include #include using namespace cl::sycl; diff --git a/SYCL/Regression/image_access.cpp b/SYCL/Regression/image_access.cpp index 90fbde3cb1..d349b33bad 100644 --- a/SYCL/Regression/image_access.cpp +++ b/SYCL/Regression/image_access.cpp @@ -15,7 +15,7 @@ // //===----------------------------------------------------------------------===// -#include +#include int main() { try { diff --git a/SYCL/Regression/implicit_atomic_conversion.cpp b/SYCL/Regression/implicit_atomic_conversion.cpp index 75ff63807f..d6e6cae337 100644 --- a/SYCL/Regression/implicit_atomic_conversion.cpp +++ b/SYCL/Regression/implicit_atomic_conversion.cpp @@ -4,7 +4,7 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -#include +#include using namespace cl::sycl; diff --git a/SYCL/Regression/implicit_kernel_bundle_image_filtering.cpp b/SYCL/Regression/implicit_kernel_bundle_image_filtering.cpp index c892fc2da3..1ec00ea54f 100644 --- a/SYCL/Regression/implicit_kernel_bundle_image_filtering.cpp +++ b/SYCL/Regression/implicit_kernel_bundle_image_filtering.cpp @@ -10,7 +10,7 @@ // setting a specialization ID from host) only builds the device image // containing the kernel it launches. -#include +#include #include diff --git a/SYCL/Regression/implicit_offset_debug_info.cpp b/SYCL/Regression/implicit_offset_debug_info.cpp index 9284e5fe37..e5a6f2b714 100644 --- a/SYCL/Regression/implicit_offset_debug_info.cpp +++ b/SYCL/Regression/implicit_offset_debug_info.cpp @@ -4,7 +4,7 @@ // NOTE: Tests that the implicit global offset pass copies debug information -#include +#include using namespace cl::sycl; int main() { diff --git a/SYCL/Regression/kernel_bundle_ignore_sycl_external.cpp b/SYCL/Regression/kernel_bundle_ignore_sycl_external.cpp index 672f30e5f2..23d691bcc7 100644 --- a/SYCL/Regression/kernel_bundle_ignore_sycl_external.cpp +++ b/SYCL/Regression/kernel_bundle_ignore_sycl_external.cpp @@ -5,7 +5,7 @@ // // XFAIL: cuda || hip_nvidia -#include +#include class KernelName; diff --git a/SYCL/Regression/kernel_name_class.cpp b/SYCL/Regression/kernel_name_class.cpp index bfb5065dd6..a72ed67e6c 100644 --- a/SYCL/Regression/kernel_name_class.cpp +++ b/SYCL/Regression/kernel_name_class.cpp @@ -17,8 +17,8 @@ // //===----------------------------------------------------------------------===// -#include #include +#include #define GOLD 10 diff --git a/SYCL/Regression/kernel_name_inside_sycl_namespace.cpp b/SYCL/Regression/kernel_name_inside_sycl_namespace.cpp index c47acf6792..4cc4a5fa1b 100644 --- a/SYCL/Regression/kernel_name_inside_sycl_namespace.cpp +++ b/SYCL/Regression/kernel_name_inside_sycl_namespace.cpp @@ -12,7 +12,7 @@ // //===----------------------------------------------------------------------===// -#include +#include struct A {}; namespace sycl { diff --git a/SYCL/Regression/kernel_unnamed.cpp b/SYCL/Regression/kernel_unnamed.cpp index 76e6a120fd..ac962fc70a 100644 --- a/SYCL/Regression/kernel_unnamed.cpp +++ b/SYCL/Regression/kernel_unnamed.cpp @@ -12,8 +12,8 @@ // //===----------------------------------------------------------------------===// -#include #include +#include #define GOLD 10 static int NumTestCases = 0; diff --git a/SYCL/Regression/local-arg-align.cpp b/SYCL/Regression/local-arg-align.cpp index 9cc07785b2..72c676a6c4 100644 --- a/SYCL/Regression/local-arg-align.cpp +++ b/SYCL/Regression/local-arg-align.cpp @@ -13,8 +13,8 @@ // //===----------------------------------------------------------------------===// -#include #include +#include using namespace sycl; diff --git a/SYCL/Regression/msvc_crt.cpp b/SYCL/Regression/msvc_crt.cpp index 1afb1b4bc4..e4e158ea4d 100644 --- a/SYCL/Regression/msvc_crt.cpp +++ b/SYCL/Regression/msvc_crt.cpp @@ -20,7 +20,7 @@ // MSVC provides two different incompatible variants of CRT: debug and release. // This test checks if clang driver is able to handle this properly. -#include +#include using namespace cl::sycl; diff --git a/SYCL/Regression/multiple-targets.cpp b/SYCL/Regression/multiple-targets.cpp index fd50416154..db5c090d5d 100644 --- a/SYCL/Regression/multiple-targets.cpp +++ b/SYCL/Regression/multiple-targets.cpp @@ -18,7 +18,7 @@ // XFAIL: hip_nvidia // -#include +#include int main() { cl::sycl::queue Q; diff --git a/SYCL/Regression/nontrivial_device_copyable_value.cpp b/SYCL/Regression/nontrivial_device_copyable_value.cpp index 73d9ac49f3..a4eaa77738 100644 --- a/SYCL/Regression/nontrivial_device_copyable_value.cpp +++ b/SYCL/Regression/nontrivial_device_copyable_value.cpp @@ -7,7 +7,7 @@ // Note: Tests that non-trivially copyable types marked as device-copyable are // copied and used correctly on the device. -#include +#include #include diff --git a/SYCL/Regression/optimization_level_debug_info_intopt.cpp b/SYCL/Regression/optimization_level_debug_info_intopt.cpp index fe30ec9de3..2cd6e14526 100644 --- a/SYCL/Regression/optimization_level_debug_info_intopt.cpp +++ b/SYCL/Regression/optimization_level_debug_info_intopt.cpp @@ -6,7 +6,7 @@ // NOTE: Tests that debugging information can be generated for all integral // optimization levels. -#include +#include int main() { sycl::queue q; diff --git a/SYCL/Regression/optimization_level_debug_info_specopt.cpp b/SYCL/Regression/optimization_level_debug_info_specopt.cpp index 30f5c61e13..e6b7a6a357 100644 --- a/SYCL/Regression/optimization_level_debug_info_specopt.cpp +++ b/SYCL/Regression/optimization_level_debug_info_specopt.cpp @@ -7,7 +7,7 @@ // NOTE: Tests that debugging information can be generated for all special-name // optimization levels. -#include +#include int main() { sycl::queue q; diff --git a/SYCL/Regression/pi_release.cpp b/SYCL/Regression/pi_release.cpp index 20a21fe06f..1abd231a20 100644 --- a/SYCL/Regression/pi_release.cpp +++ b/SYCL/Regression/pi_release.cpp @@ -4,7 +4,7 @@ // RUN: env SYCL_PI_TRACE=-1 %ACC_RUN_PLACEHOLDER %t.out 2>&1 %ACC_CHECK_PLACEHOLDER // RUN: env SYCL_PI_TRACE=-1 %GPU_RUN_PLACEHOLDER %t.out 2>&1 %GPU_CHECK_PLACEHOLDER -#include +#include int main() { sycl::queue q; diff --git a/SYCL/Regression/private_array_init_test.cpp b/SYCL/Regression/private_array_init_test.cpp index 58ad352069..6d8d9bd407 100644 --- a/SYCL/Regression/private_array_init_test.cpp +++ b/SYCL/Regression/private_array_init_test.cpp @@ -12,7 +12,7 @@ // //===----------------------------------------------------------------------===// -#include +#include namespace s = cl::sycl; diff --git a/SYCL/Regression/reduction_resource_leak_dw.cpp b/SYCL/Regression/reduction_resource_leak_dw.cpp index 8eacdf3fcb..f21af94859 100644 --- a/SYCL/Regression/reduction_resource_leak_dw.cpp +++ b/SYCL/Regression/reduction_resource_leak_dw.cpp @@ -10,7 +10,7 @@ // Tests that additional resources required by discard_write reductions do not // leak. -#include +#include using namespace cl::sycl; diff --git a/SYCL/Regression/reduction_resource_leak_usm.cpp b/SYCL/Regression/reduction_resource_leak_usm.cpp index 5bcb8d0ecc..5074fea861 100644 --- a/SYCL/Regression/reduction_resource_leak_usm.cpp +++ b/SYCL/Regression/reduction_resource_leak_usm.cpp @@ -9,7 +9,7 @@ // Tests that additional resources required by USM reductions do not leak. -#include +#include using namespace cl::sycl; diff --git a/SYCL/Regression/same_unnamed_kernels.cpp b/SYCL/Regression/same_unnamed_kernels.cpp index ec749f5909..7ea1f28ec3 100644 --- a/SYCL/Regression/same_unnamed_kernels.cpp +++ b/SYCL/Regression/same_unnamed_kernels.cpp @@ -13,7 +13,7 @@ // //===----------------------------------------------------------------------===// -#include +#include template void run(cl::sycl::queue &q, B &buf, const F &func) { diff --git a/SYCL/Regression/static-buffer-dtor.cpp b/SYCL/Regression/static-buffer-dtor.cpp index 0b38b33895..5f717e5bee 100644 --- a/SYCL/Regression/static-buffer-dtor.cpp +++ b/SYCL/Regression/static-buffer-dtor.cpp @@ -18,7 +18,7 @@ // Failing on HIP AMD // XFAIL: hip_amd -#include +#include int main() { uint8_t *h_A = (uint8_t *)malloc(256); diff --git a/SYCL/Regression/usm_malloc_shared.cpp b/SYCL/Regression/usm_malloc_shared.cpp index 35122c1a90..1971c05a9c 100644 --- a/SYCL/Regression/usm_malloc_shared.cpp +++ b/SYCL/Regression/usm_malloc_shared.cpp @@ -6,9 +6,9 @@ // shared memory, and also test user can call free() without worrying about // nullptr or invalid memory descriptor returned from malloc. -#include #include #include +#include using namespace cl::sycl; int main(int argc, char *argv[]) { diff --git a/SYCL/Regression/zero_size_local_accessor.cpp b/SYCL/Regression/zero_size_local_accessor.cpp index 035dcb398b..be7e608e49 100644 --- a/SYCL/Regression/zero_size_local_accessor.cpp +++ b/SYCL/Regression/zero_size_local_accessor.cpp @@ -12,7 +12,7 @@ // //===----------------------------------------------------------------------===// -#include +#include int main() { sycl::queue Q; diff --git a/SYCL/Sampler/basic-rw-float.cpp b/SYCL/Sampler/basic-rw-float.cpp index a4ee73de08..72a4fe4679 100644 --- a/SYCL/Sampler/basic-rw-float.cpp +++ b/SYCL/Sampler/basic-rw-float.cpp @@ -5,7 +5,7 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out #include "common.hpp" -#include +#include using namespace cl::sycl; diff --git a/SYCL/Sampler/basic-rw.cpp b/SYCL/Sampler/basic-rw.cpp index 29fa88dee0..1b5ceb6065 100644 --- a/SYCL/Sampler/basic-rw.cpp +++ b/SYCL/Sampler/basic-rw.cpp @@ -23,7 +23,7 @@ */ #include "common.hpp" -#include +#include using namespace cl::sycl; diff --git a/SYCL/Sampler/common.hpp b/SYCL/Sampler/common.hpp index 9058ed1819..459fb6492a 100644 --- a/SYCL/Sampler/common.hpp +++ b/SYCL/Sampler/common.hpp @@ -1,7 +1,7 @@ -#include #include #include #include +#include #include using namespace cl::sycl; diff --git a/SYCL/Sampler/normalized-clamp-linear-float.cpp b/SYCL/Sampler/normalized-clamp-linear-float.cpp index b81877848a..55e5a3155b 100644 --- a/SYCL/Sampler/normalized-clamp-linear-float.cpp +++ b/SYCL/Sampler/normalized-clamp-linear-float.cpp @@ -18,7 +18,7 @@ */ #include "common.hpp" -#include +#include using namespace cl::sycl; diff --git a/SYCL/Sampler/normalized-clamp-nearest.cpp b/SYCL/Sampler/normalized-clamp-nearest.cpp index 961f9abb99..0e0ff7b920 100644 --- a/SYCL/Sampler/normalized-clamp-nearest.cpp +++ b/SYCL/Sampler/normalized-clamp-nearest.cpp @@ -16,7 +16,7 @@ */ #include "common.hpp" -#include +#include using namespace cl::sycl; diff --git a/SYCL/Sampler/normalized-clampedge-linear-float.cpp b/SYCL/Sampler/normalized-clampedge-linear-float.cpp index f3fde942c7..27412df390 100644 --- a/SYCL/Sampler/normalized-clampedge-linear-float.cpp +++ b/SYCL/Sampler/normalized-clampedge-linear-float.cpp @@ -16,7 +16,7 @@ */ #include "common.hpp" -#include +#include using namespace cl::sycl; diff --git a/SYCL/Sampler/normalized-clampedge-nearest.cpp b/SYCL/Sampler/normalized-clampedge-nearest.cpp index d67fff39f2..6802e80f14 100644 --- a/SYCL/Sampler/normalized-clampedge-nearest.cpp +++ b/SYCL/Sampler/normalized-clampedge-nearest.cpp @@ -16,7 +16,7 @@ */ #include "common.hpp" -#include +#include using namespace cl::sycl; diff --git a/SYCL/Sampler/normalized-mirror-linear-float.cpp b/SYCL/Sampler/normalized-mirror-linear-float.cpp index ef168082e9..ac8f8cf97e 100644 --- a/SYCL/Sampler/normalized-mirror-linear-float.cpp +++ b/SYCL/Sampler/normalized-mirror-linear-float.cpp @@ -18,7 +18,7 @@ */ #include "common.hpp" -#include +#include using namespace cl::sycl; diff --git a/SYCL/Sampler/normalized-none-linear-float.cpp b/SYCL/Sampler/normalized-none-linear-float.cpp index b7b8e5b04a..0b7e028e90 100644 --- a/SYCL/Sampler/normalized-none-linear-float.cpp +++ b/SYCL/Sampler/normalized-none-linear-float.cpp @@ -18,7 +18,7 @@ */ #include "common.hpp" -#include +#include using namespace cl::sycl; diff --git a/SYCL/Sampler/normalized-none-nearest.cpp b/SYCL/Sampler/normalized-none-nearest.cpp index 6f17e6cd25..3e4597f0ce 100644 --- a/SYCL/Sampler/normalized-none-nearest.cpp +++ b/SYCL/Sampler/normalized-none-nearest.cpp @@ -13,7 +13,7 @@ */ #include "common.hpp" -#include +#include using namespace cl::sycl; diff --git a/SYCL/Sampler/normalized-repeat-linear-float.cpp b/SYCL/Sampler/normalized-repeat-linear-float.cpp index f66cf6e862..9c90217b7c 100644 --- a/SYCL/Sampler/normalized-repeat-linear-float.cpp +++ b/SYCL/Sampler/normalized-repeat-linear-float.cpp @@ -18,7 +18,7 @@ */ #include "common.hpp" -#include +#include using namespace cl::sycl; diff --git a/SYCL/Sampler/normalized-repeat-nearest.cpp b/SYCL/Sampler/normalized-repeat-nearest.cpp index efa7395dd4..3265135f60 100644 --- a/SYCL/Sampler/normalized-repeat-nearest.cpp +++ b/SYCL/Sampler/normalized-repeat-nearest.cpp @@ -17,7 +17,7 @@ */ #include "common.hpp" -#include +#include using namespace cl::sycl; diff --git a/SYCL/Sampler/unnormalized-clamp-linear-float.cpp b/SYCL/Sampler/unnormalized-clamp-linear-float.cpp index e8983cadf3..aebab2a952 100644 --- a/SYCL/Sampler/unnormalized-clamp-linear-float.cpp +++ b/SYCL/Sampler/unnormalized-clamp-linear-float.cpp @@ -16,7 +16,7 @@ */ #include "common.hpp" -#include +#include using namespace cl::sycl; diff --git a/SYCL/Sampler/unnormalized-clamp-nearest.cpp b/SYCL/Sampler/unnormalized-clamp-nearest.cpp index f635d1e8c3..3121ac5a89 100644 --- a/SYCL/Sampler/unnormalized-clamp-nearest.cpp +++ b/SYCL/Sampler/unnormalized-clamp-nearest.cpp @@ -13,7 +13,7 @@ */ #include "common.hpp" -#include +#include using namespace cl::sycl; diff --git a/SYCL/Sampler/unnormalized-clampedge-linear-float.cpp b/SYCL/Sampler/unnormalized-clampedge-linear-float.cpp index f95f45f6bd..2174071af9 100644 --- a/SYCL/Sampler/unnormalized-clampedge-linear-float.cpp +++ b/SYCL/Sampler/unnormalized-clampedge-linear-float.cpp @@ -16,7 +16,7 @@ */ #include "common.hpp" -#include +#include using namespace cl::sycl; diff --git a/SYCL/Sampler/unnormalized-clampedge-nearest.cpp b/SYCL/Sampler/unnormalized-clampedge-nearest.cpp index 956ad0a011..d43ed9590c 100644 --- a/SYCL/Sampler/unnormalized-clampedge-nearest.cpp +++ b/SYCL/Sampler/unnormalized-clampedge-nearest.cpp @@ -13,7 +13,7 @@ */ #include "common.hpp" -#include +#include using namespace cl::sycl; diff --git a/SYCL/Sampler/unnormalized-none-linear-float.cpp b/SYCL/Sampler/unnormalized-none-linear-float.cpp index 5a7087b320..2072f98ceb 100644 --- a/SYCL/Sampler/unnormalized-none-linear-float.cpp +++ b/SYCL/Sampler/unnormalized-none-linear-float.cpp @@ -17,7 +17,7 @@ */ #include "common.hpp" -#include +#include using namespace cl::sycl; diff --git a/SYCL/Sampler/unnormalized-none-nearest.cpp b/SYCL/Sampler/unnormalized-none-nearest.cpp index fadefde39e..2e81eadb22 100644 --- a/SYCL/Sampler/unnormalized-none-nearest.cpp +++ b/SYCL/Sampler/unnormalized-none-nearest.cpp @@ -13,7 +13,7 @@ */ #include "common.hpp" -#include +#include using namespace cl::sycl; diff --git a/SYCL/Scheduler/BasicSchedulerTests.cpp b/SYCL/Scheduler/BasicSchedulerTests.cpp index d0fb040629..2bf3834cd7 100644 --- a/SYCL/Scheduler/BasicSchedulerTests.cpp +++ b/SYCL/Scheduler/BasicSchedulerTests.cpp @@ -11,7 +11,7 @@ // //===----------------------------------------------------------------------===// -#include +#include #include diff --git a/SYCL/Scheduler/CommandCleanupThreadSafety.cpp b/SYCL/Scheduler/CommandCleanupThreadSafety.cpp index d801c071df..f849bda0bd 100644 --- a/SYCL/Scheduler/CommandCleanupThreadSafety.cpp +++ b/SYCL/Scheduler/CommandCleanupThreadSafety.cpp @@ -5,7 +5,7 @@ // RUN: %ACC_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out // XFAIL: cuda || hip -#include +#include #include #include diff --git a/SYCL/Scheduler/DataMovement.cpp b/SYCL/Scheduler/DataMovement.cpp index 07acfbb059..b0dc231498 100644 --- a/SYCL/Scheduler/DataMovement.cpp +++ b/SYCL/Scheduler/DataMovement.cpp @@ -14,7 +14,7 @@ // The test checks that no additional host allocation is performed by the SYCL // RT if host ptr is used -#include +#include #include diff --git a/SYCL/Scheduler/HandleException.cpp b/SYCL/Scheduler/HandleException.cpp index 7bdd12b67d..bc179d594e 100644 --- a/SYCL/Scheduler/HandleException.cpp +++ b/SYCL/Scheduler/HandleException.cpp @@ -5,8 +5,8 @@ // Expected exception is generated for OpenCL backend only. // REQUIRES: opencl -#include #include +#include using namespace cl::sycl; diff --git a/SYCL/Scheduler/HostAccDestruction.cpp b/SYCL/Scheduler/HostAccDestruction.cpp index b50571d17b..5244ed6c47 100644 --- a/SYCL/Scheduler/HostAccDestruction.cpp +++ b/SYCL/Scheduler/HostAccDestruction.cpp @@ -11,7 +11,7 @@ // //===----------------------------------------------------------------------===// -#include +#include int main() { size_t size = 3; diff --git a/SYCL/Scheduler/InOrderQueueDeps.cpp b/SYCL/Scheduler/InOrderQueueDeps.cpp index 104b1a13d9..88776c8943 100644 --- a/SYCL/Scheduler/InOrderQueueDeps.cpp +++ b/SYCL/Scheduler/InOrderQueueDeps.cpp @@ -17,7 +17,7 @@ // //===----------------------------------------------------------------------===// -#include +#include class KernelA; diff --git a/SYCL/Scheduler/MemObjRemapping.cpp b/SYCL/Scheduler/MemObjRemapping.cpp index 92f675d53b..c0ad11840c 100644 --- a/SYCL/Scheduler/MemObjRemapping.cpp +++ b/SYCL/Scheduler/MemObjRemapping.cpp @@ -3,9 +3,9 @@ // RUN: env SYCL_HOST_UNIFIED_MEMORY=1 SYCL_PI_TRACE=2 %GPU_RUN_PLACEHOLDER %t.out 2>&1 %GPU_CHECK_PLACEHOLDER // // XFAIL: hip_nvidia -#include #include #include +#include using namespace cl::sycl; diff --git a/SYCL/Scheduler/MultipleDevices.cpp b/SYCL/Scheduler/MultipleDevices.cpp index 000d30676c..3618577393 100644 --- a/SYCL/Scheduler/MultipleDevices.cpp +++ b/SYCL/Scheduler/MultipleDevices.cpp @@ -11,7 +11,7 @@ // //===----------------------------------------------------------------------===// -#include +#include #include diff --git a/SYCL/Scheduler/ReleaseResourcesTest.cpp b/SYCL/Scheduler/ReleaseResourcesTest.cpp index 8a51878677..e94cb79bfd 100644 --- a/SYCL/Scheduler/ReleaseResourcesTest.cpp +++ b/SYCL/Scheduler/ReleaseResourcesTest.cpp @@ -14,7 +14,7 @@ // //===----------------------------------------------------------------------===// -#include +#include #include "../helpers.hpp" diff --git a/SYCL/SeparateCompile/same-kernel.cpp b/SYCL/SeparateCompile/same-kernel.cpp index 59c5a9c8f6..3bd88c8d91 100644 --- a/SYCL/SeparateCompile/same-kernel.cpp +++ b/SYCL/SeparateCompile/same-kernel.cpp @@ -17,7 +17,7 @@ // RUN: %GPU_RUN_PLACEHOLDER %t-same-kernel.exe // RUN: %ACC_RUN_PLACEHOLDER %t-same-kernel.exe -#include +#include using namespace cl::sycl; diff --git a/SYCL/SeparateCompile/sycl-external.cpp b/SYCL/SeparateCompile/sycl-external.cpp index b988f1af71..f090ba0e4f 100644 --- a/SYCL/SeparateCompile/sycl-external.cpp +++ b/SYCL/SeparateCompile/sycl-external.cpp @@ -19,8 +19,8 @@ // Linking issues with HIP AMD // XFAIL: hip_amd -#include #include +#include #ifdef SOURCE1 int bar(int b); diff --git a/SYCL/SeparateCompile/test.cpp b/SYCL/SeparateCompile/test.cpp index f0df621c5e..0d65b56061 100644 --- a/SYCL/SeparateCompile/test.cpp +++ b/SYCL/SeparateCompile/test.cpp @@ -57,7 +57,7 @@ //===----------------------------------------------------------------------===// #ifdef B_CPP // ----------------------------------------------------------------------------- -#include +#include int run_test_b(int v) { int arr[] = {v}; @@ -75,8 +75,8 @@ int run_test_b(int v) { #else // !B_CPP // ----------------------------------------------------------------------------- -#include #include +#include using namespace std; diff --git a/SYCL/SpecConstants/2020/kernel_lambda_with_kernel_handler_arg.cpp b/SYCL/SpecConstants/2020/kernel_lambda_with_kernel_handler_arg.cpp index d249d4396a..5d371a45e0 100644 --- a/SYCL/SpecConstants/2020/kernel_lambda_with_kernel_handler_arg.cpp +++ b/SYCL/SpecConstants/2020/kernel_lambda_with_kernel_handler_arg.cpp @@ -5,7 +5,7 @@ // and parallel_for_work_group to verify that this code compiles and runs // correctly with user's lambda with and without sycl::kernel_handler argument -#include +#include int main() { sycl::queue q; diff --git a/SYCL/SpecConstants/2020/non_native/aot_w_kernel_handler_wo_spec_consts.cpp b/SYCL/SpecConstants/2020/non_native/aot_w_kernel_handler_wo_spec_consts.cpp index 4a52afbcbc..af14c8b0c7 100644 --- a/SYCL/SpecConstants/2020/non_native/aot_w_kernel_handler_wo_spec_consts.cpp +++ b/SYCL/SpecConstants/2020/non_native/aot_w_kernel_handler_wo_spec_consts.cpp @@ -5,7 +5,7 @@ // kernel lambdas containing kernel_handler arguments and w/o usage of // specialization constants in AOT mode -#include +#include int main() { sycl::queue q; diff --git a/SYCL/SubGroup/attributes.cpp b/SYCL/SubGroup/attributes.cpp index 0117f7ac50..e0d11dad73 100644 --- a/SYCL/SubGroup/attributes.cpp +++ b/SYCL/SubGroup/attributes.cpp @@ -14,7 +14,7 @@ #include "helper.hpp" -#include +#include #define KERNEL_FUNCTOR_WITH_SIZE(SIZE) \ class KernelFunctor##SIZE { \ diff --git a/SYCL/SubGroup/barrier.cpp b/SYCL/SubGroup/barrier.cpp index 8905fcefa8..97dfedb5be 100644 --- a/SYCL/SubGroup/barrier.cpp +++ b/SYCL/SubGroup/barrier.cpp @@ -12,9 +12,9 @@ //===----------------------------------------------------------------------===// #include "helper.hpp" -#include #include #include +#include template class sycl_subgr; using namespace cl::sycl; diff --git a/SYCL/SubGroup/broadcast.hpp b/SYCL/SubGroup/broadcast.hpp index 67b932cf53..987c46135d 100644 --- a/SYCL/SubGroup/broadcast.hpp +++ b/SYCL/SubGroup/broadcast.hpp @@ -7,7 +7,7 @@ //===----------------------------------------------------------------------===// #include "helper.hpp" -#include +#include template class sycl_subgr; using namespace cl::sycl; template void check(queue &Queue) { diff --git a/SYCL/SubGroup/common.cpp b/SYCL/SubGroup/common.cpp index 2ae20e1e37..cb0693097d 100644 --- a/SYCL/SubGroup/common.cpp +++ b/SYCL/SubGroup/common.cpp @@ -12,7 +12,7 @@ //===----------------------------------------------------------------------===// #include "helper.hpp" -#include +#include using namespace cl::sycl; struct Data { unsigned int local_id; diff --git a/SYCL/SubGroup/generic-shuffle.cpp b/SYCL/SubGroup/generic-shuffle.cpp index d4a347bf5c..3d4a54030b 100644 --- a/SYCL/SubGroup/generic-shuffle.cpp +++ b/SYCL/SubGroup/generic-shuffle.cpp @@ -12,9 +12,9 @@ //===----------------------------------------------------------------------===// #include "helper.hpp" -#include #include #include +#include #include template class pointer_kernel; diff --git a/SYCL/SubGroup/generic_reduce.cpp b/SYCL/SubGroup/generic_reduce.cpp index b16204202f..8f6c625b1e 100644 --- a/SYCL/SubGroup/generic_reduce.cpp +++ b/SYCL/SubGroup/generic_reduce.cpp @@ -4,8 +4,8 @@ // RUN: %ACC_RUN_PLACEHOLDER %t.out #include "helper.hpp" -#include #include +#include using namespace cl::sycl; diff --git a/SYCL/SubGroup/helper.hpp b/SYCL/SubGroup/helper.hpp index 8d2efb2b43..5e781d4ccb 100644 --- a/SYCL/SubGroup/helper.hpp +++ b/SYCL/SubGroup/helper.hpp @@ -5,11 +5,11 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -#include #include #include #include #include +#include using namespace cl::sycl; diff --git a/SYCL/SubGroup/info.cpp b/SYCL/SubGroup/info.cpp index 99f551fb9d..d834e31dcb 100644 --- a/SYCL/SubGroup/info.cpp +++ b/SYCL/SubGroup/info.cpp @@ -14,7 +14,7 @@ //===----------------------------------------------------------------------===// #include "helper.hpp" -#include +#include class kernel_sg; using namespace cl::sycl; diff --git a/SYCL/SubGroup/load_store.cpp b/SYCL/SubGroup/load_store.cpp index aee4664b62..508256b8c4 100644 --- a/SYCL/SubGroup/load_store.cpp +++ b/SYCL/SubGroup/load_store.cpp @@ -16,7 +16,7 @@ //===----------------------------------------------------------------------===// #include "helper.hpp" -#include +#include #include diff --git a/SYCL/SubGroup/scan.hpp b/SYCL/SubGroup/scan.hpp index 0f3ae4d806..adfc32e9ff 100644 --- a/SYCL/SubGroup/scan.hpp +++ b/SYCL/SubGroup/scan.hpp @@ -7,8 +7,8 @@ //===----------------------------------------------------------------------===// #include "helper.hpp" -#include #include +#include template class sycl_subgr; diff --git a/SYCL/SubGroup/shuffle.hpp b/SYCL/SubGroup/shuffle.hpp index 8c84e971e5..bedfd09748 100644 --- a/SYCL/SubGroup/shuffle.hpp +++ b/SYCL/SubGroup/shuffle.hpp @@ -7,7 +7,7 @@ //===----------------------------------------------------------------------===// #include "helper.hpp" -#include +#include template class sycl_subgr; using namespace cl::sycl; diff --git a/SYCL/SubGroup/sub_group_as.cpp b/SYCL/SubGroup/sub_group_as.cpp index adbc579d75..a94a8bac05 100644 --- a/SYCL/SubGroup/sub_group_as.cpp +++ b/SYCL/SubGroup/sub_group_as.cpp @@ -12,11 +12,11 @@ // XFAIL: hip_amd || hip_nvidia // UNSUPPORTED: ze_debug-1,ze_debug4 -#include #include #include #include #include +#include int main(int argc, char *argv[]) { cl::sycl::queue queue; diff --git a/SYCL/SubGroup/sub_group_as_vec.cpp b/SYCL/SubGroup/sub_group_as_vec.cpp index d84991b36c..9d34925f9e 100644 --- a/SYCL/SubGroup/sub_group_as_vec.cpp +++ b/SYCL/SubGroup/sub_group_as_vec.cpp @@ -13,11 +13,11 @@ // UNSUPPORTED: ze_debug-1,ze_debug4 #include "helper.hpp" -#include #include #include #include #include +#include int main(int argc, char *argv[]) { cl::sycl::queue queue; diff --git a/SYCL/SubGroup/vote.cpp b/SYCL/SubGroup/vote.cpp index 581eeeb437..8c99d101d3 100644 --- a/SYCL/SubGroup/vote.cpp +++ b/SYCL/SubGroup/vote.cpp @@ -12,7 +12,7 @@ //===----------------------------------------------------------------------===// #include "helper.hpp" -#include +#include using namespace cl::sycl; void check(queue Queue, const int G, const int L, const int D, const int R) { diff --git a/SYCL/SubGroupMask/Basic.cpp b/SYCL/SubGroupMask/Basic.cpp index 6301a2c024..fdca5b6067 100644 --- a/SYCL/SubGroupMask/Basic.cpp +++ b/SYCL/SubGroupMask/Basic.cpp @@ -13,7 +13,7 @@ // //===----------------------------------------------------------------------===// -#include +#include using namespace sycl; constexpr int global_size = 128; constexpr int local_size = 32; diff --git a/SYCL/SubGroupMask/GroupSize.cpp b/SYCL/SubGroupMask/GroupSize.cpp index fa6f0d247c..4a8487ec2d 100644 --- a/SYCL/SubGroupMask/GroupSize.cpp +++ b/SYCL/SubGroupMask/GroupSize.cpp @@ -13,7 +13,7 @@ // //===----------------------------------------------------------------------===// -#include +#include using namespace sycl; #ifdef SYCL_EXT_ONEAPI_SUB_GROUP_MASK constexpr int global_size = 128; diff --git a/SYCL/Tracing/buffer_printers.cpp b/SYCL/Tracing/buffer_printers.cpp index 7335fc395c..3295c36315 100644 --- a/SYCL/Tracing/buffer_printers.cpp +++ b/SYCL/Tracing/buffer_printers.cpp @@ -5,7 +5,7 @@ // // XFAIL: hip_nvidia -#include +#include #include // Test image-specific printers of the Plugin Interace diff --git a/SYCL/Tracing/image_printers.cpp b/SYCL/Tracing/image_printers.cpp index a923b42c67..199db1eb92 100644 --- a/SYCL/Tracing/image_printers.cpp +++ b/SYCL/Tracing/image_printers.cpp @@ -13,7 +13,7 @@ // CHECK: pi_image_offset x/y/z : 0/0/0 // CHECK: pi_image_region width/height/depth : 4/4/1 -#include +#include #include using namespace sycl; diff --git a/SYCL/Tracing/pi_tracing_test.cpp b/SYCL/Tracing/pi_tracing_test.cpp index 66270f427a..3d603a2388 100644 --- a/SYCL/Tracing/pi_tracing_test.cpp +++ b/SYCL/Tracing/pi_tracing_test.cpp @@ -44,7 +44,7 @@ // CHECK-SAME: [ {{0[xX]?[0-9a-fA-F]*}} ... ] // CHECK-NEXT: ) ---> pi_result : PI_SUCCESS -#include +#include int main() { cl::sycl::queue Queue; cl::sycl::buffer Buf(10); diff --git a/SYCL/USM/alloc_functions.cpp b/SYCL/USM/alloc_functions.cpp index a54fe9c02f..e9e4b95312 100644 --- a/SYCL/USM/alloc_functions.cpp +++ b/SYCL/USM/alloc_functions.cpp @@ -12,7 +12,7 @@ // //===----------------------------------------------------------------------===// -#include +#include #include #include diff --git a/SYCL/USM/allocator_container.cpp b/SYCL/USM/allocator_container.cpp index d8055a96a2..3e3c036961 100644 --- a/SYCL/USM/allocator_container.cpp +++ b/SYCL/USM/allocator_container.cpp @@ -12,7 +12,7 @@ // //===----------------------------------------------------------------------===// -#include +#include #include diff --git a/SYCL/USM/allocator_equal.cpp b/SYCL/USM/allocator_equal.cpp index 8a73150a35..ed4910be4a 100644 --- a/SYCL/USM/allocator_equal.cpp +++ b/SYCL/USM/allocator_equal.cpp @@ -12,7 +12,7 @@ // //===----------------------------------------------------------------------===// -#include +#include #include diff --git a/SYCL/USM/allocator_rebind.cpp b/SYCL/USM/allocator_rebind.cpp index fd4724747b..a9181c6ffc 100644 --- a/SYCL/USM/allocator_rebind.cpp +++ b/SYCL/USM/allocator_rebind.cpp @@ -12,7 +12,7 @@ // //===----------------------------------------------------------------------===// -#include +#include #include diff --git a/SYCL/USM/allocator_shared.cpp b/SYCL/USM/allocator_shared.cpp index ade1ff39ba..0da379ab0f 100644 --- a/SYCL/USM/allocator_shared.cpp +++ b/SYCL/USM/allocator_shared.cpp @@ -12,7 +12,7 @@ // //===----------------------------------------------------------------------===// -#include +#include #include #include diff --git a/SYCL/USM/allocator_vector.cpp b/SYCL/USM/allocator_vector.cpp index 118b9db07b..e8b3661686 100644 --- a/SYCL/USM/allocator_vector.cpp +++ b/SYCL/USM/allocator_vector.cpp @@ -12,7 +12,7 @@ // //===----------------------------------------------------------------------===// -#include +#include #include diff --git a/SYCL/USM/badmalloc.cpp b/SYCL/USM/badmalloc.cpp index 84402eb31c..4349137fbb 100644 --- a/SYCL/USM/badmalloc.cpp +++ b/SYCL/USM/badmalloc.cpp @@ -17,8 +17,8 @@ // This test verifies that things fail in the proper way when they should. -#include #include +#include using namespace cl::sycl; diff --git a/SYCL/USM/buffer_location.cpp b/SYCL/USM/buffer_location.cpp index 3f88b4bbc8..a570b7e9bd 100644 --- a/SYCL/USM/buffer_location.cpp +++ b/SYCL/USM/buffer_location.cpp @@ -11,9 +11,9 @@ // //===----------------------------------------------------------------------===// -#include #include #include +#include using namespace cl::sycl; diff --git a/SYCL/USM/copy.cpp b/SYCL/USM/copy.cpp index a21b40a64c..2613326756 100644 --- a/SYCL/USM/copy.cpp +++ b/SYCL/USM/copy.cpp @@ -12,7 +12,7 @@ // RUN: %GPU_RUN_PLACEHOLDER %t1.out // RUN: %ACC_RUN_PLACEHOLDER %t1.out -#include +#include using namespace sycl; using namespace sycl::usm; diff --git a/SYCL/USM/dep_events.cpp b/SYCL/USM/dep_events.cpp index 94c6f1977c..a565082195 100644 --- a/SYCL/USM/dep_events.cpp +++ b/SYCL/USM/dep_events.cpp @@ -16,7 +16,7 @@ // RUN: %GPU_RUN_PLACEHOLDER %t1.out // RUN: %ACC_RUN_PLACEHOLDER %t1.out -#include +#include using namespace sycl; diff --git a/SYCL/USM/depends_on.cpp b/SYCL/USM/depends_on.cpp index f52408c640..68b903b4a4 100644 --- a/SYCL/USM/depends_on.cpp +++ b/SYCL/USM/depends_on.cpp @@ -12,7 +12,7 @@ // //===----------------------------------------------------------------------===// -#include +#include using namespace cl::sycl; diff --git a/SYCL/USM/dmem_varied.cpp b/SYCL/USM/dmem_varied.cpp index 83fb44528a..fe1f7e6442 100644 --- a/SYCL/USM/dmem_varied.cpp +++ b/SYCL/USM/dmem_varied.cpp @@ -16,7 +16,7 @@ // //===----------------------------------------------------------------------===// -#include +#include #include diff --git a/SYCL/USM/dmemll.cpp b/SYCL/USM/dmemll.cpp index 74b19cf9f7..bd9ef2812b 100644 --- a/SYCL/USM/dmemll.cpp +++ b/SYCL/USM/dmemll.cpp @@ -12,7 +12,7 @@ // //===----------------------------------------------------------------------===// -#include +#include using namespace cl::sycl; diff --git a/SYCL/USM/dmemllaligned.cpp b/SYCL/USM/dmemllaligned.cpp index cfcc1ea767..f5361350cb 100644 --- a/SYCL/USM/dmemllaligned.cpp +++ b/SYCL/USM/dmemllaligned.cpp @@ -12,7 +12,7 @@ // //===----------------------------------------------------------------------===// -#include +#include using namespace cl::sycl; diff --git a/SYCL/USM/fill.cpp b/SYCL/USM/fill.cpp index 5885c901d7..01c2a1bd68 100644 --- a/SYCL/USM/fill.cpp +++ b/SYCL/USM/fill.cpp @@ -12,7 +12,7 @@ // RUN: %GPU_RUN_PLACEHOLDER %t1.out // RUN: %ACC_RUN_PLACEHOLDER %t1.out -#include +#include using namespace cl::sycl; diff --git a/SYCL/USM/free_during_kernel_execution.cpp b/SYCL/USM/free_during_kernel_execution.cpp index ba68eaa232..62c6538f7a 100644 --- a/SYCL/USM/free_during_kernel_execution.cpp +++ b/SYCL/USM/free_during_kernel_execution.cpp @@ -12,7 +12,7 @@ // RUN: %GPU_RUN_PLACEHOLDER %t1.out // RUN: %ACC_RUN_PLACEHOLDER %t1.out -#include +#include class KernelA; diff --git a/SYCL/USM/hmemll.cpp b/SYCL/USM/hmemll.cpp index f5f9a5378e..0b4836f548 100644 --- a/SYCL/USM/hmemll.cpp +++ b/SYCL/USM/hmemll.cpp @@ -12,7 +12,7 @@ // //===----------------------------------------------------------------------===// -#include +#include using namespace cl::sycl; diff --git a/SYCL/USM/hmemllaligned.cpp b/SYCL/USM/hmemllaligned.cpp index b3ca33647a..68b98ebada 100644 --- a/SYCL/USM/hmemllaligned.cpp +++ b/SYCL/USM/hmemllaligned.cpp @@ -12,7 +12,7 @@ // //===----------------------------------------------------------------------===// -#include +#include using namespace cl::sycl; diff --git a/SYCL/USM/math.cpp b/SYCL/USM/math.cpp index c69519fdc2..a470a92c45 100644 --- a/SYCL/USM/math.cpp +++ b/SYCL/USM/math.cpp @@ -4,7 +4,7 @@ // REQUIRES: cpu -#include +#include #include #include diff --git a/SYCL/USM/memadvise.cpp b/SYCL/USM/memadvise.cpp index 85e764fd22..93077c8ad3 100644 --- a/SYCL/USM/memadvise.cpp +++ b/SYCL/USM/memadvise.cpp @@ -12,7 +12,7 @@ // //===----------------------------------------------------------------------===// -#include +#include using namespace cl::sycl; diff --git a/SYCL/USM/memadvise_cuda.cpp b/SYCL/USM/memadvise_cuda.cpp index 507f52772d..02086f3049 100755 --- a/SYCL/USM/memadvise_cuda.cpp +++ b/SYCL/USM/memadvise_cuda.cpp @@ -13,8 +13,8 @@ // //===----------------------------------------------------------------------===// -#include #include +#include #include using namespace cl::sycl; diff --git a/SYCL/USM/memcpy.cpp b/SYCL/USM/memcpy.cpp index f0e1c54364..ae3530e910 100644 --- a/SYCL/USM/memcpy.cpp +++ b/SYCL/USM/memcpy.cpp @@ -12,7 +12,7 @@ // RUN: %GPU_RUN_PLACEHOLDER %t1.out // RUN: %ACC_RUN_PLACEHOLDER %t1.out -#include +#include using namespace cl::sycl; diff --git a/SYCL/USM/memset.cpp b/SYCL/USM/memset.cpp index f85478851c..e558a5bfc9 100644 --- a/SYCL/USM/memset.cpp +++ b/SYCL/USM/memset.cpp @@ -11,7 +11,7 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -#include +#include using namespace cl::sycl; diff --git a/SYCL/USM/mixed.cpp b/SYCL/USM/mixed.cpp index a37e71a264..4da54e96dd 100644 --- a/SYCL/USM/mixed.cpp +++ b/SYCL/USM/mixed.cpp @@ -12,7 +12,7 @@ // //===----------------------------------------------------------------------===// -#include +#include using namespace cl::sycl; diff --git a/SYCL/USM/mixed2.cpp b/SYCL/USM/mixed2.cpp index 42efa86822..e203628e8d 100644 --- a/SYCL/USM/mixed2.cpp +++ b/SYCL/USM/mixed2.cpp @@ -12,7 +12,7 @@ // //===----------------------------------------------------------------------===// -#include +#include using namespace cl::sycl; diff --git a/SYCL/USM/mixed2template.cpp b/SYCL/USM/mixed2template.cpp index 9feadabf5a..0a875e68f7 100644 --- a/SYCL/USM/mixed2template.cpp +++ b/SYCL/USM/mixed2template.cpp @@ -12,7 +12,7 @@ // //===----------------------------------------------------------------------===// -#include +#include using namespace cl::sycl; diff --git a/SYCL/USM/mixed_queue.cpp b/SYCL/USM/mixed_queue.cpp index bfcb044cf9..b788801d36 100644 --- a/SYCL/USM/mixed_queue.cpp +++ b/SYCL/USM/mixed_queue.cpp @@ -12,7 +12,7 @@ // //===----------------------------------------------------------------------===// -#include +#include using namespace cl::sycl; diff --git a/SYCL/USM/multictxt.cpp b/SYCL/USM/multictxt.cpp index 685b008518..8dab2a3d48 100644 --- a/SYCL/USM/multictxt.cpp +++ b/SYCL/USM/multictxt.cpp @@ -11,7 +11,7 @@ // //===----------------------------------------------------------------------===// -#include +#include using namespace cl::sycl; diff --git a/SYCL/USM/pfor_flatten.cpp b/SYCL/USM/pfor_flatten.cpp index 109965fdfe..01e10f8700 100644 --- a/SYCL/USM/pfor_flatten.cpp +++ b/SYCL/USM/pfor_flatten.cpp @@ -12,7 +12,7 @@ // //===----------------------------------------------------------------------===// -#include +#include using namespace cl::sycl; diff --git a/SYCL/USM/pfor_flatten_range_shortcut.cpp b/SYCL/USM/pfor_flatten_range_shortcut.cpp index ee3fcabe43..08f96cccf0 100644 --- a/SYCL/USM/pfor_flatten_range_shortcut.cpp +++ b/SYCL/USM/pfor_flatten_range_shortcut.cpp @@ -12,7 +12,7 @@ // //===----------------------------------------------------------------------===// -#include +#include int main() { constexpr int n = 42; diff --git a/SYCL/USM/pointer_query.cpp b/SYCL/USM/pointer_query.cpp index 330e08a1ab..8f58c517b4 100644 --- a/SYCL/USM/pointer_query.cpp +++ b/SYCL/USM/pointer_query.cpp @@ -12,7 +12,7 @@ // //===----------------------------------------------------------------------===// -#include +#include using namespace cl::sycl; diff --git a/SYCL/USM/prefetch.cpp b/SYCL/USM/prefetch.cpp index 7ccfd67510..f3390da5b0 100644 --- a/SYCL/USM/prefetch.cpp +++ b/SYCL/USM/prefetch.cpp @@ -16,7 +16,7 @@ // RUN: %GPU_RUN_PLACEHOLDER %t1.out // RUN: %ACC_RUN_PLACEHOLDER %t1.out -#include +#include using namespace cl::sycl; diff --git a/SYCL/USM/queue_wait.cpp b/SYCL/USM/queue_wait.cpp index 4d5d69a62b..837a260f84 100644 --- a/SYCL/USM/queue_wait.cpp +++ b/SYCL/USM/queue_wait.cpp @@ -4,7 +4,7 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -#include +#include #include #include diff --git a/SYCL/USM/smem_concurrent.cpp b/SYCL/USM/smem_concurrent.cpp index 6062f67300..79c42fd9fa 100644 --- a/SYCL/USM/smem_concurrent.cpp +++ b/SYCL/USM/smem_concurrent.cpp @@ -16,7 +16,7 @@ // //===----------------------------------------------------------------------===// -#include +#include #include #include diff --git a/SYCL/USM/smem_varied.cpp b/SYCL/USM/smem_varied.cpp index 8adb0b14e1..2bae470373 100644 --- a/SYCL/USM/smem_varied.cpp +++ b/SYCL/USM/smem_varied.cpp @@ -16,7 +16,7 @@ // //===----------------------------------------------------------------------===// -#include +#include #include diff --git a/SYCL/USM/smemll.cpp b/SYCL/USM/smemll.cpp index 8c54109912..23a97ed78e 100644 --- a/SYCL/USM/smemll.cpp +++ b/SYCL/USM/smemll.cpp @@ -12,7 +12,7 @@ // //===----------------------------------------------------------------------===// -#include +#include using namespace cl::sycl; diff --git a/SYCL/USM/smemllaligned.cpp b/SYCL/USM/smemllaligned.cpp index b3c2db8c2c..71849cd861 100644 --- a/SYCL/USM/smemllaligned.cpp +++ b/SYCL/USM/smemllaligned.cpp @@ -12,7 +12,7 @@ // //===----------------------------------------------------------------------===// -#include +#include using namespace cl::sycl; diff --git a/SYCL/USM/source_kernel_indirect_access.cpp b/SYCL/USM/source_kernel_indirect_access.cpp index 23cd4bf5ba..76fc008600 100644 --- a/SYCL/USM/source_kernel_indirect_access.cpp +++ b/SYCL/USM/source_kernel_indirect_access.cpp @@ -5,8 +5,8 @@ // REQUIRES: opencl,opencl_icd #include -#include -#include +#include +#include using namespace sycl; diff --git a/SYCL/USM/usm_leak_check.cpp b/SYCL/USM/usm_leak_check.cpp index 17cda674ea..a9326580d2 100755 --- a/SYCL/USM/usm_leak_check.cpp +++ b/SYCL/USM/usm_leak_check.cpp @@ -8,7 +8,7 @@ // RUN: env ZE_DEBUG=4 %GPU_RUN_PLACEHOLDER %t.out s 2> %t1.out; cat %t1.out %GPU_CHECK_PLACEHOLDER --check-prefix CHECK-SMALL-BUF // RUN: env ZE_DEBUG=4 %GPU_RUN_PLACEHOLDER %t.out l 2> %t1.out; cat %t1.out %GPU_CHECK_PLACEHOLDER --check-prefix CHECK-LARGE-BUF -#include +#include using namespace sycl; #include diff --git a/SYCL/helpers.hpp b/SYCL/helpers.hpp index a93bd25645..8073bf5420 100644 --- a/SYCL/helpers.hpp +++ b/SYCL/helpers.hpp @@ -6,8 +6,7 @@ // //===----------------------------------------------------------------------===// -#include - +#include using namespace cl; diff --git a/SYCL/include/sycl/sycl.hpp b/SYCL/include/sycl/sycl.hpp index 049d82c7ca..20999c0802 100644 --- a/SYCL/include/sycl/sycl.hpp +++ b/SYCL/include/sycl/sycl.hpp @@ -8,4 +8,4 @@ #pragma once -#include +#include