From 055ba35b69cc22c0db8562619a9dbbaf136266d8 Mon Sep 17 00:00:00 2001 From: Nikita Grigorian Date: Mon, 6 Jan 2025 17:14:42 -0800 Subject: [PATCH] Update copyright year to 2025 --- CONTRIBUTING.md | 4 ++-- LICENSE | 2 +- docs/_legacy/conf.in | 4 ++-- docs/_legacy/extlinks_gen.py | 2 +- docs/_legacy/generate_rst.py | 2 +- docs/doc_sources/conf.py.in | 2 +- docs/doc_sources/extlinks_gen.py | 2 +- dpctl/__init__.pxd | 2 +- dpctl/__init__.py | 2 +- dpctl/__main__.py | 2 +- dpctl/_backend.pxd | 2 +- dpctl/_device_selection.py | 2 +- dpctl/_diagnostics.pyx | 2 +- dpctl/_host_task_util.hpp | 2 +- dpctl/_init_helper.py | 2 +- dpctl/_sycl_context.pxd | 2 +- dpctl/_sycl_context.pyx | 2 +- dpctl/_sycl_device.pxd | 2 +- dpctl/_sycl_device.pyx | 2 +- dpctl/_sycl_device_factory.pxd | 2 +- dpctl/_sycl_device_factory.pyx | 2 +- dpctl/_sycl_event.pxd | 2 +- dpctl/_sycl_event.pyx | 2 +- dpctl/_sycl_platform.pxd | 2 +- dpctl/_sycl_platform.pyx | 2 +- dpctl/_sycl_queue.pxd | 2 +- dpctl/_sycl_queue.pyx | 2 +- dpctl/_sycl_queue_manager.pxd | 2 +- dpctl/_sycl_queue_manager.pyx | 2 +- dpctl/_sycl_timer.py | 2 +- dpctl/apis/include/dpctl4pybind11.hpp | 2 +- dpctl/apis/include/dpctl_capi.h | 2 +- dpctl/apis/include/dpctl_sycl_interface.h | 2 +- dpctl/enum_types.py | 2 +- dpctl/memory/__init__.pxd | 2 +- dpctl/memory/__init__.py | 2 +- dpctl/memory/_memory.pxd | 2 +- dpctl/memory/_memory.pyx | 2 +- dpctl/memory/_opaque_smart_ptr.hpp | 2 +- dpctl/memory/_sycl_usm_array_interface_utils.pxi | 2 +- dpctl/program/__init__.pxd | 2 +- dpctl/program/__init__.py | 2 +- dpctl/program/_program.pxd | 2 +- dpctl/program/_program.pyx | 2 +- dpctl/sycl.pxd | 2 +- dpctl/tensor/__init__.pxd | 2 +- dpctl/tensor/__init__.py | 2 +- dpctl/tensor/_accumulation.py | 2 +- dpctl/tensor/_array_api.py | 2 +- dpctl/tensor/_clip.py | 2 +- dpctl/tensor/_constants.py | 2 +- dpctl/tensor/_copy_utils.py | 2 +- dpctl/tensor/_ctors.py | 2 +- dpctl/tensor/_data_types.py | 2 +- dpctl/tensor/_device.py | 2 +- dpctl/tensor/_dlpack.pxd | 2 +- dpctl/tensor/_dlpack.pyx | 2 +- dpctl/tensor/_elementwise_common.py | 2 +- dpctl/tensor/_elementwise_funcs.py | 2 +- dpctl/tensor/_flags.pyx | 2 +- dpctl/tensor/_indexing_functions.py | 2 +- dpctl/tensor/_linear_algebra_functions.py | 2 +- dpctl/tensor/_manipulation_functions.py | 2 +- dpctl/tensor/_numpy_helper.py | 2 +- dpctl/tensor/_print.py | 2 +- dpctl/tensor/_reduction.py | 2 +- dpctl/tensor/_reshape.py | 2 +- dpctl/tensor/_search_functions.py | 2 +- dpctl/tensor/_set_functions.py | 2 +- dpctl/tensor/_slicing.pxi | 2 +- dpctl/tensor/_sorting.py | 2 +- dpctl/tensor/_statistical_functions.py | 2 +- dpctl/tensor/_stride_utils.pxi | 2 +- dpctl/tensor/_testing.py | 2 +- dpctl/tensor/_type_utils.py | 2 +- dpctl/tensor/_types.pxi | 2 +- dpctl/tensor/_usmarray.pxd | 2 +- dpctl/tensor/_usmarray.pyx | 2 +- dpctl/tensor/_utility_functions.py | 2 +- dpctl/tensor/libtensor/include/kernels/accumulators.hpp | 2 +- dpctl/tensor/libtensor/include/kernels/alignment.hpp | 2 +- .../libtensor/include/kernels/boolean_advanced_indexing.hpp | 2 +- dpctl/tensor/libtensor/include/kernels/clip.hpp | 2 +- dpctl/tensor/libtensor/include/kernels/constructors.hpp | 2 +- dpctl/tensor/libtensor/include/kernels/copy_and_cast.hpp | 2 +- dpctl/tensor/libtensor/include/kernels/copy_as_contiguous.hpp | 2 +- dpctl/tensor/libtensor/include/kernels/dpctl_tensor_types.hpp | 2 +- .../libtensor/include/kernels/elementwise_functions/abs.hpp | 2 +- .../libtensor/include/kernels/elementwise_functions/acos.hpp | 2 +- .../libtensor/include/kernels/elementwise_functions/acosh.hpp | 2 +- .../libtensor/include/kernels/elementwise_functions/add.hpp | 2 +- .../libtensor/include/kernels/elementwise_functions/angle.hpp | 2 +- .../libtensor/include/kernels/elementwise_functions/asin.hpp | 2 +- .../libtensor/include/kernels/elementwise_functions/asinh.hpp | 2 +- .../libtensor/include/kernels/elementwise_functions/atan.hpp | 2 +- .../libtensor/include/kernels/elementwise_functions/atan2.hpp | 2 +- .../libtensor/include/kernels/elementwise_functions/atanh.hpp | 2 +- .../include/kernels/elementwise_functions/bitwise_and.hpp | 2 +- .../include/kernels/elementwise_functions/bitwise_invert.hpp | 2 +- .../kernels/elementwise_functions/bitwise_left_shift.hpp | 2 +- .../include/kernels/elementwise_functions/bitwise_or.hpp | 2 +- .../kernels/elementwise_functions/bitwise_right_shift.hpp | 2 +- .../include/kernels/elementwise_functions/bitwise_xor.hpp | 2 +- .../include/kernels/elementwise_functions/cabs_impl.hpp | 2 +- .../libtensor/include/kernels/elementwise_functions/cbrt.hpp | 2 +- .../libtensor/include/kernels/elementwise_functions/ceil.hpp | 2 +- .../include/kernels/elementwise_functions/common.hpp | 2 +- .../include/kernels/elementwise_functions/common_inplace.hpp | 2 +- .../libtensor/include/kernels/elementwise_functions/conj.hpp | 2 +- .../include/kernels/elementwise_functions/copysign.hpp | 2 +- .../libtensor/include/kernels/elementwise_functions/cos.hpp | 2 +- .../libtensor/include/kernels/elementwise_functions/cosh.hpp | 2 +- .../libtensor/include/kernels/elementwise_functions/equal.hpp | 2 +- .../libtensor/include/kernels/elementwise_functions/exp.hpp | 2 +- .../libtensor/include/kernels/elementwise_functions/exp2.hpp | 2 +- .../libtensor/include/kernels/elementwise_functions/expm1.hpp | 2 +- .../libtensor/include/kernels/elementwise_functions/floor.hpp | 2 +- .../include/kernels/elementwise_functions/floor_divide.hpp | 2 +- .../include/kernels/elementwise_functions/greater.hpp | 2 +- .../include/kernels/elementwise_functions/greater_equal.hpp | 2 +- .../libtensor/include/kernels/elementwise_functions/hypot.hpp | 2 +- .../libtensor/include/kernels/elementwise_functions/imag.hpp | 2 +- .../include/kernels/elementwise_functions/isfinite.hpp | 2 +- .../libtensor/include/kernels/elementwise_functions/isinf.hpp | 2 +- .../libtensor/include/kernels/elementwise_functions/isnan.hpp | 2 +- .../libtensor/include/kernels/elementwise_functions/less.hpp | 2 +- .../include/kernels/elementwise_functions/less_equal.hpp | 2 +- .../libtensor/include/kernels/elementwise_functions/log.hpp | 2 +- .../libtensor/include/kernels/elementwise_functions/log10.hpp | 2 +- .../libtensor/include/kernels/elementwise_functions/log1p.hpp | 2 +- .../libtensor/include/kernels/elementwise_functions/log2.hpp | 2 +- .../include/kernels/elementwise_functions/logaddexp.hpp | 2 +- .../include/kernels/elementwise_functions/logical_and.hpp | 2 +- .../include/kernels/elementwise_functions/logical_not.hpp | 2 +- .../include/kernels/elementwise_functions/logical_or.hpp | 2 +- .../include/kernels/elementwise_functions/logical_xor.hpp | 2 +- .../include/kernels/elementwise_functions/maximum.hpp | 2 +- .../include/kernels/elementwise_functions/minimum.hpp | 2 +- .../include/kernels/elementwise_functions/multiply.hpp | 2 +- .../include/kernels/elementwise_functions/negative.hpp | 2 +- .../include/kernels/elementwise_functions/nextafter.hpp | 2 +- .../include/kernels/elementwise_functions/not_equal.hpp | 2 +- .../include/kernels/elementwise_functions/positive.hpp | 2 +- .../libtensor/include/kernels/elementwise_functions/pow.hpp | 2 +- .../libtensor/include/kernels/elementwise_functions/proj.hpp | 2 +- .../libtensor/include/kernels/elementwise_functions/real.hpp | 2 +- .../include/kernels/elementwise_functions/reciprocal.hpp | 2 +- .../include/kernels/elementwise_functions/remainder.hpp | 2 +- .../libtensor/include/kernels/elementwise_functions/round.hpp | 2 +- .../libtensor/include/kernels/elementwise_functions/rsqrt.hpp | 2 +- .../libtensor/include/kernels/elementwise_functions/sign.hpp | 2 +- .../include/kernels/elementwise_functions/signbit.hpp | 2 +- .../libtensor/include/kernels/elementwise_functions/sin.hpp | 2 +- .../libtensor/include/kernels/elementwise_functions/sinh.hpp | 2 +- .../libtensor/include/kernels/elementwise_functions/sqrt.hpp | 2 +- .../include/kernels/elementwise_functions/square.hpp | 2 +- .../include/kernels/elementwise_functions/subtract.hpp | 2 +- .../libtensor/include/kernels/elementwise_functions/tan.hpp | 2 +- .../libtensor/include/kernels/elementwise_functions/tanh.hpp | 2 +- .../include/kernels/elementwise_functions/true_divide.hpp | 2 +- .../libtensor/include/kernels/elementwise_functions/trunc.hpp | 2 +- .../include/kernels/elementwise_functions/vec_size_util.hpp | 2 +- .../libtensor/include/kernels/integer_advanced_indexing.hpp | 2 +- .../include/kernels/linalg_functions/dot_product.hpp | 2 +- .../libtensor/include/kernels/linalg_functions/gemm.hpp | 2 +- dpctl/tensor/libtensor/include/kernels/reductions.hpp | 2 +- dpctl/tensor/libtensor/include/kernels/repeat.hpp | 2 +- dpctl/tensor/libtensor/include/kernels/sorting/merge_sort.hpp | 2 +- dpctl/tensor/libtensor/include/kernels/sorting/radix_sort.hpp | 2 +- .../include/kernels/sorting/search_sorted_detail.hpp | 2 +- .../tensor/libtensor/include/kernels/sorting/searchsorted.hpp | 2 +- .../libtensor/include/kernels/sorting/sort_impl_fn_ptr_t.hpp | 2 +- dpctl/tensor/libtensor/include/kernels/sorting/sort_utils.hpp | 2 +- dpctl/tensor/libtensor/include/kernels/sorting/topk.hpp | 2 +- dpctl/tensor/libtensor/include/kernels/where.hpp | 2 +- dpctl/tensor/libtensor/include/utils/indexing_utils.hpp | 2 +- dpctl/tensor/libtensor/include/utils/math_utils.hpp | 2 +- dpctl/tensor/libtensor/include/utils/memory_overlap.hpp | 2 +- dpctl/tensor/libtensor/include/utils/offset_utils.hpp | 2 +- dpctl/tensor/libtensor/include/utils/output_validation.hpp | 2 +- dpctl/tensor/libtensor/include/utils/strided_iters.hpp | 2 +- dpctl/tensor/libtensor/include/utils/sycl_alloc_utils.hpp | 2 +- dpctl/tensor/libtensor/include/utils/sycl_utils.hpp | 2 +- dpctl/tensor/libtensor/include/utils/type_dispatch.hpp | 2 +- .../tensor/libtensor/include/utils/type_dispatch_building.hpp | 2 +- dpctl/tensor/libtensor/include/utils/type_utils.hpp | 2 +- dpctl/tensor/libtensor/source/accumulators.cpp | 2 +- dpctl/tensor/libtensor/source/accumulators.hpp | 2 +- .../libtensor/source/accumulators/accumulate_over_axis.hpp | 2 +- .../libtensor/source/accumulators/accumulators_common.cpp | 2 +- .../libtensor/source/accumulators/accumulators_common.hpp | 2 +- .../libtensor/source/accumulators/cumulative_logsumexp.cpp | 2 +- .../libtensor/source/accumulators/cumulative_logsumexp.hpp | 2 +- .../tensor/libtensor/source/accumulators/cumulative_prod.cpp | 2 +- .../tensor/libtensor/source/accumulators/cumulative_prod.hpp | 2 +- dpctl/tensor/libtensor/source/accumulators/cumulative_sum.cpp | 2 +- dpctl/tensor/libtensor/source/accumulators/cumulative_sum.hpp | 2 +- dpctl/tensor/libtensor/source/boolean_advanced_indexing.cpp | 2 +- dpctl/tensor/libtensor/source/boolean_advanced_indexing.hpp | 2 +- dpctl/tensor/libtensor/source/clip.cpp | 2 +- dpctl/tensor/libtensor/source/clip.hpp | 2 +- dpctl/tensor/libtensor/source/copy_and_cast_usm_to_usm.cpp | 2 +- dpctl/tensor/libtensor/source/copy_and_cast_usm_to_usm.hpp | 2 +- dpctl/tensor/libtensor/source/copy_as_contig.cpp | 2 +- dpctl/tensor/libtensor/source/copy_for_reshape.cpp | 2 +- dpctl/tensor/libtensor/source/copy_for_reshape.hpp | 2 +- dpctl/tensor/libtensor/source/copy_for_roll.cpp | 2 +- dpctl/tensor/libtensor/source/copy_for_roll.hpp | 2 +- .../libtensor/source/copy_numpy_ndarray_into_usm_ndarray.cpp | 2 +- .../libtensor/source/copy_numpy_ndarray_into_usm_ndarray.hpp | 2 +- dpctl/tensor/libtensor/source/device_support_queries.cpp | 2 +- dpctl/tensor/libtensor/source/device_support_queries.hpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/abs.cpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/abs.hpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/acos.cpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/acos.hpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/acosh.cpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/acosh.hpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/add.cpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/add.hpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/angle.cpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/angle.hpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/asin.cpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/asin.hpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/asinh.cpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/asinh.hpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/atan.cpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/atan.hpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/atan2.cpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/atan2.hpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/atanh.cpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/atanh.hpp | 2 +- .../libtensor/source/elementwise_functions/bitwise_and.cpp | 2 +- .../libtensor/source/elementwise_functions/bitwise_and.hpp | 2 +- .../libtensor/source/elementwise_functions/bitwise_invert.cpp | 2 +- .../libtensor/source/elementwise_functions/bitwise_invert.hpp | 2 +- .../source/elementwise_functions/bitwise_left_shift.cpp | 2 +- .../source/elementwise_functions/bitwise_left_shift.hpp | 2 +- .../libtensor/source/elementwise_functions/bitwise_or.cpp | 2 +- .../libtensor/source/elementwise_functions/bitwise_or.hpp | 2 +- .../source/elementwise_functions/bitwise_right_shift.cpp | 2 +- .../source/elementwise_functions/bitwise_right_shift.hpp | 2 +- .../libtensor/source/elementwise_functions/bitwise_xor.cpp | 2 +- .../libtensor/source/elementwise_functions/bitwise_xor.hpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/cbrt.cpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/cbrt.hpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/ceil.cpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/ceil.hpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/conj.cpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/conj.hpp | 2 +- .../libtensor/source/elementwise_functions/copysign.cpp | 2 +- .../libtensor/source/elementwise_functions/copysign.hpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/cos.cpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/cos.hpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/cosh.cpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/cosh.hpp | 2 +- .../source/elementwise_functions/elementwise_common.cpp | 2 +- .../source/elementwise_functions/elementwise_common.hpp | 2 +- .../source/elementwise_functions/elementwise_functions.hpp | 2 +- .../elementwise_functions_type_utils.cpp | 2 +- .../elementwise_functions_type_utils.hpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/equal.cpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/equal.hpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/exp.cpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/exp.hpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/exp2.cpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/exp2.hpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/expm1.cpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/expm1.hpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/floor.cpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/floor.hpp | 2 +- .../libtensor/source/elementwise_functions/floor_divide.cpp | 2 +- .../libtensor/source/elementwise_functions/floor_divide.hpp | 2 +- .../tensor/libtensor/source/elementwise_functions/greater.cpp | 2 +- .../tensor/libtensor/source/elementwise_functions/greater.hpp | 2 +- .../libtensor/source/elementwise_functions/greater_equal.cpp | 2 +- .../libtensor/source/elementwise_functions/greater_equal.hpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/hypot.cpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/hypot.hpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/imag.cpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/imag.hpp | 2 +- .../libtensor/source/elementwise_functions/isfinite.cpp | 2 +- .../libtensor/source/elementwise_functions/isfinite.hpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/isinf.cpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/isinf.hpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/isnan.cpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/isnan.hpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/less.cpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/less.hpp | 2 +- .../libtensor/source/elementwise_functions/less_equal.cpp | 2 +- .../libtensor/source/elementwise_functions/less_equal.hpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/log.cpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/log.hpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/log10.cpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/log10.hpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/log1p.cpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/log1p.hpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/log2.cpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/log2.hpp | 2 +- .../libtensor/source/elementwise_functions/logaddexp.cpp | 2 +- .../libtensor/source/elementwise_functions/logaddexp.hpp | 2 +- .../libtensor/source/elementwise_functions/logical_and.cpp | 2 +- .../libtensor/source/elementwise_functions/logical_and.hpp | 2 +- .../libtensor/source/elementwise_functions/logical_not.cpp | 2 +- .../libtensor/source/elementwise_functions/logical_not.hpp | 2 +- .../libtensor/source/elementwise_functions/logical_or.cpp | 2 +- .../libtensor/source/elementwise_functions/logical_or.hpp | 2 +- .../libtensor/source/elementwise_functions/logical_xor.cpp | 2 +- .../libtensor/source/elementwise_functions/logical_xor.hpp | 2 +- .../tensor/libtensor/source/elementwise_functions/maximum.cpp | 2 +- .../tensor/libtensor/source/elementwise_functions/maximum.hpp | 2 +- .../tensor/libtensor/source/elementwise_functions/minimum.cpp | 2 +- .../tensor/libtensor/source/elementwise_functions/minimum.hpp | 2 +- .../libtensor/source/elementwise_functions/multiply.cpp | 2 +- .../libtensor/source/elementwise_functions/multiply.hpp | 2 +- .../libtensor/source/elementwise_functions/negative.cpp | 2 +- .../libtensor/source/elementwise_functions/negative.hpp | 2 +- .../libtensor/source/elementwise_functions/nextafter.cpp | 2 +- .../libtensor/source/elementwise_functions/nextafter.hpp | 2 +- .../libtensor/source/elementwise_functions/not_equal.cpp | 2 +- .../libtensor/source/elementwise_functions/not_equal.hpp | 2 +- .../libtensor/source/elementwise_functions/positive.cpp | 2 +- .../libtensor/source/elementwise_functions/positive.hpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/pow.cpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/pow.hpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/proj.cpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/proj.hpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/real.cpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/real.hpp | 2 +- .../libtensor/source/elementwise_functions/reciprocal.cpp | 2 +- .../libtensor/source/elementwise_functions/reciprocal.hpp | 2 +- .../libtensor/source/elementwise_functions/remainder.cpp | 2 +- .../libtensor/source/elementwise_functions/remainder.hpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/round.cpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/round.hpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/rsqrt.cpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/rsqrt.hpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/sign.cpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/sign.hpp | 2 +- .../tensor/libtensor/source/elementwise_functions/signbit.cpp | 2 +- .../tensor/libtensor/source/elementwise_functions/signbit.hpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/sin.cpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/sin.hpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/sinh.cpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/sinh.hpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/sqrt.cpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/sqrt.hpp | 2 +- .../tensor/libtensor/source/elementwise_functions/square.cpp | 2 +- .../tensor/libtensor/source/elementwise_functions/square.hpp | 2 +- .../libtensor/source/elementwise_functions/subtract.cpp | 2 +- .../libtensor/source/elementwise_functions/subtract.hpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/tan.cpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/tan.hpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/tanh.cpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/tanh.hpp | 2 +- .../libtensor/source/elementwise_functions/true_divide.cpp | 2 +- .../libtensor/source/elementwise_functions/true_divide.hpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/trunc.cpp | 2 +- dpctl/tensor/libtensor/source/elementwise_functions/trunc.hpp | 2 +- dpctl/tensor/libtensor/source/eye_ctor.cpp | 2 +- dpctl/tensor/libtensor/source/eye_ctor.hpp | 2 +- dpctl/tensor/libtensor/source/full_ctor.cpp | 2 +- dpctl/tensor/libtensor/source/full_ctor.hpp | 2 +- dpctl/tensor/libtensor/source/integer_advanced_indexing.cpp | 2 +- dpctl/tensor/libtensor/source/integer_advanced_indexing.hpp | 2 +- dpctl/tensor/libtensor/source/linalg_functions/dot.cpp | 2 +- dpctl/tensor/libtensor/source/linalg_functions/dot.hpp | 2 +- .../libtensor/source/linalg_functions/dot_atomic_support.hpp | 2 +- .../tensor/libtensor/source/linalg_functions/dot_dispatch.hpp | 2 +- dpctl/tensor/libtensor/source/linear_sequences.cpp | 2 +- dpctl/tensor/libtensor/source/linear_sequences.hpp | 2 +- dpctl/tensor/libtensor/source/reductions/all.cpp | 2 +- dpctl/tensor/libtensor/source/reductions/all.hpp | 2 +- dpctl/tensor/libtensor/source/reductions/any.cpp | 2 +- dpctl/tensor/libtensor/source/reductions/any.hpp | 2 +- dpctl/tensor/libtensor/source/reductions/argmax.cpp | 2 +- dpctl/tensor/libtensor/source/reductions/argmax.hpp | 2 +- dpctl/tensor/libtensor/source/reductions/argmin.cpp | 2 +- dpctl/tensor/libtensor/source/reductions/argmin.hpp | 2 +- dpctl/tensor/libtensor/source/reductions/logsumexp.cpp | 2 +- dpctl/tensor/libtensor/source/reductions/logsumexp.hpp | 2 +- dpctl/tensor/libtensor/source/reductions/max.cpp | 2 +- dpctl/tensor/libtensor/source/reductions/max.hpp | 2 +- dpctl/tensor/libtensor/source/reductions/min.cpp | 2 +- dpctl/tensor/libtensor/source/reductions/min.hpp | 2 +- dpctl/tensor/libtensor/source/reductions/prod.cpp | 2 +- dpctl/tensor/libtensor/source/reductions/prod.hpp | 2 +- dpctl/tensor/libtensor/source/reductions/reduce_hypot.cpp | 2 +- dpctl/tensor/libtensor/source/reductions/reduce_hypot.hpp | 2 +- .../libtensor/source/reductions/reduction_atomic_support.hpp | 2 +- dpctl/tensor/libtensor/source/reductions/reduction_common.cpp | 2 +- dpctl/tensor/libtensor/source/reductions/reduction_common.hpp | 2 +- .../libtensor/source/reductions/reduction_over_axis.hpp | 2 +- dpctl/tensor/libtensor/source/reductions/sum.cpp | 2 +- dpctl/tensor/libtensor/source/reductions/sum.hpp | 2 +- dpctl/tensor/libtensor/source/repeat.cpp | 2 +- dpctl/tensor/libtensor/source/repeat.hpp | 2 +- dpctl/tensor/libtensor/source/simplify_iteration_space.cpp | 2 +- dpctl/tensor/libtensor/source/simplify_iteration_space.hpp | 2 +- dpctl/tensor/libtensor/source/sorting/merge_argsort.cpp | 2 +- dpctl/tensor/libtensor/source/sorting/merge_argsort.hpp | 2 +- dpctl/tensor/libtensor/source/sorting/merge_sort.cpp | 2 +- dpctl/tensor/libtensor/source/sorting/merge_sort.hpp | 2 +- dpctl/tensor/libtensor/source/sorting/py_argsort_common.hpp | 2 +- dpctl/tensor/libtensor/source/sorting/py_sort_common.hpp | 2 +- dpctl/tensor/libtensor/source/sorting/radix_argsort.cpp | 2 +- dpctl/tensor/libtensor/source/sorting/radix_argsort.hpp | 2 +- dpctl/tensor/libtensor/source/sorting/radix_sort.cpp | 2 +- dpctl/tensor/libtensor/source/sorting/radix_sort.hpp | 2 +- dpctl/tensor/libtensor/source/sorting/radix_sort_support.hpp | 2 +- dpctl/tensor/libtensor/source/sorting/rich_comparisons.hpp | 2 +- dpctl/tensor/libtensor/source/sorting/searchsorted.cpp | 2 +- dpctl/tensor/libtensor/source/sorting/searchsorted.hpp | 2 +- dpctl/tensor/libtensor/source/sorting/topk.cpp | 2 +- dpctl/tensor/libtensor/source/sorting/topk.hpp | 2 +- dpctl/tensor/libtensor/source/tensor_accumulation.cpp | 2 +- dpctl/tensor/libtensor/source/tensor_ctors.cpp | 2 +- dpctl/tensor/libtensor/source/tensor_elementwise.cpp | 2 +- dpctl/tensor/libtensor/source/tensor_linalg.cpp | 2 +- dpctl/tensor/libtensor/source/tensor_reductions.cpp | 2 +- dpctl/tensor/libtensor/source/tensor_sorting.cpp | 2 +- dpctl/tensor/libtensor/source/tensor_sorting_radix.cpp | 2 +- dpctl/tensor/libtensor/source/triul_ctor.cpp | 2 +- dpctl/tensor/libtensor/source/triul_ctor.hpp | 2 +- dpctl/tensor/libtensor/source/where.cpp | 2 +- dpctl/tensor/libtensor/source/where.hpp | 2 +- dpctl/tensor/libtensor/source/zeros_ctor.cpp | 2 +- dpctl/tensor/libtensor/source/zeros_ctor.hpp | 2 +- dpctl/tensor/libtensor/tests/test_copy.py | 2 +- dpctl/tensor/libtensor/tests/test_main.cpp | 2 +- dpctl/tests/__init__.py | 2 +- dpctl/tests/_c_ext.c | 2 +- dpctl/tests/_cython_api.pyx | 2 +- dpctl/tests/_device_attributes_checks.py | 2 +- dpctl/tests/_numpy_warnings.py | 2 +- dpctl/tests/conftest.py | 2 +- dpctl/tests/elementwise/__init__.py | 2 +- dpctl/tests/elementwise/test_abs.py | 2 +- dpctl/tests/elementwise/test_add.py | 2 +- dpctl/tests/elementwise/test_angle.py | 2 +- dpctl/tests/elementwise/test_atan2.py | 2 +- dpctl/tests/elementwise/test_bitwise_and.py | 2 +- dpctl/tests/elementwise/test_bitwise_invert.py | 2 +- dpctl/tests/elementwise/test_bitwise_left_shift.py | 2 +- dpctl/tests/elementwise/test_bitwise_or.py | 2 +- dpctl/tests/elementwise/test_bitwise_right_shift.py | 2 +- dpctl/tests/elementwise/test_bitwise_xor.py | 2 +- dpctl/tests/elementwise/test_cbrt.py | 2 +- dpctl/tests/elementwise/test_complex.py | 2 +- dpctl/tests/elementwise/test_copysign.py | 2 +- dpctl/tests/elementwise/test_divide.py | 2 +- dpctl/tests/elementwise/test_elementwise_classes.py | 2 +- dpctl/tests/elementwise/test_equal.py | 2 +- dpctl/tests/elementwise/test_exp.py | 2 +- dpctl/tests/elementwise/test_exp2.py | 2 +- dpctl/tests/elementwise/test_expm1.py | 2 +- dpctl/tests/elementwise/test_floor_ceil_trunc.py | 2 +- dpctl/tests/elementwise/test_floor_divide.py | 2 +- dpctl/tests/elementwise/test_greater.py | 2 +- dpctl/tests/elementwise/test_greater_equal.py | 2 +- dpctl/tests/elementwise/test_hyperbolic.py | 2 +- dpctl/tests/elementwise/test_hypot.py | 2 +- dpctl/tests/elementwise/test_isfinite.py | 2 +- dpctl/tests/elementwise/test_isinf.py | 2 +- dpctl/tests/elementwise/test_isnan.py | 2 +- dpctl/tests/elementwise/test_less.py | 2 +- dpctl/tests/elementwise/test_less_equal.py | 2 +- dpctl/tests/elementwise/test_log.py | 2 +- dpctl/tests/elementwise/test_log10.py | 2 +- dpctl/tests/elementwise/test_log1p.py | 2 +- dpctl/tests/elementwise/test_log2.py | 2 +- dpctl/tests/elementwise/test_logaddexp.py | 2 +- dpctl/tests/elementwise/test_logical_and.py | 2 +- dpctl/tests/elementwise/test_logical_not.py | 2 +- dpctl/tests/elementwise/test_logical_or.py | 2 +- dpctl/tests/elementwise/test_logical_xor.py | 2 +- dpctl/tests/elementwise/test_maximum_minimum.py | 2 +- dpctl/tests/elementwise/test_multiply.py | 2 +- dpctl/tests/elementwise/test_negative.py | 2 +- dpctl/tests/elementwise/test_nextafter.py | 2 +- dpctl/tests/elementwise/test_not_equal.py | 2 +- dpctl/tests/elementwise/test_positive.py | 2 +- dpctl/tests/elementwise/test_pow.py | 2 +- dpctl/tests/elementwise/test_reciprocal.py | 2 +- dpctl/tests/elementwise/test_remainder.py | 2 +- dpctl/tests/elementwise/test_round.py | 2 +- dpctl/tests/elementwise/test_rsqrt.py | 2 +- dpctl/tests/elementwise/test_sign.py | 2 +- dpctl/tests/elementwise/test_signbit.py | 2 +- dpctl/tests/elementwise/test_sqrt.py | 2 +- dpctl/tests/elementwise/test_square.py | 2 +- dpctl/tests/elementwise/test_subtract.py | 2 +- dpctl/tests/elementwise/test_trigonometric.py | 2 +- dpctl/tests/elementwise/test_type_utils.py | 2 +- dpctl/tests/elementwise/utils.py | 2 +- dpctl/tests/helper/__init__.py | 2 +- dpctl/tests/helper/_helper.py | 2 +- dpctl/tests/setup_c_ext.py | 2 +- dpctl/tests/setup_cython_api.py | 2 +- dpctl/tests/test_service.py | 2 +- dpctl/tests/test_sycl_context.py | 2 +- dpctl/tests/test_sycl_device.py | 2 +- dpctl/tests/test_sycl_device_factory.py | 2 +- dpctl/tests/test_sycl_event.py | 2 +- dpctl/tests/test_sycl_kernel_submit.py | 2 +- dpctl/tests/test_sycl_platform.py | 2 +- dpctl/tests/test_sycl_program.py | 2 +- dpctl/tests/test_sycl_queue.py | 2 +- dpctl/tests/test_sycl_queue_manager.py | 2 +- dpctl/tests/test_sycl_queue_memcpy.py | 2 +- dpctl/tests/test_sycl_timer.py | 2 +- dpctl/tests/test_sycl_usm.py | 2 +- dpctl/tests/test_tensor_accumulation.py | 2 +- dpctl/tests/test_tensor_array_api_inspection.py | 2 +- dpctl/tests/test_tensor_asarray.py | 2 +- dpctl/tests/test_tensor_clip.py | 2 +- dpctl/tests/test_tensor_diff.py | 2 +- dpctl/tests/test_tensor_dtype_routines.py | 2 +- dpctl/tests/test_tensor_statistical_functions.py | 2 +- dpctl/tests/test_tensor_sum.py | 2 +- dpctl/tests/test_usm_ndarray_ctor.py | 2 +- dpctl/tests/test_usm_ndarray_dlpack.py | 2 +- dpctl/tests/test_usm_ndarray_indexing.py | 2 +- dpctl/tests/test_usm_ndarray_linalg.py | 2 +- dpctl/tests/test_usm_ndarray_manipulation.py | 2 +- dpctl/tests/test_usm_ndarray_operators.py | 2 +- dpctl/tests/test_usm_ndarray_print.py | 2 +- dpctl/tests/test_usm_ndarray_reductions.py | 2 +- dpctl/tests/test_usm_ndarray_search_functions.py | 2 +- dpctl/tests/test_usm_ndarray_sorting.py | 2 +- dpctl/tests/test_usm_ndarray_top_k.py | 2 +- dpctl/tests/test_usm_ndarray_unique.py | 2 +- dpctl/tests/test_utils.py | 2 +- dpctl/utils/__init__.py | 2 +- dpctl/utils/_compute_follows_data.pyx | 2 +- dpctl/utils/_intel_device_info.py | 2 +- dpctl/utils/_onetrace_context.py | 2 +- examples/c/py_sycl_ls/py_sycl_ls/__init__.py | 2 +- examples/c/py_sycl_ls/py_sycl_ls/__main__.py | 2 +- examples/c/py_sycl_ls/setup.py | 2 +- examples/c/py_sycl_ls/src/py_sycl-ls.c | 2 +- examples/c/py_sycl_ls/tests/test_sycl_ls.py | 2 +- examples/cython/sycl_buffer/scripts/bench.py | 2 +- examples/cython/sycl_buffer/setup.py | 2 +- examples/cython/sycl_buffer/src/use_sycl_buffer.hpp | 2 +- examples/cython/sycl_buffer/syclbuffer/__init__.py | 2 +- examples/cython/sycl_buffer/syclbuffer/_syclbuffer.pyx | 2 +- examples/cython/use_dpctl_sycl/include/utils.hpp | 2 +- examples/cython/use_dpctl_sycl/setup.py | 2 +- examples/cython/use_dpctl_sycl/tests/test_example.py | 2 +- examples/cython/use_dpctl_sycl/use_dpctl_sycl/__init__.py | 2 +- examples/cython/use_dpctl_sycl/use_dpctl_sycl/_cython_api.pyx | 2 +- examples/cython/usm_memory/blackscholes/__init__.py | 2 +- examples/cython/usm_memory/blackscholes/_blackscholes_usm.pyx | 2 +- examples/cython/usm_memory/scripts/bench.py | 2 +- examples/cython/usm_memory/setup.py | 2 +- examples/cython/usm_memory/src/sycl_blackscholes.hpp | 2 +- examples/cython/usm_memory/tests/test_black_scholes.py | 2 +- examples/pybind11/external_usm_allocation/example.py | 2 +- .../external_usm_allocation/__init__.py | 2 +- .../external_usm_allocation/_usm_alloc_example.cpp | 2 +- examples/pybind11/external_usm_allocation/setup.py | 2 +- .../pybind11/external_usm_allocation/tests/test_direct.py | 2 +- .../pybind11/external_usm_allocation/tests/test_dmatrix.py | 2 +- examples/pybind11/onemkl_gemv/cpp/main.cpp | 2 +- examples/pybind11/onemkl_gemv/setup.py | 2 +- examples/pybind11/onemkl_gemv/solve.py | 2 +- examples/pybind11/onemkl_gemv/sycl_gemm/__init__.py | 2 +- examples/pybind11/onemkl_gemv/sycl_gemm/_onemkl.cpp | 2 +- examples/pybind11/onemkl_gemv/sycl_gemm/cg_solver.hpp | 2 +- examples/pybind11/onemkl_gemv/sycl_timing_solver.py | 2 +- examples/pybind11/onemkl_gemv/tests/test_gemm.py | 2 +- examples/pybind11/use_dpctl_sycl_kernel/example.py | 2 +- examples/pybind11/use_dpctl_sycl_kernel/resource/double_it.cl | 2 +- examples/pybind11/use_dpctl_sycl_kernel/setup.py | 2 +- .../pybind11/use_dpctl_sycl_kernel/tests/test_user_kernel.py | 2 +- .../pybind11/use_dpctl_sycl_kernel/use_kernel/__init__.py | 2 +- .../pybind11/use_dpctl_sycl_kernel/use_kernel/_example.cpp | 2 +- examples/pybind11/use_dpctl_sycl_queue/example.py | 2 +- examples/pybind11/use_dpctl_sycl_queue/setup.py | 2 +- .../pybind11/use_dpctl_sycl_queue/tests/test_queue_device.py | 2 +- .../use_dpctl_sycl_queue/use_queue_device/__init__.py | 2 +- .../use_dpctl_sycl_queue/use_queue_device/_example.cpp | 2 +- examples/python/_runner.py | 2 +- examples/python/device_selection.py | 2 +- examples/python/filter_selection.py | 2 +- examples/python/lsplatform.py | 2 +- examples/python/subdevices.py | 2 +- examples/python/sycl_queue.py | 2 +- examples/python/sycl_timer.py | 2 +- examples/python/usm_memory_allocation.py | 2 +- examples/python/usm_memory_host_access.py | 2 +- examples/python/usm_memory_operation.py | 2 +- libsyclinterface/cmake/modules/FindIntelSyclCompiler.cmake | 2 +- libsyclinterface/cmake/modules/FindLLVMCov.cmake | 2 +- libsyclinterface/cmake/modules/FindLLVMProfdata.cmake | 2 +- libsyclinterface/cmake/modules/FindLcov.cmake | 2 +- libsyclinterface/cmake/modules/GetLevelZeroHeaders.cmake | 2 +- libsyclinterface/cmake/modules/GetProjectVersion.cmake | 2 +- libsyclinterface/cmake/modules/SetupCoverage.cmake | 2 +- libsyclinterface/helper/include/dpctl_dynamic_lib_helper.h | 2 +- libsyclinterface/helper/include/dpctl_error_handlers.h | 2 +- libsyclinterface/helper/include/dpctl_string_utils.hpp | 2 +- libsyclinterface/helper/include/dpctl_utils_helper.h | 2 +- libsyclinterface/helper/include/dpctl_vector_macros.h | 2 +- libsyclinterface/helper/source/dpctl_error_handlers.cpp | 2 +- libsyclinterface/helper/source/dpctl_utils_helper.cpp | 2 +- .../include/syclinterface/Config/dpctl_config.h.in | 2 +- libsyclinterface/include/syclinterface/Support/DllExport.h | 2 +- libsyclinterface/include/syclinterface/Support/ExternC.h | 2 +- .../include/syclinterface/Support/MemOwnershipAttrs.h | 2 +- libsyclinterface/include/syclinterface/dpctl_data_types.h | 2 +- .../include/syclinterface/dpctl_device_selection.hpp | 2 +- .../include/syclinterface/dpctl_error_handler_type.h | 2 +- libsyclinterface/include/syclinterface/dpctl_service.h | 2 +- .../include/syclinterface/dpctl_sycl_context_interface.h | 2 +- .../include/syclinterface/dpctl_sycl_device_interface.h | 2 +- .../include/syclinterface/dpctl_sycl_device_manager.h | 2 +- .../syclinterface/dpctl_sycl_device_selector_interface.h | 2 +- .../include/syclinterface/dpctl_sycl_enum_types.h | 2 +- .../include/syclinterface/dpctl_sycl_event_interface.h | 2 +- .../syclinterface/dpctl_sycl_kernel_bundle_interface.h | 2 +- .../include/syclinterface/dpctl_sycl_kernel_interface.h | 2 +- .../include/syclinterface/dpctl_sycl_platform_interface.h | 2 +- .../include/syclinterface/dpctl_sycl_platform_manager.h | 2 +- .../include/syclinterface/dpctl_sycl_queue_interface.h | 2 +- .../include/syclinterface/dpctl_sycl_queue_manager.h | 2 +- .../include/syclinterface/dpctl_sycl_type_casters.hpp | 2 +- libsyclinterface/include/syclinterface/dpctl_sycl_types.h | 2 +- .../include/syclinterface/dpctl_sycl_usm_interface.h | 2 +- libsyclinterface/include/syclinterface/dpctl_utils.h | 2 +- libsyclinterface/include/syclinterface/dpctl_vector.h | 2 +- libsyclinterface/source/dpctl_device_selection.cpp | 2 +- libsyclinterface/source/dpctl_service.cpp | 2 +- libsyclinterface/source/dpctl_sycl_context_interface.cpp | 2 +- libsyclinterface/source/dpctl_sycl_device_interface.cpp | 2 +- libsyclinterface/source/dpctl_sycl_device_manager.cpp | 2 +- .../source/dpctl_sycl_device_selector_interface.cpp | 2 +- libsyclinterface/source/dpctl_sycl_event_interface.cpp | 2 +- .../source/dpctl_sycl_kernel_bundle_interface.cpp | 2 +- libsyclinterface/source/dpctl_sycl_kernel_interface.cpp | 2 +- libsyclinterface/source/dpctl_sycl_platform_interface.cpp | 2 +- libsyclinterface/source/dpctl_sycl_platform_manager.cpp | 2 +- libsyclinterface/source/dpctl_sycl_queue_interface.cpp | 2 +- libsyclinterface/source/dpctl_sycl_usm_interface.cpp | 2 +- libsyclinterface/source/dpctl_utils.cpp | 2 +- libsyclinterface/source/dpctl_vector_templ.cpp | 2 +- libsyclinterface/tests/test_helper.cpp | 2 +- libsyclinterface/tests/test_main.cpp | 2 +- libsyclinterface/tests/test_service.cpp | 2 +- libsyclinterface/tests/test_sycl_context_interface.cpp | 2 +- libsyclinterface/tests/test_sycl_device_aspects.cpp | 2 +- libsyclinterface/tests/test_sycl_device_interface.cpp | 2 +- libsyclinterface/tests/test_sycl_device_invalid_filters.cpp | 2 +- libsyclinterface/tests/test_sycl_device_manager.cpp | 2 +- .../tests/test_sycl_device_selector_interface.cpp | 2 +- libsyclinterface/tests/test_sycl_device_subdevices.cpp | 2 +- libsyclinterface/tests/test_sycl_event_interface.cpp | 2 +- libsyclinterface/tests/test_sycl_kernel_bundle_interface.cpp | 2 +- libsyclinterface/tests/test_sycl_kernel_interface.cpp | 2 +- libsyclinterface/tests/test_sycl_platform_interface.cpp | 2 +- libsyclinterface/tests/test_sycl_platform_invalid_filters.cpp | 2 +- libsyclinterface/tests/test_sycl_queue_interface.cpp | 2 +- libsyclinterface/tests/test_sycl_queue_submit.cpp | 2 +- .../tests/test_sycl_queue_submit_local_accessor_arg.cpp | 2 +- libsyclinterface/tests/test_sycl_usm_interface.cpp | 2 +- scripts/build_locally.py | 2 +- scripts/gen_coverage.py | 2 +- scripts/gen_docs.py | 2 +- setup.py | 2 +- 670 files changed, 672 insertions(+), 672 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8ac97f0b2e..f6afd937d4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -91,7 +91,7 @@ The standard header looks like this: // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -135,7 +135,7 @@ Every Python and Cython file should only include the following license header: ``` # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/LICENSE b/LICENSE index 984ec1d14b..aedae71d21 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [2020-2024] [Intel Corp.] + Copyright [2020-2025] [Intel Corp.] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/docs/_legacy/conf.in b/docs/_legacy/conf.in index 80f34d5574..63f3afec26 100644 --- a/docs/_legacy/conf.in +++ b/docs/_legacy/conf.in @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -37,7 +37,7 @@ import extlinks_gen as urlgen # -- Project information ----------------------------------------------------- project = "Data Parallel Control (dpctl)" -copyright = "2020-2024, Intel Corp." +copyright = "2020-2025, Intel Corp." author = "Intel Corp." version = dpctl.__version__.strip(".dirty") diff --git a/docs/_legacy/extlinks_gen.py b/docs/_legacy/extlinks_gen.py index c2ac5b1212..882c914a7e 100644 --- a/docs/_legacy/extlinks_gen.py +++ b/docs/_legacy/extlinks_gen.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/docs/_legacy/generate_rst.py b/docs/_legacy/generate_rst.py index 61b858c652..c4e4c25888 100644 --- a/docs/_legacy/generate_rst.py +++ b/docs/_legacy/generate_rst.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/docs/doc_sources/conf.py.in b/docs/doc_sources/conf.py.in index adbb904a4c..97cdbbe0df 100644 --- a/docs/doc_sources/conf.py.in +++ b/docs/doc_sources/conf.py.in @@ -16,7 +16,7 @@ sys.path.insert(0, os.path.abspath(".")) import extlinks_gen as urlgen # noqa: E402 project = "Data Parallel Control (dpctl)" -copyright = "2020-2024, Intel Corp." +copyright = "2020-2025, Intel Corp." author = "Intel Corp." version = dpctl.__version__.strip(".dirty") diff --git a/docs/doc_sources/extlinks_gen.py b/docs/doc_sources/extlinks_gen.py index bfcc0f554b..6e61624cda 100644 --- a/docs/doc_sources/extlinks_gen.py +++ b/docs/doc_sources/extlinks_gen.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/__init__.pxd b/dpctl/__init__.pxd index 4108f6f169..69c8f9a811 100644 --- a/dpctl/__init__.pxd +++ b/dpctl/__init__.pxd @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/__init__.py b/dpctl/__init__.py index 0eb474602b..0447fba6ff 100644 --- a/dpctl/__init__.py +++ b/dpctl/__init__.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/__main__.py b/dpctl/__main__.py index 94151f12fe..2b10f7ca1f 100644 --- a/dpctl/__main__.py +++ b/dpctl/__main__.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/_backend.pxd b/dpctl/_backend.pxd index bce0365cb0..10a556eacd 100644 --- a/dpctl/_backend.pxd +++ b/dpctl/_backend.pxd @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/_device_selection.py b/dpctl/_device_selection.py index c73c4757c2..3069600e10 100644 --- a/dpctl/_device_selection.py +++ b/dpctl/_device_selection.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/_diagnostics.pyx b/dpctl/_diagnostics.pyx index 61b2dc5e2a..0b26130965 100644 --- a/dpctl/_diagnostics.pyx +++ b/dpctl/_diagnostics.pyx @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/_host_task_util.hpp b/dpctl/_host_task_util.hpp index 5fc984e792..33a01a2536 100644 --- a/dpctl/_host_task_util.hpp +++ b/dpctl/_host_task_util.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/_init_helper.py b/dpctl/_init_helper.py index 8ced7eee41..db3ca3f7c8 100644 --- a/dpctl/_init_helper.py +++ b/dpctl/_init_helper.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/_sycl_context.pxd b/dpctl/_sycl_context.pxd index 0846aab00b..8506479ba8 100644 --- a/dpctl/_sycl_context.pxd +++ b/dpctl/_sycl_context.pxd @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/_sycl_context.pyx b/dpctl/_sycl_context.pyx index f0afad2a63..13a9b135e5 100644 --- a/dpctl/_sycl_context.pyx +++ b/dpctl/_sycl_context.pyx @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/_sycl_device.pxd b/dpctl/_sycl_device.pxd index 5cf43c68bf..6cf8950445 100644 --- a/dpctl/_sycl_device.pxd +++ b/dpctl/_sycl_device.pxd @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/_sycl_device.pyx b/dpctl/_sycl_device.pyx index 91a8e9b123..d395a2b8e7 100644 --- a/dpctl/_sycl_device.pyx +++ b/dpctl/_sycl_device.pyx @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/_sycl_device_factory.pxd b/dpctl/_sycl_device_factory.pxd index 1cfdb38700..e5644ccdbf 100644 --- a/dpctl/_sycl_device_factory.pxd +++ b/dpctl/_sycl_device_factory.pxd @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/_sycl_device_factory.pyx b/dpctl/_sycl_device_factory.pyx index 7a0268d69b..26287f334c 100644 --- a/dpctl/_sycl_device_factory.pyx +++ b/dpctl/_sycl_device_factory.pyx @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/_sycl_event.pxd b/dpctl/_sycl_event.pxd index 8a27553e29..7b4080800c 100644 --- a/dpctl/_sycl_event.pxd +++ b/dpctl/_sycl_event.pxd @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/_sycl_event.pyx b/dpctl/_sycl_event.pyx index 2b81a0290b..1527af6023 100644 --- a/dpctl/_sycl_event.pyx +++ b/dpctl/_sycl_event.pyx @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/_sycl_platform.pxd b/dpctl/_sycl_platform.pxd index 5dccd8b40a..6512363077 100644 --- a/dpctl/_sycl_platform.pxd +++ b/dpctl/_sycl_platform.pxd @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/_sycl_platform.pyx b/dpctl/_sycl_platform.pyx index 1ebab054a5..b6d96cbd89 100644 --- a/dpctl/_sycl_platform.pyx +++ b/dpctl/_sycl_platform.pyx @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/_sycl_queue.pxd b/dpctl/_sycl_queue.pxd index f06abe24b9..003201e9a1 100644 --- a/dpctl/_sycl_queue.pxd +++ b/dpctl/_sycl_queue.pxd @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/_sycl_queue.pyx b/dpctl/_sycl_queue.pyx index 36df4eda73..c20d8724f5 100644 --- a/dpctl/_sycl_queue.pyx +++ b/dpctl/_sycl_queue.pyx @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/_sycl_queue_manager.pxd b/dpctl/_sycl_queue_manager.pxd index 7a49082ceb..495dd0d8d6 100644 --- a/dpctl/_sycl_queue_manager.pxd +++ b/dpctl/_sycl_queue_manager.pxd @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/_sycl_queue_manager.pyx b/dpctl/_sycl_queue_manager.pyx index b64a7b0337..80f7cc6eb6 100644 --- a/dpctl/_sycl_queue_manager.pyx +++ b/dpctl/_sycl_queue_manager.pyx @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/_sycl_timer.py b/dpctl/_sycl_timer.py index f53836bd47..9e33cef4ac 100644 --- a/dpctl/_sycl_timer.py +++ b/dpctl/_sycl_timer.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/apis/include/dpctl4pybind11.hpp b/dpctl/apis/include/dpctl4pybind11.hpp index d506fc1d85..3181291b8d 100644 --- a/dpctl/apis/include/dpctl4pybind11.hpp +++ b/dpctl/apis/include/dpctl4pybind11.hpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/apis/include/dpctl_capi.h b/dpctl/apis/include/dpctl_capi.h index e6b212d7c3..a0a2235fe8 100644 --- a/dpctl/apis/include/dpctl_capi.h +++ b/dpctl/apis/include/dpctl_capi.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/apis/include/dpctl_sycl_interface.h b/dpctl/apis/include/dpctl_sycl_interface.h index 1b59c9a3df..39caeb0ad0 100644 --- a/dpctl/apis/include/dpctl_sycl_interface.h +++ b/dpctl/apis/include/dpctl_sycl_interface.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/enum_types.py b/dpctl/enum_types.py index 6367c3d0d2..56168ff788 100644 --- a/dpctl/enum_types.py +++ b/dpctl/enum_types.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/memory/__init__.pxd b/dpctl/memory/__init__.pxd index 5e19f8f9c2..4d44ce41b2 100644 --- a/dpctl/memory/__init__.pxd +++ b/dpctl/memory/__init__.pxd @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/memory/__init__.py b/dpctl/memory/__init__.py index c272b0cc66..7c86ec7aee 100644 --- a/dpctl/memory/__init__.py +++ b/dpctl/memory/__init__.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/memory/_memory.pxd b/dpctl/memory/_memory.pxd index 4b3c6bb188..f407347052 100644 --- a/dpctl/memory/_memory.pxd +++ b/dpctl/memory/_memory.pxd @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/memory/_memory.pyx b/dpctl/memory/_memory.pyx index fce65984e2..6d63dd1688 100644 --- a/dpctl/memory/_memory.pyx +++ b/dpctl/memory/_memory.pyx @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/memory/_opaque_smart_ptr.hpp b/dpctl/memory/_opaque_smart_ptr.hpp index 3009bc4cbc..d218096caa 100644 --- a/dpctl/memory/_opaque_smart_ptr.hpp +++ b/dpctl/memory/_opaque_smart_ptr.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/memory/_sycl_usm_array_interface_utils.pxi b/dpctl/memory/_sycl_usm_array_interface_utils.pxi index 357ecfad91..5215713134 100644 --- a/dpctl/memory/_sycl_usm_array_interface_utils.pxi +++ b/dpctl/memory/_sycl_usm_array_interface_utils.pxi @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/program/__init__.pxd b/dpctl/program/__init__.pxd index 9d124029b9..4e734f18ed 100644 --- a/dpctl/program/__init__.pxd +++ b/dpctl/program/__init__.pxd @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/program/__init__.py b/dpctl/program/__init__.py index 445c85c4d0..a96d33f04a 100644 --- a/dpctl/program/__init__.py +++ b/dpctl/program/__init__.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/program/_program.pxd b/dpctl/program/_program.pxd index e51eb1fd6c..2aebbe477c 100644 --- a/dpctl/program/_program.pxd +++ b/dpctl/program/_program.pxd @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/program/_program.pyx b/dpctl/program/_program.pyx index 0ef3123539..67c75bcc7c 100644 --- a/dpctl/program/_program.pyx +++ b/dpctl/program/_program.pyx @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/sycl.pxd b/dpctl/sycl.pxd index 45c6d652b2..12f3f141db 100644 --- a/dpctl/sycl.pxd +++ b/dpctl/sycl.pxd @@ -1,4 +1,4 @@ -# Copyright 2022-2024 Intel Corporation +# Copyright 2022-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/__init__.pxd b/dpctl/tensor/__init__.pxd index 4b350e8664..332516028b 100644 --- a/dpctl/tensor/__init__.pxd +++ b/dpctl/tensor/__init__.pxd @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/__init__.py b/dpctl/tensor/__init__.py index 490cdfd23c..dc13b6b93b 100644 --- a/dpctl/tensor/__init__.py +++ b/dpctl/tensor/__init__.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/_accumulation.py b/dpctl/tensor/_accumulation.py index 8579ecd2ca..4647073203 100644 --- a/dpctl/tensor/_accumulation.py +++ b/dpctl/tensor/_accumulation.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/_array_api.py b/dpctl/tensor/_array_api.py index 8253bb52a7..b589d61aa3 100644 --- a/dpctl/tensor/_array_api.py +++ b/dpctl/tensor/_array_api.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/_clip.py b/dpctl/tensor/_clip.py index f53c888e5f..e00036a94e 100644 --- a/dpctl/tensor/_clip.py +++ b/dpctl/tensor/_clip.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/_constants.py b/dpctl/tensor/_constants.py index cc407b0f49..7401b2ccff 100644 --- a/dpctl/tensor/_constants.py +++ b/dpctl/tensor/_constants.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/_copy_utils.py b/dpctl/tensor/_copy_utils.py index 0d23407fcf..9cf25d0dd8 100644 --- a/dpctl/tensor/_copy_utils.py +++ b/dpctl/tensor/_copy_utils.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/_ctors.py b/dpctl/tensor/_ctors.py index 37236cad6b..33ebe1be90 100644 --- a/dpctl/tensor/_ctors.py +++ b/dpctl/tensor/_ctors.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/_data_types.py b/dpctl/tensor/_data_types.py index d57fbe7c32..99a533fac8 100644 --- a/dpctl/tensor/_data_types.py +++ b/dpctl/tensor/_data_types.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/_device.py b/dpctl/tensor/_device.py index 77d3ff9a85..e4250a8df3 100644 --- a/dpctl/tensor/_device.py +++ b/dpctl/tensor/_device.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/_dlpack.pxd b/dpctl/tensor/_dlpack.pxd index 81ecf16967..68e2614cc8 100644 --- a/dpctl/tensor/_dlpack.pxd +++ b/dpctl/tensor/_dlpack.pxd @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/_dlpack.pyx b/dpctl/tensor/_dlpack.pyx index afe76885ad..085e986142 100644 --- a/dpctl/tensor/_dlpack.pyx +++ b/dpctl/tensor/_dlpack.pyx @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/_elementwise_common.py b/dpctl/tensor/_elementwise_common.py index 5b26eb9225..ddfae7155a 100644 --- a/dpctl/tensor/_elementwise_common.py +++ b/dpctl/tensor/_elementwise_common.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/_elementwise_funcs.py b/dpctl/tensor/_elementwise_funcs.py index 0329c5cbe1..001a53ab35 100644 --- a/dpctl/tensor/_elementwise_funcs.py +++ b/dpctl/tensor/_elementwise_funcs.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/_flags.pyx b/dpctl/tensor/_flags.pyx index 555d52e374..e51fbb21bd 100644 --- a/dpctl/tensor/_flags.pyx +++ b/dpctl/tensor/_flags.pyx @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/_indexing_functions.py b/dpctl/tensor/_indexing_functions.py index 43162814fc..0c15e863b4 100644 --- a/dpctl/tensor/_indexing_functions.py +++ b/dpctl/tensor/_indexing_functions.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/_linear_algebra_functions.py b/dpctl/tensor/_linear_algebra_functions.py index fa7a252d98..8fd1c532ad 100644 --- a/dpctl/tensor/_linear_algebra_functions.py +++ b/dpctl/tensor/_linear_algebra_functions.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/_manipulation_functions.py b/dpctl/tensor/_manipulation_functions.py index f98a09ca72..65b027e2ba 100644 --- a/dpctl/tensor/_manipulation_functions.py +++ b/dpctl/tensor/_manipulation_functions.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/_numpy_helper.py b/dpctl/tensor/_numpy_helper.py index c7d7418bed..5f369b5d0d 100644 --- a/dpctl/tensor/_numpy_helper.py +++ b/dpctl/tensor/_numpy_helper.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/_print.py b/dpctl/tensor/_print.py index 77bd9d178e..d491ab0852 100644 --- a/dpctl/tensor/_print.py +++ b/dpctl/tensor/_print.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/_reduction.py b/dpctl/tensor/_reduction.py index 4b8403309f..51709a7439 100644 --- a/dpctl/tensor/_reduction.py +++ b/dpctl/tensor/_reduction.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/_reshape.py b/dpctl/tensor/_reshape.py index eb9b7ffcfe..627ed56559 100644 --- a/dpctl/tensor/_reshape.py +++ b/dpctl/tensor/_reshape.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/_search_functions.py b/dpctl/tensor/_search_functions.py index 4a6c32c3f4..a09647ae2e 100644 --- a/dpctl/tensor/_search_functions.py +++ b/dpctl/tensor/_search_functions.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/_set_functions.py b/dpctl/tensor/_set_functions.py index bbba301da4..d23bc68bd5 100644 --- a/dpctl/tensor/_set_functions.py +++ b/dpctl/tensor/_set_functions.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/_slicing.pxi b/dpctl/tensor/_slicing.pxi index 1fa312cce8..240e42a61d 100644 --- a/dpctl/tensor/_slicing.pxi +++ b/dpctl/tensor/_slicing.pxi @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/_sorting.py b/dpctl/tensor/_sorting.py index 19cd2f2836..9354e383db 100644 --- a/dpctl/tensor/_sorting.py +++ b/dpctl/tensor/_sorting.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/_statistical_functions.py b/dpctl/tensor/_statistical_functions.py index 457a8c1a38..48ce9e1534 100644 --- a/dpctl/tensor/_statistical_functions.py +++ b/dpctl/tensor/_statistical_functions.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/_stride_utils.pxi b/dpctl/tensor/_stride_utils.pxi index ebbfd4ec6d..0595cd1741 100644 --- a/dpctl/tensor/_stride_utils.pxi +++ b/dpctl/tensor/_stride_utils.pxi @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/_testing.py b/dpctl/tensor/_testing.py index 1d2a9dc770..704494d568 100644 --- a/dpctl/tensor/_testing.py +++ b/dpctl/tensor/_testing.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/_type_utils.py b/dpctl/tensor/_type_utils.py index f279052f94..c78674ff18 100644 --- a/dpctl/tensor/_type_utils.py +++ b/dpctl/tensor/_type_utils.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/_types.pxi b/dpctl/tensor/_types.pxi index 2a82db186c..f2d26cb16c 100644 --- a/dpctl/tensor/_types.pxi +++ b/dpctl/tensor/_types.pxi @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/_usmarray.pxd b/dpctl/tensor/_usmarray.pxd index c1fe200d24..861d7f01a0 100644 --- a/dpctl/tensor/_usmarray.pxd +++ b/dpctl/tensor/_usmarray.pxd @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/_usmarray.pyx b/dpctl/tensor/_usmarray.pyx index c4ddbaaf88..f61651d4b3 100644 --- a/dpctl/tensor/_usmarray.pyx +++ b/dpctl/tensor/_usmarray.pyx @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/_utility_functions.py b/dpctl/tensor/_utility_functions.py index 381b8ea484..3ac6c40546 100644 --- a/dpctl/tensor/_utility_functions.py +++ b/dpctl/tensor/_utility_functions.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/accumulators.hpp b/dpctl/tensor/libtensor/include/kernels/accumulators.hpp index 68a0d1b5a1..c5231136bf 100644 --- a/dpctl/tensor/libtensor/include/kernels/accumulators.hpp +++ b/dpctl/tensor/libtensor/include/kernels/accumulators.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/alignment.hpp b/dpctl/tensor/libtensor/include/kernels/alignment.hpp index b712e70ce1..a6dc93b6c7 100644 --- a/dpctl/tensor/libtensor/include/kernels/alignment.hpp +++ b/dpctl/tensor/libtensor/include/kernels/alignment.hpp @@ -1,7 +1,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/boolean_advanced_indexing.hpp b/dpctl/tensor/libtensor/include/kernels/boolean_advanced_indexing.hpp index 3aaadef28b..74c691d416 100644 --- a/dpctl/tensor/libtensor/include/kernels/boolean_advanced_indexing.hpp +++ b/dpctl/tensor/libtensor/include/kernels/boolean_advanced_indexing.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/clip.hpp b/dpctl/tensor/libtensor/include/kernels/clip.hpp index d808fc5bcf..5cc7ebc533 100644 --- a/dpctl/tensor/libtensor/include/kernels/clip.hpp +++ b/dpctl/tensor/libtensor/include/kernels/clip.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/constructors.hpp b/dpctl/tensor/libtensor/include/kernels/constructors.hpp index 45b759575f..723218f661 100644 --- a/dpctl/tensor/libtensor/include/kernels/constructors.hpp +++ b/dpctl/tensor/libtensor/include/kernels/constructors.hpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/copy_and_cast.hpp b/dpctl/tensor/libtensor/include/kernels/copy_and_cast.hpp index 92e09f7f5d..bafa6ee7ec 100644 --- a/dpctl/tensor/libtensor/include/kernels/copy_and_cast.hpp +++ b/dpctl/tensor/libtensor/include/kernels/copy_and_cast.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/copy_as_contiguous.hpp b/dpctl/tensor/libtensor/include/kernels/copy_as_contiguous.hpp index 067f804f0d..cf222e1b61 100644 --- a/dpctl/tensor/libtensor/include/kernels/copy_as_contiguous.hpp +++ b/dpctl/tensor/libtensor/include/kernels/copy_as_contiguous.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/dpctl_tensor_types.hpp b/dpctl/tensor/libtensor/include/kernels/dpctl_tensor_types.hpp index 7be907b021..74280e59a2 100644 --- a/dpctl/tensor/libtensor/include/kernels/dpctl_tensor_types.hpp +++ b/dpctl/tensor/libtensor/include/kernels/dpctl_tensor_types.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/abs.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/abs.hpp index 2f1ea90ae9..af3c014ec9 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/abs.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/abs.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/acos.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/acos.hpp index 70551a5a60..e0b9e57339 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/acos.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/acos.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/acosh.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/acosh.hpp index f5516cc450..b0e33e0ac5 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/acosh.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/acosh.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/add.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/add.hpp index f4173169f4..157234bb1f 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/add.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/add.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/angle.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/angle.hpp index 7029a4171a..546012d86e 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/angle.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/angle.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/asin.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/asin.hpp index a3a9daabed..804fb58a44 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/asin.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/asin.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/asinh.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/asinh.hpp index 908180e1a4..78d72b7ece 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/asinh.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/asinh.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/atan.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/atan.hpp index 0d4e53c575..7e0e1b9b18 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/atan.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/atan.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/atan2.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/atan2.hpp index eb35efd5c3..42503e98a6 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/atan2.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/atan2.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/atanh.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/atanh.hpp index 9aa72448f2..eb23ded724 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/atanh.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/atanh.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/bitwise_and.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/bitwise_and.hpp index a4c9e93910..310de9a9fb 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/bitwise_and.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/bitwise_and.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/bitwise_invert.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/bitwise_invert.hpp index c902fac0fa..52cd0ddcb8 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/bitwise_invert.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/bitwise_invert.hpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/bitwise_left_shift.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/bitwise_left_shift.hpp index 80c9296136..b735025c6b 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/bitwise_left_shift.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/bitwise_left_shift.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/bitwise_or.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/bitwise_or.hpp index 26cebc851d..df062fe58a 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/bitwise_or.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/bitwise_or.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/bitwise_right_shift.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/bitwise_right_shift.hpp index 9b86b6a180..6e5df0411a 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/bitwise_right_shift.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/bitwise_right_shift.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/bitwise_xor.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/bitwise_xor.hpp index c28305e4d2..29032b016b 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/bitwise_xor.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/bitwise_xor.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/cabs_impl.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/cabs_impl.hpp index fc42d2d4ba..afa83a64cb 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/cabs_impl.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/cabs_impl.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/cbrt.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/cbrt.hpp index 1239d98992..73261b1cee 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/cbrt.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/cbrt.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/ceil.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/ceil.hpp index 97c0bebe07..e3fae8287c 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/ceil.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/ceil.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/common.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/common.hpp index 77efcfb398..6e1119c294 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/common.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/common.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/common_inplace.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/common_inplace.hpp index 61b539d857..c7941094d7 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/common_inplace.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/common_inplace.hpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/conj.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/conj.hpp index 0f41decb2b..0fdd7e995f 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/conj.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/conj.hpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/copysign.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/copysign.hpp index 0300f68e4e..4cbcfdaa81 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/copysign.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/copysign.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/cos.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/cos.hpp index b2a01783a1..f80a4850d5 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/cos.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/cos.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/cosh.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/cosh.hpp index 62c1008075..1c5887e1ef 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/cosh.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/cosh.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/equal.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/equal.hpp index 7f74520f41..c3e5ea04a8 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/equal.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/equal.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/exp.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/exp.hpp index f2876437ef..6b8756d1bf 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/exp.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/exp.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/exp2.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/exp2.hpp index 260c66f3c0..c88e927525 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/exp2.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/exp2.hpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/expm1.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/expm1.hpp index 210914a81a..be9aeb42c3 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/expm1.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/expm1.hpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/floor.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/floor.hpp index ca5128e8c5..cd0f4f698c 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/floor.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/floor.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/floor_divide.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/floor_divide.hpp index 3752ad1627..d574ef97e3 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/floor_divide.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/floor_divide.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/greater.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/greater.hpp index 50b0e36f8d..42469c77b4 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/greater.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/greater.hpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/greater_equal.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/greater_equal.hpp index 32fcab6694..0079f9b1ba 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/greater_equal.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/greater_equal.hpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/hypot.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/hypot.hpp index 26c854c7af..70f0667dd5 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/hypot.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/hypot.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/imag.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/imag.hpp index abfee0876c..2435356e95 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/imag.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/imag.hpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/isfinite.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/isfinite.hpp index 77a369cc54..7f2d89d4e5 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/isfinite.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/isfinite.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/isinf.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/isinf.hpp index 5c39a8b1c9..9db84c2f40 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/isinf.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/isinf.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/isnan.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/isnan.hpp index 6e2e0ab7d2..8dc3508bce 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/isnan.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/isnan.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/less.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/less.hpp index 3c0c59f2d5..6a56b292fd 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/less.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/less.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/less_equal.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/less_equal.hpp index 1070e558d2..0125440fed 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/less_equal.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/less_equal.hpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/log.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/log.hpp index eb05f90122..92be7b3b6c 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/log.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/log.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/log10.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/log10.hpp index e3f61994a0..61e9c2a48f 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/log10.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/log10.hpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/log1p.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/log1p.hpp index 6902d61448..70afe26c82 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/log1p.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/log1p.hpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/log2.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/log2.hpp index a208833da5..0c399b54c1 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/log2.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/log2.hpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/logaddexp.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/logaddexp.hpp index d2afa1e233..56de4b62e1 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/logaddexp.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/logaddexp.hpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/logical_and.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/logical_and.hpp index 547e4b9a75..257f1afd17 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/logical_and.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/logical_and.hpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/logical_not.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/logical_not.hpp index 38e777cc27..ab8d1256d0 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/logical_not.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/logical_not.hpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/logical_or.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/logical_or.hpp index a5a4ba6dbf..1cd499f7f4 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/logical_or.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/logical_or.hpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/logical_xor.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/logical_xor.hpp index 918b31d4f1..f7962181d3 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/logical_xor.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/logical_xor.hpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/maximum.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/maximum.hpp index 3557657955..192dfb0d4d 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/maximum.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/maximum.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/minimum.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/minimum.hpp index 2f3969282e..cc40f92800 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/minimum.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/minimum.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/multiply.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/multiply.hpp index 6273954820..3b31800453 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/multiply.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/multiply.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/negative.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/negative.hpp index 329f3768d1..28b9cca8f6 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/negative.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/negative.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/nextafter.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/nextafter.hpp index 3d4c8c798d..57ca03dca7 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/nextafter.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/nextafter.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/not_equal.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/not_equal.hpp index bf191c0052..1e597a186e 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/not_equal.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/not_equal.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/positive.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/positive.hpp index 2bdf679082..c30beaf2e2 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/positive.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/positive.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/pow.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/pow.hpp index 3df668672c..82ffdb520b 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/pow.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/pow.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/proj.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/proj.hpp index bca2533839..4bca388ac2 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/proj.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/proj.hpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/real.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/real.hpp index 5bff2ebd4f..e29ba2933d 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/real.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/real.hpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/reciprocal.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/reciprocal.hpp index f6b1b1857c..69adfb1390 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/reciprocal.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/reciprocal.hpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/remainder.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/remainder.hpp index e1ecf23b6a..3332803402 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/remainder.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/remainder.hpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/round.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/round.hpp index a1890f278c..2d7fb20a99 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/round.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/round.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/rsqrt.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/rsqrt.hpp index 0a45f52c0a..a64528e958 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/rsqrt.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/rsqrt.hpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/sign.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/sign.hpp index 98e4b7bdd6..2b1791f24c 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/sign.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/sign.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/signbit.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/signbit.hpp index 7ebdcaa1ae..3ea24ba761 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/signbit.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/signbit.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/sin.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/sin.hpp index 9a7f013f85..c869eefa9d 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/sin.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/sin.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/sinh.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/sinh.hpp index 7361210384..929f7b6556 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/sinh.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/sinh.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/sqrt.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/sqrt.hpp index cd46f97b1b..1754a02b7f 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/sqrt.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/sqrt.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/square.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/square.hpp index 1c86c5b501..d5d3623707 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/square.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/square.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/subtract.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/subtract.hpp index 62ca7df4a5..3b9e105a29 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/subtract.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/subtract.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/tan.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/tan.hpp index d65e0e3081..092c12e4f4 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/tan.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/tan.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/tanh.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/tanh.hpp index 22d920047c..884dc3bece 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/tanh.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/tanh.hpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/true_divide.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/true_divide.hpp index 0f4dfe4119..55065ef9ad 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/true_divide.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/true_divide.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/trunc.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/trunc.hpp index 2091fe6f37..f7d2bbc596 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/trunc.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/trunc.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/vec_size_util.hpp b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/vec_size_util.hpp index 0be2c68c3b..ae4024cfbe 100644 --- a/dpctl/tensor/libtensor/include/kernels/elementwise_functions/vec_size_util.hpp +++ b/dpctl/tensor/libtensor/include/kernels/elementwise_functions/vec_size_util.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/integer_advanced_indexing.hpp b/dpctl/tensor/libtensor/include/kernels/integer_advanced_indexing.hpp index 0006a8b123..8d3c454cc6 100644 --- a/dpctl/tensor/libtensor/include/kernels/integer_advanced_indexing.hpp +++ b/dpctl/tensor/libtensor/include/kernels/integer_advanced_indexing.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/linalg_functions/dot_product.hpp b/dpctl/tensor/libtensor/include/kernels/linalg_functions/dot_product.hpp index cc03570ec9..4f2e693779 100644 --- a/dpctl/tensor/libtensor/include/kernels/linalg_functions/dot_product.hpp +++ b/dpctl/tensor/libtensor/include/kernels/linalg_functions/dot_product.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/linalg_functions/gemm.hpp b/dpctl/tensor/libtensor/include/kernels/linalg_functions/gemm.hpp index 63f9bcf37b..7ae6f7d791 100644 --- a/dpctl/tensor/libtensor/include/kernels/linalg_functions/gemm.hpp +++ b/dpctl/tensor/libtensor/include/kernels/linalg_functions/gemm.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/reductions.hpp b/dpctl/tensor/libtensor/include/kernels/reductions.hpp index f706802e2c..8e41ce5bf1 100644 --- a/dpctl/tensor/libtensor/include/kernels/reductions.hpp +++ b/dpctl/tensor/libtensor/include/kernels/reductions.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/repeat.hpp b/dpctl/tensor/libtensor/include/kernels/repeat.hpp index 5e83f5222f..a0ec639de5 100644 --- a/dpctl/tensor/libtensor/include/kernels/repeat.hpp +++ b/dpctl/tensor/libtensor/include/kernels/repeat.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/sorting/merge_sort.hpp b/dpctl/tensor/libtensor/include/kernels/sorting/merge_sort.hpp index dd4e3864d7..577b319f11 100644 --- a/dpctl/tensor/libtensor/include/kernels/sorting/merge_sort.hpp +++ b/dpctl/tensor/libtensor/include/kernels/sorting/merge_sort.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/sorting/radix_sort.hpp b/dpctl/tensor/libtensor/include/kernels/sorting/radix_sort.hpp index e21c23b2e0..8e54e0a0c8 100644 --- a/dpctl/tensor/libtensor/include/kernels/sorting/radix_sort.hpp +++ b/dpctl/tensor/libtensor/include/kernels/sorting/radix_sort.hpp @@ -1,7 +1,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/sorting/search_sorted_detail.hpp b/dpctl/tensor/libtensor/include/kernels/sorting/search_sorted_detail.hpp index 8d8b080ce5..b96e3dea82 100644 --- a/dpctl/tensor/libtensor/include/kernels/sorting/search_sorted_detail.hpp +++ b/dpctl/tensor/libtensor/include/kernels/sorting/search_sorted_detail.hpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/sorting/searchsorted.hpp b/dpctl/tensor/libtensor/include/kernels/sorting/searchsorted.hpp index b235b7212a..29a4c49c25 100644 --- a/dpctl/tensor/libtensor/include/kernels/sorting/searchsorted.hpp +++ b/dpctl/tensor/libtensor/include/kernels/sorting/searchsorted.hpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/sorting/sort_impl_fn_ptr_t.hpp b/dpctl/tensor/libtensor/include/kernels/sorting/sort_impl_fn_ptr_t.hpp index 214b6a2064..4e5ce16632 100644 --- a/dpctl/tensor/libtensor/include/kernels/sorting/sort_impl_fn_ptr_t.hpp +++ b/dpctl/tensor/libtensor/include/kernels/sorting/sort_impl_fn_ptr_t.hpp @@ -1,7 +1,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/sorting/sort_utils.hpp b/dpctl/tensor/libtensor/include/kernels/sorting/sort_utils.hpp index d1f166f945..2ffa0cb88a 100644 --- a/dpctl/tensor/libtensor/include/kernels/sorting/sort_utils.hpp +++ b/dpctl/tensor/libtensor/include/kernels/sorting/sort_utils.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/sorting/topk.hpp b/dpctl/tensor/libtensor/include/kernels/sorting/topk.hpp index 1828c88eb4..dd98e6e20d 100644 --- a/dpctl/tensor/libtensor/include/kernels/sorting/topk.hpp +++ b/dpctl/tensor/libtensor/include/kernels/sorting/topk.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/kernels/where.hpp b/dpctl/tensor/libtensor/include/kernels/where.hpp index 7c10901ddd..80e0262638 100644 --- a/dpctl/tensor/libtensor/include/kernels/where.hpp +++ b/dpctl/tensor/libtensor/include/kernels/where.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/utils/indexing_utils.hpp b/dpctl/tensor/libtensor/include/utils/indexing_utils.hpp index 59f5c4042b..2aae899d50 100644 --- a/dpctl/tensor/libtensor/include/utils/indexing_utils.hpp +++ b/dpctl/tensor/libtensor/include/utils/indexing_utils.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/utils/math_utils.hpp b/dpctl/tensor/libtensor/include/utils/math_utils.hpp index 5be40bdee9..a49b56b6ba 100644 --- a/dpctl/tensor/libtensor/include/utils/math_utils.hpp +++ b/dpctl/tensor/libtensor/include/utils/math_utils.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/utils/memory_overlap.hpp b/dpctl/tensor/libtensor/include/utils/memory_overlap.hpp index fd49c7c2b2..af8d1a4874 100644 --- a/dpctl/tensor/libtensor/include/utils/memory_overlap.hpp +++ b/dpctl/tensor/libtensor/include/utils/memory_overlap.hpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/utils/offset_utils.hpp b/dpctl/tensor/libtensor/include/utils/offset_utils.hpp index c113f30c51..bd2b67afcb 100644 --- a/dpctl/tensor/libtensor/include/utils/offset_utils.hpp +++ b/dpctl/tensor/libtensor/include/utils/offset_utils.hpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/utils/output_validation.hpp b/dpctl/tensor/libtensor/include/utils/output_validation.hpp index 01605dbce6..77658a4575 100644 --- a/dpctl/tensor/libtensor/include/utils/output_validation.hpp +++ b/dpctl/tensor/libtensor/include/utils/output_validation.hpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/utils/strided_iters.hpp b/dpctl/tensor/libtensor/include/utils/strided_iters.hpp index 4c500e6dda..3b5ff9e5aa 100644 --- a/dpctl/tensor/libtensor/include/utils/strided_iters.hpp +++ b/dpctl/tensor/libtensor/include/utils/strided_iters.hpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/utils/sycl_alloc_utils.hpp b/dpctl/tensor/libtensor/include/utils/sycl_alloc_utils.hpp index 95df05f0b3..fa9f23015c 100644 --- a/dpctl/tensor/libtensor/include/utils/sycl_alloc_utils.hpp +++ b/dpctl/tensor/libtensor/include/utils/sycl_alloc_utils.hpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/utils/sycl_utils.hpp b/dpctl/tensor/libtensor/include/utils/sycl_utils.hpp index 9226b991c0..cc229c9a88 100644 --- a/dpctl/tensor/libtensor/include/utils/sycl_utils.hpp +++ b/dpctl/tensor/libtensor/include/utils/sycl_utils.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/utils/type_dispatch.hpp b/dpctl/tensor/libtensor/include/utils/type_dispatch.hpp index d6f621436d..29e0559887 100644 --- a/dpctl/tensor/libtensor/include/utils/type_dispatch.hpp +++ b/dpctl/tensor/libtensor/include/utils/type_dispatch.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/utils/type_dispatch_building.hpp b/dpctl/tensor/libtensor/include/utils/type_dispatch_building.hpp index c11674cca7..4394d9a4b1 100644 --- a/dpctl/tensor/libtensor/include/utils/type_dispatch_building.hpp +++ b/dpctl/tensor/libtensor/include/utils/type_dispatch_building.hpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/include/utils/type_utils.hpp b/dpctl/tensor/libtensor/include/utils/type_utils.hpp index 405d8a6739..e9493aebfe 100644 --- a/dpctl/tensor/libtensor/include/utils/type_utils.hpp +++ b/dpctl/tensor/libtensor/include/utils/type_utils.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/accumulators.cpp b/dpctl/tensor/libtensor/source/accumulators.cpp index eadf574bbb..5430fcc58c 100644 --- a/dpctl/tensor/libtensor/source/accumulators.cpp +++ b/dpctl/tensor/libtensor/source/accumulators.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/accumulators.hpp b/dpctl/tensor/libtensor/source/accumulators.hpp index d4816e0d3e..78e5786da2 100644 --- a/dpctl/tensor/libtensor/source/accumulators.hpp +++ b/dpctl/tensor/libtensor/source/accumulators.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/accumulators/accumulate_over_axis.hpp b/dpctl/tensor/libtensor/source/accumulators/accumulate_over_axis.hpp index 573ff72f81..bc8306a5a4 100644 --- a/dpctl/tensor/libtensor/source/accumulators/accumulate_over_axis.hpp +++ b/dpctl/tensor/libtensor/source/accumulators/accumulate_over_axis.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/accumulators/accumulators_common.cpp b/dpctl/tensor/libtensor/source/accumulators/accumulators_common.cpp index 4b7de25df7..2938f541bf 100644 --- a/dpctl/tensor/libtensor/source/accumulators/accumulators_common.cpp +++ b/dpctl/tensor/libtensor/source/accumulators/accumulators_common.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/accumulators/accumulators_common.hpp b/dpctl/tensor/libtensor/source/accumulators/accumulators_common.hpp index a61eb3a63a..5f60dfa676 100644 --- a/dpctl/tensor/libtensor/source/accumulators/accumulators_common.hpp +++ b/dpctl/tensor/libtensor/source/accumulators/accumulators_common.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/accumulators/cumulative_logsumexp.cpp b/dpctl/tensor/libtensor/source/accumulators/cumulative_logsumexp.cpp index f9d62f3e4b..85d861dcd7 100644 --- a/dpctl/tensor/libtensor/source/accumulators/cumulative_logsumexp.cpp +++ b/dpctl/tensor/libtensor/source/accumulators/cumulative_logsumexp.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/accumulators/cumulative_logsumexp.hpp b/dpctl/tensor/libtensor/source/accumulators/cumulative_logsumexp.hpp index 991508d5d7..ba434689b2 100644 --- a/dpctl/tensor/libtensor/source/accumulators/cumulative_logsumexp.hpp +++ b/dpctl/tensor/libtensor/source/accumulators/cumulative_logsumexp.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/accumulators/cumulative_prod.cpp b/dpctl/tensor/libtensor/source/accumulators/cumulative_prod.cpp index 6880069fe5..b9b3b684f6 100644 --- a/dpctl/tensor/libtensor/source/accumulators/cumulative_prod.cpp +++ b/dpctl/tensor/libtensor/source/accumulators/cumulative_prod.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/accumulators/cumulative_prod.hpp b/dpctl/tensor/libtensor/source/accumulators/cumulative_prod.hpp index b9cced2879..e7ad65672d 100644 --- a/dpctl/tensor/libtensor/source/accumulators/cumulative_prod.hpp +++ b/dpctl/tensor/libtensor/source/accumulators/cumulative_prod.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/accumulators/cumulative_sum.cpp b/dpctl/tensor/libtensor/source/accumulators/cumulative_sum.cpp index f023833982..2e6cfddfb6 100644 --- a/dpctl/tensor/libtensor/source/accumulators/cumulative_sum.cpp +++ b/dpctl/tensor/libtensor/source/accumulators/cumulative_sum.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/accumulators/cumulative_sum.hpp b/dpctl/tensor/libtensor/source/accumulators/cumulative_sum.hpp index 68a4d5d282..076b98ca1a 100644 --- a/dpctl/tensor/libtensor/source/accumulators/cumulative_sum.hpp +++ b/dpctl/tensor/libtensor/source/accumulators/cumulative_sum.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/boolean_advanced_indexing.cpp b/dpctl/tensor/libtensor/source/boolean_advanced_indexing.cpp index 48e385b238..843474a265 100644 --- a/dpctl/tensor/libtensor/source/boolean_advanced_indexing.cpp +++ b/dpctl/tensor/libtensor/source/boolean_advanced_indexing.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/boolean_advanced_indexing.hpp b/dpctl/tensor/libtensor/source/boolean_advanced_indexing.hpp index 41d8e7e33d..9ea72e969c 100644 --- a/dpctl/tensor/libtensor/source/boolean_advanced_indexing.hpp +++ b/dpctl/tensor/libtensor/source/boolean_advanced_indexing.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/clip.cpp b/dpctl/tensor/libtensor/source/clip.cpp index 68e1276c5f..e381ea7b96 100644 --- a/dpctl/tensor/libtensor/source/clip.cpp +++ b/dpctl/tensor/libtensor/source/clip.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/clip.hpp b/dpctl/tensor/libtensor/source/clip.hpp index ac6ea9008a..cb771282e8 100644 --- a/dpctl/tensor/libtensor/source/clip.hpp +++ b/dpctl/tensor/libtensor/source/clip.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/copy_and_cast_usm_to_usm.cpp b/dpctl/tensor/libtensor/source/copy_and_cast_usm_to_usm.cpp index 3658d92a5c..86bb0ac064 100644 --- a/dpctl/tensor/libtensor/source/copy_and_cast_usm_to_usm.cpp +++ b/dpctl/tensor/libtensor/source/copy_and_cast_usm_to_usm.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/copy_and_cast_usm_to_usm.hpp b/dpctl/tensor/libtensor/source/copy_and_cast_usm_to_usm.hpp index 10e7c2d759..3d1dabe97f 100644 --- a/dpctl/tensor/libtensor/source/copy_and_cast_usm_to_usm.hpp +++ b/dpctl/tensor/libtensor/source/copy_and_cast_usm_to_usm.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/copy_as_contig.cpp b/dpctl/tensor/libtensor/source/copy_as_contig.cpp index 5d2b9291d2..3eba902e14 100644 --- a/dpctl/tensor/libtensor/source/copy_as_contig.cpp +++ b/dpctl/tensor/libtensor/source/copy_as_contig.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/copy_for_reshape.cpp b/dpctl/tensor/libtensor/source/copy_for_reshape.cpp index d76775f78c..8fee94dcb0 100644 --- a/dpctl/tensor/libtensor/source/copy_for_reshape.cpp +++ b/dpctl/tensor/libtensor/source/copy_for_reshape.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/copy_for_reshape.hpp b/dpctl/tensor/libtensor/source/copy_for_reshape.hpp index 116791cdfb..ac1e1b0941 100644 --- a/dpctl/tensor/libtensor/source/copy_for_reshape.hpp +++ b/dpctl/tensor/libtensor/source/copy_for_reshape.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/copy_for_roll.cpp b/dpctl/tensor/libtensor/source/copy_for_roll.cpp index c1235b87e7..4d72df907b 100644 --- a/dpctl/tensor/libtensor/source/copy_for_roll.cpp +++ b/dpctl/tensor/libtensor/source/copy_for_roll.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/copy_for_roll.hpp b/dpctl/tensor/libtensor/source/copy_for_roll.hpp index cb7a9629c8..5ebfedce5e 100644 --- a/dpctl/tensor/libtensor/source/copy_for_roll.hpp +++ b/dpctl/tensor/libtensor/source/copy_for_roll.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/copy_numpy_ndarray_into_usm_ndarray.cpp b/dpctl/tensor/libtensor/source/copy_numpy_ndarray_into_usm_ndarray.cpp index bd224e83af..23a392397f 100644 --- a/dpctl/tensor/libtensor/source/copy_numpy_ndarray_into_usm_ndarray.cpp +++ b/dpctl/tensor/libtensor/source/copy_numpy_ndarray_into_usm_ndarray.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/copy_numpy_ndarray_into_usm_ndarray.hpp b/dpctl/tensor/libtensor/source/copy_numpy_ndarray_into_usm_ndarray.hpp index 14cb4414b2..fed827a803 100644 --- a/dpctl/tensor/libtensor/source/copy_numpy_ndarray_into_usm_ndarray.hpp +++ b/dpctl/tensor/libtensor/source/copy_numpy_ndarray_into_usm_ndarray.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/device_support_queries.cpp b/dpctl/tensor/libtensor/source/device_support_queries.cpp index 2d212ca0fc..1a76f0b30b 100644 --- a/dpctl/tensor/libtensor/source/device_support_queries.cpp +++ b/dpctl/tensor/libtensor/source/device_support_queries.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/device_support_queries.hpp b/dpctl/tensor/libtensor/source/device_support_queries.hpp index f5a10b9389..84bf368f56 100644 --- a/dpctl/tensor/libtensor/source/device_support_queries.hpp +++ b/dpctl/tensor/libtensor/source/device_support_queries.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/abs.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/abs.cpp index 0d4771c696..0696a19cc3 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/abs.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/abs.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/abs.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/abs.hpp index dc4ad97f09..0dde150f2c 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/abs.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/abs.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/acos.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/acos.cpp index d6929aaf7e..a36d324ac3 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/acos.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/acos.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/acos.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/acos.hpp index 6ff69bb44a..f509a09667 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/acos.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/acos.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/acosh.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/acosh.cpp index 04e069f6e3..9fa4034e72 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/acosh.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/acosh.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/acosh.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/acosh.hpp index b7eb396a33..6f4ff05cee 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/acosh.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/acosh.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/add.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/add.cpp index 823647aefd..9133b2bc26 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/add.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/add.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/add.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/add.hpp index 85b79e6264..5753117ff6 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/add.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/add.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/angle.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/angle.cpp index 3ccf8a5ea8..2012ec93af 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/angle.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/angle.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/angle.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/angle.hpp index 6502a1055d..b7ed14a75d 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/angle.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/angle.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/asin.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/asin.cpp index a08881a893..b475e0346a 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/asin.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/asin.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/asin.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/asin.hpp index 6059790c7e..a78e10f936 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/asin.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/asin.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/asinh.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/asinh.cpp index bf67f0a892..d189449f8d 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/asinh.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/asinh.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/asinh.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/asinh.hpp index d5f2c7ad48..7c906bf61a 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/asinh.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/asinh.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/atan.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/atan.cpp index 2c323448a6..2252276d31 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/atan.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/atan.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/atan.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/atan.hpp index b5e2a78772..29ed49f7ae 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/atan.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/atan.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/atan2.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/atan2.cpp index 82e288be40..3cc66735cf 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/atan2.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/atan2.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/atan2.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/atan2.hpp index dd4a6bda70..010c42c2e2 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/atan2.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/atan2.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/atanh.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/atanh.cpp index fbf336f220..f3f4ab071a 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/atanh.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/atanh.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/atanh.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/atanh.hpp index b1b570b56f..803ea555ff 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/atanh.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/atanh.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/bitwise_and.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/bitwise_and.cpp index 15ccf22ea2..a4965a4db3 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/bitwise_and.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/bitwise_and.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/bitwise_and.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/bitwise_and.hpp index ca574b1fa4..6784538d19 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/bitwise_and.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/bitwise_and.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/bitwise_invert.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/bitwise_invert.cpp index 0b5f8cff61..d33204ca34 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/bitwise_invert.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/bitwise_invert.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/bitwise_invert.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/bitwise_invert.hpp index cea8f2651e..f7f6927440 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/bitwise_invert.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/bitwise_invert.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/bitwise_left_shift.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/bitwise_left_shift.cpp index 833b78e697..e46bb5ac91 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/bitwise_left_shift.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/bitwise_left_shift.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/bitwise_left_shift.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/bitwise_left_shift.hpp index d220174ae4..665b55a3e9 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/bitwise_left_shift.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/bitwise_left_shift.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/bitwise_or.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/bitwise_or.cpp index ecdaeb6577..b85f1f2b54 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/bitwise_or.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/bitwise_or.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/bitwise_or.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/bitwise_or.hpp index e160f0659c..774f5d5d51 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/bitwise_or.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/bitwise_or.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/bitwise_right_shift.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/bitwise_right_shift.cpp index 9f74037f41..ebef7e5e1b 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/bitwise_right_shift.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/bitwise_right_shift.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/bitwise_right_shift.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/bitwise_right_shift.hpp index f03fc6577c..21286f044c 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/bitwise_right_shift.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/bitwise_right_shift.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/bitwise_xor.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/bitwise_xor.cpp index 6124f305e0..b133d22758 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/bitwise_xor.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/bitwise_xor.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/bitwise_xor.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/bitwise_xor.hpp index 05946713fd..680284e879 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/bitwise_xor.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/bitwise_xor.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/cbrt.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/cbrt.cpp index 5703814d07..84ae322ea2 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/cbrt.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/cbrt.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/cbrt.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/cbrt.hpp index ad4b3e83ae..2269290f50 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/cbrt.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/cbrt.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/ceil.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/ceil.cpp index 72d1116286..9e925f39d1 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/ceil.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/ceil.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/ceil.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/ceil.hpp index b32c6a55e5..07407a5e3b 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/ceil.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/ceil.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/conj.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/conj.cpp index 5dc1534964..80cb5e390d 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/conj.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/conj.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/conj.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/conj.hpp index 27f42736dc..3e77e9b40b 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/conj.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/conj.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/copysign.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/copysign.cpp index 50ba1df48a..48a66d339e 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/copysign.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/copysign.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/copysign.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/copysign.hpp index 71098bc5de..6e2328a009 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/copysign.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/copysign.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/cos.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/cos.cpp index 1704b8a7a6..4f9cfbd4c9 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/cos.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/cos.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/cos.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/cos.hpp index e5271a0de2..438bcd33e5 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/cos.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/cos.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/cosh.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/cosh.cpp index b57e5c9b3f..2c41db31c4 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/cosh.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/cosh.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/cosh.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/cosh.hpp index a1c73d5202..b244a1649f 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/cosh.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/cosh.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/elementwise_common.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/elementwise_common.cpp index 92638fbb4c..21c3468325 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/elementwise_common.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/elementwise_common.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/elementwise_common.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/elementwise_common.hpp index 1cb6186f0d..9a78a0eb6e 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/elementwise_common.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/elementwise_common.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/elementwise_functions.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/elementwise_functions.hpp index e71e4156bf..7339597d73 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/elementwise_functions.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/elementwise_functions.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/elementwise_functions_type_utils.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/elementwise_functions_type_utils.cpp index db1beee24a..fa024401f2 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/elementwise_functions_type_utils.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/elementwise_functions_type_utils.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/elementwise_functions_type_utils.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/elementwise_functions_type_utils.hpp index 0a8a266ee5..c4d7a91ae8 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/elementwise_functions_type_utils.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/elementwise_functions_type_utils.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/equal.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/equal.cpp index d37eb13722..f09d1b075f 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/equal.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/equal.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/equal.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/equal.hpp index 75419696b3..521b2df24b 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/equal.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/equal.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/exp.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/exp.cpp index 836c07f3cc..68ea0cc450 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/exp.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/exp.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/exp.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/exp.hpp index d1130d3a0b..fe98d14e8e 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/exp.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/exp.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/exp2.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/exp2.cpp index adee172499..c32d293058 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/exp2.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/exp2.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/exp2.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/exp2.hpp index 5a3e21282c..1750e65a07 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/exp2.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/exp2.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/expm1.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/expm1.cpp index 5de1a86766..da8709ad44 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/expm1.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/expm1.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/expm1.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/expm1.hpp index ce6d53f96e..1849561c28 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/expm1.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/expm1.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/floor.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/floor.cpp index 2dab8372f6..3569c38f66 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/floor.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/floor.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/floor.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/floor.hpp index aa71e1b257..ffac98b461 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/floor.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/floor.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/floor_divide.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/floor_divide.cpp index 921b494fd1..9dacfe59d6 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/floor_divide.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/floor_divide.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/floor_divide.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/floor_divide.hpp index 4ce1eaa3ef..c7667b133a 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/floor_divide.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/floor_divide.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/greater.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/greater.cpp index 4b0e90c413..abc2d3a3e3 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/greater.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/greater.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/greater.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/greater.hpp index a37ebba4fc..7fb0777da4 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/greater.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/greater.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/greater_equal.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/greater_equal.cpp index b291ed9835..56ba8a6cd4 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/greater_equal.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/greater_equal.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/greater_equal.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/greater_equal.hpp index 75cc1204e3..17506f4cf2 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/greater_equal.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/greater_equal.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/hypot.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/hypot.cpp index 606a7dc965..ff31df7a57 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/hypot.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/hypot.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/hypot.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/hypot.hpp index 301555094b..9eb5d88172 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/hypot.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/hypot.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/imag.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/imag.cpp index cadb8a37a3..49ab30d379 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/imag.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/imag.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/imag.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/imag.hpp index 4fee099c76..bb4be2653b 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/imag.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/imag.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/isfinite.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/isfinite.cpp index 7174701b20..efc8261d38 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/isfinite.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/isfinite.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/isfinite.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/isfinite.hpp index f6ab9840e5..0f356f22bc 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/isfinite.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/isfinite.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/isinf.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/isinf.cpp index 42d4832696..6a2b52667a 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/isinf.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/isinf.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/isinf.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/isinf.hpp index 712a94deef..17dc5bc4e8 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/isinf.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/isinf.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/isnan.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/isnan.cpp index 2594b13d76..76add38608 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/isnan.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/isnan.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/isnan.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/isnan.hpp index 52d65bf54a..821722f8cc 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/isnan.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/isnan.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/less.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/less.cpp index f7066c1c69..6011697655 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/less.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/less.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/less.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/less.hpp index 888fb55ae0..0ed7f7f154 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/less.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/less.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/less_equal.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/less_equal.cpp index b86109ae77..a66da28e6c 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/less_equal.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/less_equal.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/less_equal.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/less_equal.hpp index 739f03a667..a9b7992076 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/less_equal.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/less_equal.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/log.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/log.cpp index e10cb9efdd..236fb40474 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/log.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/log.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/log.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/log.hpp index db45157bd2..273e26ebc5 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/log.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/log.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/log10.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/log10.cpp index 7a074d2e0a..cfcb299256 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/log10.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/log10.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/log10.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/log10.hpp index 9c568cc833..ec745f8758 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/log10.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/log10.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/log1p.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/log1p.cpp index 86d2768d4e..0f36b79058 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/log1p.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/log1p.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/log1p.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/log1p.hpp index 9a2e806ce8..01e0dc35d3 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/log1p.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/log1p.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/log2.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/log2.cpp index 2bab763291..1300ada1b0 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/log2.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/log2.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/log2.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/log2.hpp index ddc6b06ea7..b4a1311fad 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/log2.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/log2.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/logaddexp.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/logaddexp.cpp index 45357fe3f5..91cec9caa1 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/logaddexp.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/logaddexp.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/logaddexp.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/logaddexp.hpp index ce030f362e..64b3287710 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/logaddexp.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/logaddexp.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/logical_and.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/logical_and.cpp index 0c88e6f4fb..f7da59fa25 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/logical_and.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/logical_and.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/logical_and.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/logical_and.hpp index 0d945441f7..461962b39a 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/logical_and.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/logical_and.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/logical_not.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/logical_not.cpp index 81cbf0c7cf..d799cc03de 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/logical_not.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/logical_not.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/logical_not.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/logical_not.hpp index 38ee3e0aff..13a78ed0eb 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/logical_not.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/logical_not.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/logical_or.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/logical_or.cpp index 945819a447..e1d5abd4a3 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/logical_or.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/logical_or.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/logical_or.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/logical_or.hpp index e8c19840fb..9fc581997e 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/logical_or.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/logical_or.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/logical_xor.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/logical_xor.cpp index ef88a3a840..7aa6d27b27 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/logical_xor.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/logical_xor.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/logical_xor.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/logical_xor.hpp index df94f23d13..aa223ad33c 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/logical_xor.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/logical_xor.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/maximum.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/maximum.cpp index 3a8d051b97..4cd20f9f3a 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/maximum.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/maximum.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/maximum.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/maximum.hpp index a692b08715..c427176a05 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/maximum.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/maximum.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/minimum.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/minimum.cpp index 67f55065f4..efc19e2147 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/minimum.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/minimum.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/minimum.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/minimum.hpp index f4d72873ec..5d87fb5cda 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/minimum.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/minimum.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/multiply.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/multiply.cpp index 22fc293c98..d073344d08 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/multiply.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/multiply.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/multiply.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/multiply.hpp index 3e07120434..fe9208c545 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/multiply.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/multiply.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/negative.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/negative.cpp index 68abd41437..ec6354fb74 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/negative.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/negative.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/negative.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/negative.hpp index 49c63899cb..dcb5b57bf1 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/negative.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/negative.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/nextafter.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/nextafter.cpp index 772372a2d8..45135199f1 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/nextafter.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/nextafter.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/nextafter.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/nextafter.hpp index c556b90af9..e704db90d6 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/nextafter.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/nextafter.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/not_equal.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/not_equal.cpp index c910d86bda..634749541d 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/not_equal.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/not_equal.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/not_equal.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/not_equal.hpp index 5fc8d62963..a04189f0a5 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/not_equal.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/not_equal.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/positive.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/positive.cpp index fe74987797..1f0c1241b2 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/positive.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/positive.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/positive.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/positive.hpp index 346ee7a926..9bbd63ca9e 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/positive.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/positive.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/pow.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/pow.cpp index 25e96eee7f..fc15932fdd 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/pow.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/pow.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/pow.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/pow.hpp index f59216967a..4e052db9bb 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/pow.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/pow.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/proj.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/proj.cpp index d2f35f573a..672eae7078 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/proj.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/proj.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/proj.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/proj.hpp index ab4b01fb1f..b788837493 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/proj.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/proj.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/real.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/real.cpp index 87560a3f96..0e84c4fb4e 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/real.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/real.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/real.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/real.hpp index 4f82d8f86f..f99ac98579 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/real.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/real.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/reciprocal.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/reciprocal.cpp index 9a1b8dda1b..90ce6ff6ea 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/reciprocal.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/reciprocal.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/reciprocal.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/reciprocal.hpp index 52ba5c212f..20c6dd8654 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/reciprocal.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/reciprocal.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/remainder.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/remainder.cpp index a2d3f48099..44a23f7ac9 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/remainder.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/remainder.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/remainder.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/remainder.hpp index 02a6a9105a..16d4402a1d 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/remainder.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/remainder.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/round.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/round.cpp index c41b94991f..41fa4f0a08 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/round.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/round.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/round.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/round.hpp index 4aa9e0cdf4..0eef7ee1b2 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/round.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/round.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/rsqrt.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/rsqrt.cpp index 9d9ed0c578..67c4ca14eb 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/rsqrt.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/rsqrt.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/rsqrt.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/rsqrt.hpp index e1c6c236b5..11a011c63b 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/rsqrt.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/rsqrt.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/sign.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/sign.cpp index 342a7b86d2..f8d9183a98 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/sign.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/sign.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/sign.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/sign.hpp index 8efe5a9576..acb8db91f7 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/sign.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/sign.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/signbit.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/signbit.cpp index 156c6e4b35..1ed31d2b0e 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/signbit.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/signbit.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/signbit.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/signbit.hpp index 96071fd65b..9ab3154c57 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/signbit.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/signbit.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/sin.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/sin.cpp index b71e7a8de4..3b624475da 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/sin.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/sin.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/sin.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/sin.hpp index 315ab436e2..25a84ab74a 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/sin.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/sin.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/sinh.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/sinh.cpp index 0e228788cd..974783829b 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/sinh.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/sinh.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/sinh.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/sinh.hpp index eb8a21095b..c1fa1d6c35 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/sinh.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/sinh.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/sqrt.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/sqrt.cpp index 60b9d82438..7816a5ae31 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/sqrt.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/sqrt.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/sqrt.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/sqrt.hpp index 2b2d626ed6..0a6ea9e9bf 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/sqrt.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/sqrt.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/square.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/square.cpp index 733fdc1952..ae6c2a8383 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/square.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/square.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/square.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/square.hpp index cc817b254a..50ab30c6ca 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/square.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/square.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/subtract.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/subtract.cpp index f1c1324a58..b4e8ec0a98 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/subtract.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/subtract.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/subtract.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/subtract.hpp index dcb4cfaf86..89cdfd6d0e 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/subtract.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/subtract.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/tan.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/tan.cpp index 999e31f934..99d307e11e 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/tan.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/tan.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/tan.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/tan.hpp index 8fbdc16c4d..96df1026a2 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/tan.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/tan.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/tanh.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/tanh.cpp index 284b22c39a..55c6f5707a 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/tanh.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/tanh.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/tanh.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/tanh.hpp index 308dbc960d..1c85a6826a 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/tanh.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/tanh.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/true_divide.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/true_divide.cpp index d82de33de0..9b11aa022e 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/true_divide.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/true_divide.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/true_divide.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/true_divide.hpp index a34122919e..dbe0551a61 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/true_divide.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/true_divide.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/trunc.cpp b/dpctl/tensor/libtensor/source/elementwise_functions/trunc.cpp index fd08c6ad1e..68ae8ad93e 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/trunc.cpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/trunc.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/elementwise_functions/trunc.hpp b/dpctl/tensor/libtensor/source/elementwise_functions/trunc.hpp index df025dc256..443648d55c 100644 --- a/dpctl/tensor/libtensor/source/elementwise_functions/trunc.hpp +++ b/dpctl/tensor/libtensor/source/elementwise_functions/trunc.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/eye_ctor.cpp b/dpctl/tensor/libtensor/source/eye_ctor.cpp index 609a76d517..f475907064 100644 --- a/dpctl/tensor/libtensor/source/eye_ctor.cpp +++ b/dpctl/tensor/libtensor/source/eye_ctor.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/eye_ctor.hpp b/dpctl/tensor/libtensor/source/eye_ctor.hpp index be12e2f67d..b156f06a1c 100644 --- a/dpctl/tensor/libtensor/source/eye_ctor.hpp +++ b/dpctl/tensor/libtensor/source/eye_ctor.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/full_ctor.cpp b/dpctl/tensor/libtensor/source/full_ctor.cpp index 4557a2b32b..393455b23f 100644 --- a/dpctl/tensor/libtensor/source/full_ctor.cpp +++ b/dpctl/tensor/libtensor/source/full_ctor.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/full_ctor.hpp b/dpctl/tensor/libtensor/source/full_ctor.hpp index a279028fa4..e9eac5d44a 100644 --- a/dpctl/tensor/libtensor/source/full_ctor.hpp +++ b/dpctl/tensor/libtensor/source/full_ctor.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/integer_advanced_indexing.cpp b/dpctl/tensor/libtensor/source/integer_advanced_indexing.cpp index aa620690d3..f1790ec6be 100644 --- a/dpctl/tensor/libtensor/source/integer_advanced_indexing.cpp +++ b/dpctl/tensor/libtensor/source/integer_advanced_indexing.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/integer_advanced_indexing.hpp b/dpctl/tensor/libtensor/source/integer_advanced_indexing.hpp index 77bde0f49f..10555b3dad 100644 --- a/dpctl/tensor/libtensor/source/integer_advanced_indexing.hpp +++ b/dpctl/tensor/libtensor/source/integer_advanced_indexing.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/linalg_functions/dot.cpp b/dpctl/tensor/libtensor/source/linalg_functions/dot.cpp index 6856a60ef8..bb79a19789 100644 --- a/dpctl/tensor/libtensor/source/linalg_functions/dot.cpp +++ b/dpctl/tensor/libtensor/source/linalg_functions/dot.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/linalg_functions/dot.hpp b/dpctl/tensor/libtensor/source/linalg_functions/dot.hpp index 9edb9c2b93..c97a9f7e85 100644 --- a/dpctl/tensor/libtensor/source/linalg_functions/dot.hpp +++ b/dpctl/tensor/libtensor/source/linalg_functions/dot.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/linalg_functions/dot_atomic_support.hpp b/dpctl/tensor/libtensor/source/linalg_functions/dot_atomic_support.hpp index 8c55bdae52..c256d83845 100644 --- a/dpctl/tensor/libtensor/source/linalg_functions/dot_atomic_support.hpp +++ b/dpctl/tensor/libtensor/source/linalg_functions/dot_atomic_support.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/linalg_functions/dot_dispatch.hpp b/dpctl/tensor/libtensor/source/linalg_functions/dot_dispatch.hpp index 35d2ada54a..2437ed40bb 100644 --- a/dpctl/tensor/libtensor/source/linalg_functions/dot_dispatch.hpp +++ b/dpctl/tensor/libtensor/source/linalg_functions/dot_dispatch.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/linear_sequences.cpp b/dpctl/tensor/libtensor/source/linear_sequences.cpp index a8c583d32a..ca19b572d6 100644 --- a/dpctl/tensor/libtensor/source/linear_sequences.cpp +++ b/dpctl/tensor/libtensor/source/linear_sequences.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/linear_sequences.hpp b/dpctl/tensor/libtensor/source/linear_sequences.hpp index 738fd11eea..516c9e9bf4 100644 --- a/dpctl/tensor/libtensor/source/linear_sequences.hpp +++ b/dpctl/tensor/libtensor/source/linear_sequences.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/reductions/all.cpp b/dpctl/tensor/libtensor/source/reductions/all.cpp index 9c40ccfbb4..e2ae097c82 100644 --- a/dpctl/tensor/libtensor/source/reductions/all.cpp +++ b/dpctl/tensor/libtensor/source/reductions/all.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/reductions/all.hpp b/dpctl/tensor/libtensor/source/reductions/all.hpp index bc7c3dcfc1..e50448ce70 100644 --- a/dpctl/tensor/libtensor/source/reductions/all.hpp +++ b/dpctl/tensor/libtensor/source/reductions/all.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/reductions/any.cpp b/dpctl/tensor/libtensor/source/reductions/any.cpp index 3a7cce9e2c..afa2e5aaaf 100644 --- a/dpctl/tensor/libtensor/source/reductions/any.cpp +++ b/dpctl/tensor/libtensor/source/reductions/any.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/reductions/any.hpp b/dpctl/tensor/libtensor/source/reductions/any.hpp index 5e1ce9e5d1..5c30813e68 100644 --- a/dpctl/tensor/libtensor/source/reductions/any.hpp +++ b/dpctl/tensor/libtensor/source/reductions/any.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/reductions/argmax.cpp b/dpctl/tensor/libtensor/source/reductions/argmax.cpp index 90977307e8..2e6bcfddd3 100644 --- a/dpctl/tensor/libtensor/source/reductions/argmax.cpp +++ b/dpctl/tensor/libtensor/source/reductions/argmax.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/reductions/argmax.hpp b/dpctl/tensor/libtensor/source/reductions/argmax.hpp index 05d07c4677..b1cf4db60b 100644 --- a/dpctl/tensor/libtensor/source/reductions/argmax.hpp +++ b/dpctl/tensor/libtensor/source/reductions/argmax.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/reductions/argmin.cpp b/dpctl/tensor/libtensor/source/reductions/argmin.cpp index 342298936f..883ec1d397 100644 --- a/dpctl/tensor/libtensor/source/reductions/argmin.cpp +++ b/dpctl/tensor/libtensor/source/reductions/argmin.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/reductions/argmin.hpp b/dpctl/tensor/libtensor/source/reductions/argmin.hpp index 82ea24f6a7..480b1732c2 100644 --- a/dpctl/tensor/libtensor/source/reductions/argmin.hpp +++ b/dpctl/tensor/libtensor/source/reductions/argmin.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/reductions/logsumexp.cpp b/dpctl/tensor/libtensor/source/reductions/logsumexp.cpp index 5037f8f00f..c6f387ef8b 100644 --- a/dpctl/tensor/libtensor/source/reductions/logsumexp.cpp +++ b/dpctl/tensor/libtensor/source/reductions/logsumexp.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/reductions/logsumexp.hpp b/dpctl/tensor/libtensor/source/reductions/logsumexp.hpp index ee8cbe9e54..3bc951e14d 100644 --- a/dpctl/tensor/libtensor/source/reductions/logsumexp.hpp +++ b/dpctl/tensor/libtensor/source/reductions/logsumexp.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/reductions/max.cpp b/dpctl/tensor/libtensor/source/reductions/max.cpp index 896191c1dd..55fff60f9b 100644 --- a/dpctl/tensor/libtensor/source/reductions/max.cpp +++ b/dpctl/tensor/libtensor/source/reductions/max.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/reductions/max.hpp b/dpctl/tensor/libtensor/source/reductions/max.hpp index 37752f268d..7b7c63b15c 100644 --- a/dpctl/tensor/libtensor/source/reductions/max.hpp +++ b/dpctl/tensor/libtensor/source/reductions/max.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/reductions/min.cpp b/dpctl/tensor/libtensor/source/reductions/min.cpp index 24e71794b4..1ff5331bf0 100644 --- a/dpctl/tensor/libtensor/source/reductions/min.cpp +++ b/dpctl/tensor/libtensor/source/reductions/min.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/reductions/min.hpp b/dpctl/tensor/libtensor/source/reductions/min.hpp index 140abd22a7..b9cd6ad743 100644 --- a/dpctl/tensor/libtensor/source/reductions/min.hpp +++ b/dpctl/tensor/libtensor/source/reductions/min.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/reductions/prod.cpp b/dpctl/tensor/libtensor/source/reductions/prod.cpp index 5299ae83b8..374193dca1 100644 --- a/dpctl/tensor/libtensor/source/reductions/prod.cpp +++ b/dpctl/tensor/libtensor/source/reductions/prod.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/reductions/prod.hpp b/dpctl/tensor/libtensor/source/reductions/prod.hpp index 91df1b7f51..bd1e1e6227 100644 --- a/dpctl/tensor/libtensor/source/reductions/prod.hpp +++ b/dpctl/tensor/libtensor/source/reductions/prod.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/reductions/reduce_hypot.cpp b/dpctl/tensor/libtensor/source/reductions/reduce_hypot.cpp index 1b9aeeff50..63e356077f 100644 --- a/dpctl/tensor/libtensor/source/reductions/reduce_hypot.cpp +++ b/dpctl/tensor/libtensor/source/reductions/reduce_hypot.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/reductions/reduce_hypot.hpp b/dpctl/tensor/libtensor/source/reductions/reduce_hypot.hpp index 443baae821..8ff5719968 100644 --- a/dpctl/tensor/libtensor/source/reductions/reduce_hypot.hpp +++ b/dpctl/tensor/libtensor/source/reductions/reduce_hypot.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/reductions/reduction_atomic_support.hpp b/dpctl/tensor/libtensor/source/reductions/reduction_atomic_support.hpp index 419b60b803..4139cbce19 100644 --- a/dpctl/tensor/libtensor/source/reductions/reduction_atomic_support.hpp +++ b/dpctl/tensor/libtensor/source/reductions/reduction_atomic_support.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/reductions/reduction_common.cpp b/dpctl/tensor/libtensor/source/reductions/reduction_common.cpp index addedaf766..1644318c26 100644 --- a/dpctl/tensor/libtensor/source/reductions/reduction_common.cpp +++ b/dpctl/tensor/libtensor/source/reductions/reduction_common.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/reductions/reduction_common.hpp b/dpctl/tensor/libtensor/source/reductions/reduction_common.hpp index a608b6b835..747ffc061f 100644 --- a/dpctl/tensor/libtensor/source/reductions/reduction_common.hpp +++ b/dpctl/tensor/libtensor/source/reductions/reduction_common.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/reductions/reduction_over_axis.hpp b/dpctl/tensor/libtensor/source/reductions/reduction_over_axis.hpp index eef69f1b3f..f5d70e4f2a 100644 --- a/dpctl/tensor/libtensor/source/reductions/reduction_over_axis.hpp +++ b/dpctl/tensor/libtensor/source/reductions/reduction_over_axis.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/reductions/sum.cpp b/dpctl/tensor/libtensor/source/reductions/sum.cpp index 0221abce67..47d07a345a 100644 --- a/dpctl/tensor/libtensor/source/reductions/sum.cpp +++ b/dpctl/tensor/libtensor/source/reductions/sum.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/reductions/sum.hpp b/dpctl/tensor/libtensor/source/reductions/sum.hpp index 5166c3be4d..edf03f5b14 100644 --- a/dpctl/tensor/libtensor/source/reductions/sum.hpp +++ b/dpctl/tensor/libtensor/source/reductions/sum.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/repeat.cpp b/dpctl/tensor/libtensor/source/repeat.cpp index 003a4dca6b..f0df192876 100644 --- a/dpctl/tensor/libtensor/source/repeat.cpp +++ b/dpctl/tensor/libtensor/source/repeat.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/repeat.hpp b/dpctl/tensor/libtensor/source/repeat.hpp index 25035c467d..d0aa91f16e 100644 --- a/dpctl/tensor/libtensor/source/repeat.hpp +++ b/dpctl/tensor/libtensor/source/repeat.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/simplify_iteration_space.cpp b/dpctl/tensor/libtensor/source/simplify_iteration_space.cpp index 7e54b1ee22..911d3fd053 100644 --- a/dpctl/tensor/libtensor/source/simplify_iteration_space.cpp +++ b/dpctl/tensor/libtensor/source/simplify_iteration_space.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/simplify_iteration_space.hpp b/dpctl/tensor/libtensor/source/simplify_iteration_space.hpp index 8caa6f3041..441d328f58 100644 --- a/dpctl/tensor/libtensor/source/simplify_iteration_space.hpp +++ b/dpctl/tensor/libtensor/source/simplify_iteration_space.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/sorting/merge_argsort.cpp b/dpctl/tensor/libtensor/source/sorting/merge_argsort.cpp index 15b59f0368..7712e501a0 100644 --- a/dpctl/tensor/libtensor/source/sorting/merge_argsort.cpp +++ b/dpctl/tensor/libtensor/source/sorting/merge_argsort.cpp @@ -1,7 +1,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/sorting/merge_argsort.hpp b/dpctl/tensor/libtensor/source/sorting/merge_argsort.hpp index d85cabcd85..9d671faf54 100644 --- a/dpctl/tensor/libtensor/source/sorting/merge_argsort.hpp +++ b/dpctl/tensor/libtensor/source/sorting/merge_argsort.hpp @@ -1,7 +1,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/sorting/merge_sort.cpp b/dpctl/tensor/libtensor/source/sorting/merge_sort.cpp index e3773510e9..e56e95eff0 100644 --- a/dpctl/tensor/libtensor/source/sorting/merge_sort.cpp +++ b/dpctl/tensor/libtensor/source/sorting/merge_sort.cpp @@ -1,7 +1,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/sorting/merge_sort.hpp b/dpctl/tensor/libtensor/source/sorting/merge_sort.hpp index 2c5f43aa78..a817af3649 100644 --- a/dpctl/tensor/libtensor/source/sorting/merge_sort.hpp +++ b/dpctl/tensor/libtensor/source/sorting/merge_sort.hpp @@ -1,7 +1,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/sorting/py_argsort_common.hpp b/dpctl/tensor/libtensor/source/sorting/py_argsort_common.hpp index c2a18635a1..027431a80e 100644 --- a/dpctl/tensor/libtensor/source/sorting/py_argsort_common.hpp +++ b/dpctl/tensor/libtensor/source/sorting/py_argsort_common.hpp @@ -1,7 +1,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/sorting/py_sort_common.hpp b/dpctl/tensor/libtensor/source/sorting/py_sort_common.hpp index ab78450bc6..387c1cb521 100644 --- a/dpctl/tensor/libtensor/source/sorting/py_sort_common.hpp +++ b/dpctl/tensor/libtensor/source/sorting/py_sort_common.hpp @@ -1,7 +1,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/sorting/radix_argsort.cpp b/dpctl/tensor/libtensor/source/sorting/radix_argsort.cpp index 2973ac9911..66a1ae9ee0 100644 --- a/dpctl/tensor/libtensor/source/sorting/radix_argsort.cpp +++ b/dpctl/tensor/libtensor/source/sorting/radix_argsort.cpp @@ -1,7 +1,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/sorting/radix_argsort.hpp b/dpctl/tensor/libtensor/source/sorting/radix_argsort.hpp index 131c5ea048..1651d35dc8 100644 --- a/dpctl/tensor/libtensor/source/sorting/radix_argsort.hpp +++ b/dpctl/tensor/libtensor/source/sorting/radix_argsort.hpp @@ -1,7 +1,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/sorting/radix_sort.cpp b/dpctl/tensor/libtensor/source/sorting/radix_sort.cpp index 62d5b76883..5ec39415df 100644 --- a/dpctl/tensor/libtensor/source/sorting/radix_sort.cpp +++ b/dpctl/tensor/libtensor/source/sorting/radix_sort.cpp @@ -1,7 +1,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/sorting/radix_sort.hpp b/dpctl/tensor/libtensor/source/sorting/radix_sort.hpp index 3f535f40fe..1a0a5fcb6a 100644 --- a/dpctl/tensor/libtensor/source/sorting/radix_sort.hpp +++ b/dpctl/tensor/libtensor/source/sorting/radix_sort.hpp @@ -1,7 +1,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/sorting/radix_sort_support.hpp b/dpctl/tensor/libtensor/source/sorting/radix_sort_support.hpp index 9e42669b96..a4692b417d 100644 --- a/dpctl/tensor/libtensor/source/sorting/radix_sort_support.hpp +++ b/dpctl/tensor/libtensor/source/sorting/radix_sort_support.hpp @@ -1,7 +1,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/sorting/rich_comparisons.hpp b/dpctl/tensor/libtensor/source/sorting/rich_comparisons.hpp index e770f6582b..2aaa1cfafa 100644 --- a/dpctl/tensor/libtensor/source/sorting/rich_comparisons.hpp +++ b/dpctl/tensor/libtensor/source/sorting/rich_comparisons.hpp @@ -1,7 +1,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/sorting/searchsorted.cpp b/dpctl/tensor/libtensor/source/sorting/searchsorted.cpp index 2e9f732dfd..76cb41595d 100644 --- a/dpctl/tensor/libtensor/source/sorting/searchsorted.cpp +++ b/dpctl/tensor/libtensor/source/sorting/searchsorted.cpp @@ -1,7 +1,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/sorting/searchsorted.hpp b/dpctl/tensor/libtensor/source/sorting/searchsorted.hpp index 3ae2f48328..c1ae4506b9 100644 --- a/dpctl/tensor/libtensor/source/sorting/searchsorted.hpp +++ b/dpctl/tensor/libtensor/source/sorting/searchsorted.hpp @@ -1,7 +1,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/sorting/topk.cpp b/dpctl/tensor/libtensor/source/sorting/topk.cpp index dea20fd494..cd7212c05f 100644 --- a/dpctl/tensor/libtensor/source/sorting/topk.cpp +++ b/dpctl/tensor/libtensor/source/sorting/topk.cpp @@ -1,7 +1,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/sorting/topk.hpp b/dpctl/tensor/libtensor/source/sorting/topk.hpp index 37042457da..2fe5c00429 100644 --- a/dpctl/tensor/libtensor/source/sorting/topk.hpp +++ b/dpctl/tensor/libtensor/source/sorting/topk.hpp @@ -1,7 +1,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/tensor_accumulation.cpp b/dpctl/tensor/libtensor/source/tensor_accumulation.cpp index 9aaa9bbc38..f1b6eedbd6 100644 --- a/dpctl/tensor/libtensor/source/tensor_accumulation.cpp +++ b/dpctl/tensor/libtensor/source/tensor_accumulation.cpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/tensor_ctors.cpp b/dpctl/tensor/libtensor/source/tensor_ctors.cpp index 471207dea9..2dccc4e359 100644 --- a/dpctl/tensor/libtensor/source/tensor_ctors.cpp +++ b/dpctl/tensor/libtensor/source/tensor_ctors.cpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/tensor_elementwise.cpp b/dpctl/tensor/libtensor/source/tensor_elementwise.cpp index 724ae0202f..56a5795a17 100644 --- a/dpctl/tensor/libtensor/source/tensor_elementwise.cpp +++ b/dpctl/tensor/libtensor/source/tensor_elementwise.cpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/tensor_linalg.cpp b/dpctl/tensor/libtensor/source/tensor_linalg.cpp index f1f68285c5..b21777654e 100644 --- a/dpctl/tensor/libtensor/source/tensor_linalg.cpp +++ b/dpctl/tensor/libtensor/source/tensor_linalg.cpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/tensor_reductions.cpp b/dpctl/tensor/libtensor/source/tensor_reductions.cpp index 62dd6e9451..ff94c37eb6 100644 --- a/dpctl/tensor/libtensor/source/tensor_reductions.cpp +++ b/dpctl/tensor/libtensor/source/tensor_reductions.cpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/tensor_sorting.cpp b/dpctl/tensor/libtensor/source/tensor_sorting.cpp index 09deac7b30..7ed908c38b 100644 --- a/dpctl/tensor/libtensor/source/tensor_sorting.cpp +++ b/dpctl/tensor/libtensor/source/tensor_sorting.cpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/tensor_sorting_radix.cpp b/dpctl/tensor/libtensor/source/tensor_sorting_radix.cpp index b5ef49e0ac..d0880c4ccf 100644 --- a/dpctl/tensor/libtensor/source/tensor_sorting_radix.cpp +++ b/dpctl/tensor/libtensor/source/tensor_sorting_radix.cpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/triul_ctor.cpp b/dpctl/tensor/libtensor/source/triul_ctor.cpp index 1bb9e1799f..264de8f36d 100644 --- a/dpctl/tensor/libtensor/source/triul_ctor.cpp +++ b/dpctl/tensor/libtensor/source/triul_ctor.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/triul_ctor.hpp b/dpctl/tensor/libtensor/source/triul_ctor.hpp index bae83c6787..b4c4318096 100644 --- a/dpctl/tensor/libtensor/source/triul_ctor.hpp +++ b/dpctl/tensor/libtensor/source/triul_ctor.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/where.cpp b/dpctl/tensor/libtensor/source/where.cpp index f55f767010..3a50eb309c 100644 --- a/dpctl/tensor/libtensor/source/where.cpp +++ b/dpctl/tensor/libtensor/source/where.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/where.hpp b/dpctl/tensor/libtensor/source/where.hpp index 8b98658797..54981f9823 100644 --- a/dpctl/tensor/libtensor/source/where.hpp +++ b/dpctl/tensor/libtensor/source/where.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/zeros_ctor.cpp b/dpctl/tensor/libtensor/source/zeros_ctor.cpp index 30ba3625c6..65bfe5bef3 100644 --- a/dpctl/tensor/libtensor/source/zeros_ctor.cpp +++ b/dpctl/tensor/libtensor/source/zeros_ctor.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/source/zeros_ctor.hpp b/dpctl/tensor/libtensor/source/zeros_ctor.hpp index af4a992fd6..05bd9449e1 100644 --- a/dpctl/tensor/libtensor/source/zeros_ctor.hpp +++ b/dpctl/tensor/libtensor/source/zeros_ctor.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/tests/test_copy.py b/dpctl/tensor/libtensor/tests/test_copy.py index 7b5c7f0760..085acdd49e 100644 --- a/dpctl/tensor/libtensor/tests/test_copy.py +++ b/dpctl/tensor/libtensor/tests/test_copy.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tensor/libtensor/tests/test_main.cpp b/dpctl/tensor/libtensor/tests/test_main.cpp index d9486e62f6..0423aafa2c 100644 --- a/dpctl/tensor/libtensor/tests/test_main.cpp +++ b/dpctl/tensor/libtensor/tests/test_main.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tests/__init__.py b/dpctl/tests/__init__.py index db22daca21..e061729774 100644 --- a/dpctl/tests/__init__.py +++ b/dpctl/tests/__init__.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/_c_ext.c b/dpctl/tests/_c_ext.c index 82bb264b96..3b3cd930d4 100644 --- a/dpctl/tests/_c_ext.c +++ b/dpctl/tests/_c_ext.c @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2022-2024 Intel Corporation +// Copyright 2022-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dpctl/tests/_cython_api.pyx b/dpctl/tests/_cython_api.pyx index b2eaeac854..e694ecb9c3 100644 --- a/dpctl/tests/_cython_api.pyx +++ b/dpctl/tests/_cython_api.pyx @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/_device_attributes_checks.py b/dpctl/tests/_device_attributes_checks.py index d74db393b0..fd36419e30 100644 --- a/dpctl/tests/_device_attributes_checks.py +++ b/dpctl/tests/_device_attributes_checks.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/_numpy_warnings.py b/dpctl/tests/_numpy_warnings.py index d0eaf64f0a..ef895833f7 100644 --- a/dpctl/tests/_numpy_warnings.py +++ b/dpctl/tests/_numpy_warnings.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2023-2024 Intel Corporation +# Copyright 2023-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/conftest.py b/dpctl/tests/conftest.py index ebc54bca60..2c265b5dd1 100644 --- a/dpctl/tests/conftest.py +++ b/dpctl/tests/conftest.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/__init__.py b/dpctl/tests/elementwise/__init__.py index d9ddf7bfcb..aca5068b6f 100644 --- a/dpctl/tests/elementwise/__init__.py +++ b/dpctl/tests/elementwise/__init__.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_abs.py b/dpctl/tests/elementwise/test_abs.py index a1a63ae136..17daf2c1ba 100644 --- a/dpctl/tests/elementwise/test_abs.py +++ b/dpctl/tests/elementwise/test_abs.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_add.py b/dpctl/tests/elementwise/test_add.py index e331df6520..ec89eeba84 100644 --- a/dpctl/tests/elementwise/test_add.py +++ b/dpctl/tests/elementwise/test_add.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_angle.py b/dpctl/tests/elementwise/test_angle.py index 9434831957..9a6fcc5c68 100644 --- a/dpctl/tests/elementwise/test_angle.py +++ b/dpctl/tests/elementwise/test_angle.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_atan2.py b/dpctl/tests/elementwise/test_atan2.py index 1797779fdf..197c7b6189 100644 --- a/dpctl/tests/elementwise/test_atan2.py +++ b/dpctl/tests/elementwise/test_atan2.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_bitwise_and.py b/dpctl/tests/elementwise/test_bitwise_and.py index f90e03ea29..292e09e0ea 100644 --- a/dpctl/tests/elementwise/test_bitwise_and.py +++ b/dpctl/tests/elementwise/test_bitwise_and.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2023-2024 Intel Corporation +# Copyright 2023-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_bitwise_invert.py b/dpctl/tests/elementwise/test_bitwise_invert.py index 7341666ffc..91202a675d 100644 --- a/dpctl/tests/elementwise/test_bitwise_invert.py +++ b/dpctl/tests/elementwise/test_bitwise_invert.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2023-2024 Intel Corporation +# Copyright 2023-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_bitwise_left_shift.py b/dpctl/tests/elementwise/test_bitwise_left_shift.py index bd7aefe5af..24112a786e 100644 --- a/dpctl/tests/elementwise/test_bitwise_left_shift.py +++ b/dpctl/tests/elementwise/test_bitwise_left_shift.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2023-2024 Intel Corporation +# Copyright 2023-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_bitwise_or.py b/dpctl/tests/elementwise/test_bitwise_or.py index c854512436..70fdff0c42 100644 --- a/dpctl/tests/elementwise/test_bitwise_or.py +++ b/dpctl/tests/elementwise/test_bitwise_or.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2023-2024 Intel Corporation +# Copyright 2023-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_bitwise_right_shift.py b/dpctl/tests/elementwise/test_bitwise_right_shift.py index 05770ae06e..7a4e24817e 100644 --- a/dpctl/tests/elementwise/test_bitwise_right_shift.py +++ b/dpctl/tests/elementwise/test_bitwise_right_shift.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2023-2024 Intel Corporation +# Copyright 2023-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_bitwise_xor.py b/dpctl/tests/elementwise/test_bitwise_xor.py index d64bfa0186..1f2b96e793 100644 --- a/dpctl/tests/elementwise/test_bitwise_xor.py +++ b/dpctl/tests/elementwise/test_bitwise_xor.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2023-2024 Intel Corporation +# Copyright 2023-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_cbrt.py b/dpctl/tests/elementwise/test_cbrt.py index 6efe18099c..a77bebcc81 100644 --- a/dpctl/tests/elementwise/test_cbrt.py +++ b/dpctl/tests/elementwise/test_cbrt.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_complex.py b/dpctl/tests/elementwise/test_complex.py index 1c51015bb2..62c8f12dae 100644 --- a/dpctl/tests/elementwise/test_complex.py +++ b/dpctl/tests/elementwise/test_complex.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_copysign.py b/dpctl/tests/elementwise/test_copysign.py index c3c49574b0..9425cebb71 100644 --- a/dpctl/tests/elementwise/test_copysign.py +++ b/dpctl/tests/elementwise/test_copysign.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_divide.py b/dpctl/tests/elementwise/test_divide.py index 16d73a040c..2945b70cf0 100644 --- a/dpctl/tests/elementwise/test_divide.py +++ b/dpctl/tests/elementwise/test_divide.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_elementwise_classes.py b/dpctl/tests/elementwise/test_elementwise_classes.py index fb220b811a..d5906c34e1 100644 --- a/dpctl/tests/elementwise/test_elementwise_classes.py +++ b/dpctl/tests/elementwise/test_elementwise_classes.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_equal.py b/dpctl/tests/elementwise/test_equal.py index b467d0ba30..6b80769f69 100644 --- a/dpctl/tests/elementwise/test_equal.py +++ b/dpctl/tests/elementwise/test_equal.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_exp.py b/dpctl/tests/elementwise/test_exp.py index 347061d934..588b294d7a 100644 --- a/dpctl/tests/elementwise/test_exp.py +++ b/dpctl/tests/elementwise/test_exp.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_exp2.py b/dpctl/tests/elementwise/test_exp2.py index bd9f6e0603..e5de10129c 100644 --- a/dpctl/tests/elementwise/test_exp2.py +++ b/dpctl/tests/elementwise/test_exp2.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_expm1.py b/dpctl/tests/elementwise/test_expm1.py index d723293403..0221273056 100644 --- a/dpctl/tests/elementwise/test_expm1.py +++ b/dpctl/tests/elementwise/test_expm1.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_floor_ceil_trunc.py b/dpctl/tests/elementwise/test_floor_ceil_trunc.py index b5ec1b6c4e..a6bf956a78 100644 --- a/dpctl/tests/elementwise/test_floor_ceil_trunc.py +++ b/dpctl/tests/elementwise/test_floor_ceil_trunc.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_floor_divide.py b/dpctl/tests/elementwise/test_floor_divide.py index 068a42f338..eed9e155da 100644 --- a/dpctl/tests/elementwise/test_floor_divide.py +++ b/dpctl/tests/elementwise/test_floor_divide.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_greater.py b/dpctl/tests/elementwise/test_greater.py index 248ea6bce4..52a1a4b39d 100644 --- a/dpctl/tests/elementwise/test_greater.py +++ b/dpctl/tests/elementwise/test_greater.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_greater_equal.py b/dpctl/tests/elementwise/test_greater_equal.py index afe98f5026..1833f3a2f2 100644 --- a/dpctl/tests/elementwise/test_greater_equal.py +++ b/dpctl/tests/elementwise/test_greater_equal.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_hyperbolic.py b/dpctl/tests/elementwise/test_hyperbolic.py index b6bb4fabe7..c71b141771 100644 --- a/dpctl/tests/elementwise/test_hyperbolic.py +++ b/dpctl/tests/elementwise/test_hyperbolic.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_hypot.py b/dpctl/tests/elementwise/test_hypot.py index cadda74704..d4adc2e3b9 100644 --- a/dpctl/tests/elementwise/test_hypot.py +++ b/dpctl/tests/elementwise/test_hypot.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_isfinite.py b/dpctl/tests/elementwise/test_isfinite.py index 2b34487078..f2c90fb62d 100644 --- a/dpctl/tests/elementwise/test_isfinite.py +++ b/dpctl/tests/elementwise/test_isfinite.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_isinf.py b/dpctl/tests/elementwise/test_isinf.py index 58f6d3cf81..16c5226ee1 100644 --- a/dpctl/tests/elementwise/test_isinf.py +++ b/dpctl/tests/elementwise/test_isinf.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_isnan.py b/dpctl/tests/elementwise/test_isnan.py index fad1a5a85d..8b7670d502 100644 --- a/dpctl/tests/elementwise/test_isnan.py +++ b/dpctl/tests/elementwise/test_isnan.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_less.py b/dpctl/tests/elementwise/test_less.py index 6439e29e13..560fbf4dae 100644 --- a/dpctl/tests/elementwise/test_less.py +++ b/dpctl/tests/elementwise/test_less.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_less_equal.py b/dpctl/tests/elementwise/test_less_equal.py index eca4a8fd68..eeb18cb5f7 100644 --- a/dpctl/tests/elementwise/test_less_equal.py +++ b/dpctl/tests/elementwise/test_less_equal.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_log.py b/dpctl/tests/elementwise/test_log.py index a275bb0ccd..df6e205e6d 100644 --- a/dpctl/tests/elementwise/test_log.py +++ b/dpctl/tests/elementwise/test_log.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_log10.py b/dpctl/tests/elementwise/test_log10.py index 6225d8a8c9..c56b19c3e3 100644 --- a/dpctl/tests/elementwise/test_log10.py +++ b/dpctl/tests/elementwise/test_log10.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_log1p.py b/dpctl/tests/elementwise/test_log1p.py index f1c3cb5849..5d0e87ca64 100644 --- a/dpctl/tests/elementwise/test_log1p.py +++ b/dpctl/tests/elementwise/test_log1p.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_log2.py b/dpctl/tests/elementwise/test_log2.py index 3ad9112fe2..0aa747f8d8 100644 --- a/dpctl/tests/elementwise/test_log2.py +++ b/dpctl/tests/elementwise/test_log2.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_logaddexp.py b/dpctl/tests/elementwise/test_logaddexp.py index 3f01ca1d86..8a2a73cb7a 100644 --- a/dpctl/tests/elementwise/test_logaddexp.py +++ b/dpctl/tests/elementwise/test_logaddexp.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_logical_and.py b/dpctl/tests/elementwise/test_logical_and.py index 5e4a1d2715..4ce8de978b 100644 --- a/dpctl/tests/elementwise/test_logical_and.py +++ b/dpctl/tests/elementwise/test_logical_and.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2023-2024 Intel Corporation +# Copyright 2023-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_logical_not.py b/dpctl/tests/elementwise/test_logical_not.py index 08f2d00381..c4440574ad 100644 --- a/dpctl/tests/elementwise/test_logical_not.py +++ b/dpctl/tests/elementwise/test_logical_not.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2023-2024 Intel Corporation +# Copyright 2023-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_logical_or.py b/dpctl/tests/elementwise/test_logical_or.py index 478372647f..e4ef4d7ebf 100644 --- a/dpctl/tests/elementwise/test_logical_or.py +++ b/dpctl/tests/elementwise/test_logical_or.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2023-2024 Intel Corporation +# Copyright 2023-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_logical_xor.py b/dpctl/tests/elementwise/test_logical_xor.py index c0e28d1dd1..05e5edd891 100644 --- a/dpctl/tests/elementwise/test_logical_xor.py +++ b/dpctl/tests/elementwise/test_logical_xor.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2023-2024 Intel Corporation +# Copyright 2023-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_maximum_minimum.py b/dpctl/tests/elementwise/test_maximum_minimum.py index 8b46f8c0fd..984b405a71 100644 --- a/dpctl/tests/elementwise/test_maximum_minimum.py +++ b/dpctl/tests/elementwise/test_maximum_minimum.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_multiply.py b/dpctl/tests/elementwise/test_multiply.py index 82c4dcd04d..3b2ed0fd96 100644 --- a/dpctl/tests/elementwise/test_multiply.py +++ b/dpctl/tests/elementwise/test_multiply.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_negative.py b/dpctl/tests/elementwise/test_negative.py index 311d9d0667..117fa2a69c 100644 --- a/dpctl/tests/elementwise/test_negative.py +++ b/dpctl/tests/elementwise/test_negative.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_nextafter.py b/dpctl/tests/elementwise/test_nextafter.py index 0391b96c74..3e9b636be0 100644 --- a/dpctl/tests/elementwise/test_nextafter.py +++ b/dpctl/tests/elementwise/test_nextafter.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_not_equal.py b/dpctl/tests/elementwise/test_not_equal.py index dae8464f17..3954ec7c71 100644 --- a/dpctl/tests/elementwise/test_not_equal.py +++ b/dpctl/tests/elementwise/test_not_equal.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_positive.py b/dpctl/tests/elementwise/test_positive.py index e9a43fd210..5bdb90d9cb 100644 --- a/dpctl/tests/elementwise/test_positive.py +++ b/dpctl/tests/elementwise/test_positive.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_pow.py b/dpctl/tests/elementwise/test_pow.py index 0e8692df9a..7bf4002eaf 100644 --- a/dpctl/tests/elementwise/test_pow.py +++ b/dpctl/tests/elementwise/test_pow.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_reciprocal.py b/dpctl/tests/elementwise/test_reciprocal.py index c94095ee53..f74c07bca5 100644 --- a/dpctl/tests/elementwise/test_reciprocal.py +++ b/dpctl/tests/elementwise/test_reciprocal.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_remainder.py b/dpctl/tests/elementwise/test_remainder.py index 638384de1f..1abeb94a73 100644 --- a/dpctl/tests/elementwise/test_remainder.py +++ b/dpctl/tests/elementwise/test_remainder.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_round.py b/dpctl/tests/elementwise/test_round.py index e340e9d30d..466e015490 100644 --- a/dpctl/tests/elementwise/test_round.py +++ b/dpctl/tests/elementwise/test_round.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_rsqrt.py b/dpctl/tests/elementwise/test_rsqrt.py index 2e2f1dca99..e265e8e426 100644 --- a/dpctl/tests/elementwise/test_rsqrt.py +++ b/dpctl/tests/elementwise/test_rsqrt.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_sign.py b/dpctl/tests/elementwise/test_sign.py index 49d1b61e85..1150eeab25 100644 --- a/dpctl/tests/elementwise/test_sign.py +++ b/dpctl/tests/elementwise/test_sign.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_signbit.py b/dpctl/tests/elementwise/test_signbit.py index 7228e45511..58249f9398 100644 --- a/dpctl/tests/elementwise/test_signbit.py +++ b/dpctl/tests/elementwise/test_signbit.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_sqrt.py b/dpctl/tests/elementwise/test_sqrt.py index 64b31cdde1..8a4d013476 100644 --- a/dpctl/tests/elementwise/test_sqrt.py +++ b/dpctl/tests/elementwise/test_sqrt.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_square.py b/dpctl/tests/elementwise/test_square.py index 661f8c78c3..4513aeac70 100644 --- a/dpctl/tests/elementwise/test_square.py +++ b/dpctl/tests/elementwise/test_square.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_subtract.py b/dpctl/tests/elementwise/test_subtract.py index 16c05a9dbe..0268586f6b 100644 --- a/dpctl/tests/elementwise/test_subtract.py +++ b/dpctl/tests/elementwise/test_subtract.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_trigonometric.py b/dpctl/tests/elementwise/test_trigonometric.py index 662f57fa4d..b1438cf5d7 100644 --- a/dpctl/tests/elementwise/test_trigonometric.py +++ b/dpctl/tests/elementwise/test_trigonometric.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/test_type_utils.py b/dpctl/tests/elementwise/test_type_utils.py index 3c97a1e78d..274e86e4d6 100644 --- a/dpctl/tests/elementwise/test_type_utils.py +++ b/dpctl/tests/elementwise/test_type_utils.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/elementwise/utils.py b/dpctl/tests/elementwise/utils.py index 1f86e1c91c..3d140e7043 100644 --- a/dpctl/tests/elementwise/utils.py +++ b/dpctl/tests/elementwise/utils.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/helper/__init__.py b/dpctl/tests/helper/__init__.py index 5f952e1204..9734c5251d 100644 --- a/dpctl/tests/helper/__init__.py +++ b/dpctl/tests/helper/__init__.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/helper/_helper.py b/dpctl/tests/helper/_helper.py index 654c197ddc..a50c4a2809 100644 --- a/dpctl/tests/helper/_helper.py +++ b/dpctl/tests/helper/_helper.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/setup_c_ext.py b/dpctl/tests/setup_c_ext.py index 2956660481..ba745e7d8d 100644 --- a/dpctl/tests/setup_c_ext.py +++ b/dpctl/tests/setup_c_ext.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/setup_cython_api.py b/dpctl/tests/setup_cython_api.py index 14966f5cbb..41f71f0bd7 100644 --- a/dpctl/tests/setup_cython_api.py +++ b/dpctl/tests/setup_cython_api.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/test_service.py b/dpctl/tests/test_service.py index 6046f83d64..842f9c2498 100644 --- a/dpctl/tests/test_service.py +++ b/dpctl/tests/test_service.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/test_sycl_context.py b/dpctl/tests/test_sycl_context.py index 5217512f8b..8a940ba7f3 100644 --- a/dpctl/tests/test_sycl_context.py +++ b/dpctl/tests/test_sycl_context.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/test_sycl_device.py b/dpctl/tests/test_sycl_device.py index e97c6d2f00..625f1c89f6 100644 --- a/dpctl/tests/test_sycl_device.py +++ b/dpctl/tests/test_sycl_device.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/test_sycl_device_factory.py b/dpctl/tests/test_sycl_device_factory.py index ccfb429429..eda275b6a2 100644 --- a/dpctl/tests/test_sycl_device_factory.py +++ b/dpctl/tests/test_sycl_device_factory.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/test_sycl_event.py b/dpctl/tests/test_sycl_event.py index 06409a342d..fb0c96862c 100644 --- a/dpctl/tests/test_sycl_event.py +++ b/dpctl/tests/test_sycl_event.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/test_sycl_kernel_submit.py b/dpctl/tests/test_sycl_kernel_submit.py index dd2ba62d5e..f1d8bf552c 100644 --- a/dpctl/tests/test_sycl_kernel_submit.py +++ b/dpctl/tests/test_sycl_kernel_submit.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/test_sycl_platform.py b/dpctl/tests/test_sycl_platform.py index c9d5cdf6ed..b849c84416 100644 --- a/dpctl/tests/test_sycl_platform.py +++ b/dpctl/tests/test_sycl_platform.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/test_sycl_program.py b/dpctl/tests/test_sycl_program.py index bb7040f7f8..a791a59daa 100644 --- a/dpctl/tests/test_sycl_program.py +++ b/dpctl/tests/test_sycl_program.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/test_sycl_queue.py b/dpctl/tests/test_sycl_queue.py index f9dcb8a924..f391fcd993 100644 --- a/dpctl/tests/test_sycl_queue.py +++ b/dpctl/tests/test_sycl_queue.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/test_sycl_queue_manager.py b/dpctl/tests/test_sycl_queue_manager.py index b7c4c16208..159333f90a 100644 --- a/dpctl/tests/test_sycl_queue_manager.py +++ b/dpctl/tests/test_sycl_queue_manager.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/test_sycl_queue_memcpy.py b/dpctl/tests/test_sycl_queue_memcpy.py index b43af257bc..1756cca40a 100644 --- a/dpctl/tests/test_sycl_queue_memcpy.py +++ b/dpctl/tests/test_sycl_queue_memcpy.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/test_sycl_timer.py b/dpctl/tests/test_sycl_timer.py index 899bbb2153..89c6816fda 100644 --- a/dpctl/tests/test_sycl_timer.py +++ b/dpctl/tests/test_sycl_timer.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/test_sycl_usm.py b/dpctl/tests/test_sycl_usm.py index eca71ac66c..b84f269f39 100644 --- a/dpctl/tests/test_sycl_usm.py +++ b/dpctl/tests/test_sycl_usm.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/test_tensor_accumulation.py b/dpctl/tests/test_tensor_accumulation.py index 4ce519ffe4..962d2742a0 100644 --- a/dpctl/tests/test_tensor_accumulation.py +++ b/dpctl/tests/test_tensor_accumulation.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/test_tensor_array_api_inspection.py b/dpctl/tests/test_tensor_array_api_inspection.py index ffe5090a12..a03af06696 100644 --- a/dpctl/tests/test_tensor_array_api_inspection.py +++ b/dpctl/tests/test_tensor_array_api_inspection.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/test_tensor_asarray.py b/dpctl/tests/test_tensor_asarray.py index 6a3005f336..9ac30b404f 100644 --- a/dpctl/tests/test_tensor_asarray.py +++ b/dpctl/tests/test_tensor_asarray.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/test_tensor_clip.py b/dpctl/tests/test_tensor_clip.py index 13b7b66087..106a4db695 100644 --- a/dpctl/tests/test_tensor_clip.py +++ b/dpctl/tests/test_tensor_clip.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/test_tensor_diff.py b/dpctl/tests/test_tensor_diff.py index cb5c006f47..3b7c000fae 100644 --- a/dpctl/tests/test_tensor_diff.py +++ b/dpctl/tests/test_tensor_diff.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/test_tensor_dtype_routines.py b/dpctl/tests/test_tensor_dtype_routines.py index cb78d4fd3c..0e0ae689a0 100644 --- a/dpctl/tests/test_tensor_dtype_routines.py +++ b/dpctl/tests/test_tensor_dtype_routines.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/test_tensor_statistical_functions.py b/dpctl/tests/test_tensor_statistical_functions.py index 87d2734866..03231de305 100644 --- a/dpctl/tests/test_tensor_statistical_functions.py +++ b/dpctl/tests/test_tensor_statistical_functions.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/test_tensor_sum.py b/dpctl/tests/test_tensor_sum.py index ab18423f9f..7be9e3c6d9 100644 --- a/dpctl/tests/test_tensor_sum.py +++ b/dpctl/tests/test_tensor_sum.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/test_usm_ndarray_ctor.py b/dpctl/tests/test_usm_ndarray_ctor.py index 90023a2392..227cd683dc 100644 --- a/dpctl/tests/test_usm_ndarray_ctor.py +++ b/dpctl/tests/test_usm_ndarray_ctor.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/test_usm_ndarray_dlpack.py b/dpctl/tests/test_usm_ndarray_dlpack.py index 7ffd85c1f3..1fea8ec11e 100644 --- a/dpctl/tests/test_usm_ndarray_dlpack.py +++ b/dpctl/tests/test_usm_ndarray_dlpack.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/test_usm_ndarray_indexing.py b/dpctl/tests/test_usm_ndarray_indexing.py index d1226b9bb7..b2911b0b91 100644 --- a/dpctl/tests/test_usm_ndarray_indexing.py +++ b/dpctl/tests/test_usm_ndarray_indexing.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/test_usm_ndarray_linalg.py b/dpctl/tests/test_usm_ndarray_linalg.py index e2aa23873f..74da303aa2 100644 --- a/dpctl/tests/test_usm_ndarray_linalg.py +++ b/dpctl/tests/test_usm_ndarray_linalg.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/test_usm_ndarray_manipulation.py b/dpctl/tests/test_usm_ndarray_manipulation.py index 4bfd6dab9f..5b11df1f60 100644 --- a/dpctl/tests/test_usm_ndarray_manipulation.py +++ b/dpctl/tests/test_usm_ndarray_manipulation.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/test_usm_ndarray_operators.py b/dpctl/tests/test_usm_ndarray_operators.py index 2396dc4109..2fc2547710 100644 --- a/dpctl/tests/test_usm_ndarray_operators.py +++ b/dpctl/tests/test_usm_ndarray_operators.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/test_usm_ndarray_print.py b/dpctl/tests/test_usm_ndarray_print.py index 19b3b83ba4..48a83b7c88 100644 --- a/dpctl/tests/test_usm_ndarray_print.py +++ b/dpctl/tests/test_usm_ndarray_print.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/test_usm_ndarray_reductions.py b/dpctl/tests/test_usm_ndarray_reductions.py index b74ef372f4..06692e30c2 100644 --- a/dpctl/tests/test_usm_ndarray_reductions.py +++ b/dpctl/tests/test_usm_ndarray_reductions.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/test_usm_ndarray_search_functions.py b/dpctl/tests/test_usm_ndarray_search_functions.py index a646f4cde1..4f3649dce2 100644 --- a/dpctl/tests/test_usm_ndarray_search_functions.py +++ b/dpctl/tests/test_usm_ndarray_search_functions.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/test_usm_ndarray_sorting.py b/dpctl/tests/test_usm_ndarray_sorting.py index c738a80fef..5ecae344c5 100644 --- a/dpctl/tests/test_usm_ndarray_sorting.py +++ b/dpctl/tests/test_usm_ndarray_sorting.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/test_usm_ndarray_top_k.py b/dpctl/tests/test_usm_ndarray_top_k.py index a27853d8c8..80371870fc 100644 --- a/dpctl/tests/test_usm_ndarray_top_k.py +++ b/dpctl/tests/test_usm_ndarray_top_k.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/test_usm_ndarray_unique.py b/dpctl/tests/test_usm_ndarray_unique.py index fcd55fdfc1..4632061ab6 100644 --- a/dpctl/tests/test_usm_ndarray_unique.py +++ b/dpctl/tests/test_usm_ndarray_unique.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/tests/test_utils.py b/dpctl/tests/test_utils.py index 77735fdd47..633438b9e0 100644 --- a/dpctl/tests/test_utils.py +++ b/dpctl/tests/test_utils.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/utils/__init__.py b/dpctl/utils/__init__.py index 04a4efa251..413750db5d 100644 --- a/dpctl/utils/__init__.py +++ b/dpctl/utils/__init__.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/utils/_compute_follows_data.pyx b/dpctl/utils/_compute_follows_data.pyx index 2816f3517e..81dca6075a 100644 --- a/dpctl/utils/_compute_follows_data.pyx +++ b/dpctl/utils/_compute_follows_data.pyx @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/utils/_intel_device_info.py b/dpctl/utils/_intel_device_info.py index 5c83a05261..fd59623dd9 100644 --- a/dpctl/utils/_intel_device_info.py +++ b/dpctl/utils/_intel_device_info.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dpctl/utils/_onetrace_context.py b/dpctl/utils/_onetrace_context.py index b985ac8c3e..e35269ae91 100644 --- a/dpctl/utils/_onetrace_context.py +++ b/dpctl/utils/_onetrace_context.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/c/py_sycl_ls/py_sycl_ls/__init__.py b/examples/c/py_sycl_ls/py_sycl_ls/__init__.py index 1b78a7e9dc..5b5ef7e387 100644 --- a/examples/c/py_sycl_ls/py_sycl_ls/__init__.py +++ b/examples/c/py_sycl_ls/py_sycl_ls/__init__.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2022-2024 Intel Corporation +# Copyright 2022-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/c/py_sycl_ls/py_sycl_ls/__main__.py b/examples/c/py_sycl_ls/py_sycl_ls/__main__.py index b318838466..ee5f894a53 100644 --- a/examples/c/py_sycl_ls/py_sycl_ls/__main__.py +++ b/examples/c/py_sycl_ls/py_sycl_ls/__main__.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2022-2024 Intel Corporation +# Copyright 2022-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/c/py_sycl_ls/setup.py b/examples/c/py_sycl_ls/setup.py index 42918a593e..c67bd9ff52 100644 --- a/examples/c/py_sycl_ls/setup.py +++ b/examples/c/py_sycl_ls/setup.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2022-2024 Intel Corporation +# Copyright 2022-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/c/py_sycl_ls/src/py_sycl-ls.c b/examples/c/py_sycl_ls/src/py_sycl-ls.c index 31ba1b8a5c..26c0145a0d 100644 --- a/examples/c/py_sycl_ls/src/py_sycl-ls.c +++ b/examples/c/py_sycl_ls/src/py_sycl-ls.c @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2022-2024 Intel Corporation +// Copyright 2022-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/examples/c/py_sycl_ls/tests/test_sycl_ls.py b/examples/c/py_sycl_ls/tests/test_sycl_ls.py index 1c16b7a7ad..eb41cccb1f 100644 --- a/examples/c/py_sycl_ls/tests/test_sycl_ls.py +++ b/examples/c/py_sycl_ls/tests/test_sycl_ls.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2022-2024 Intel Corporation +# Copyright 2022-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/cython/sycl_buffer/scripts/bench.py b/examples/cython/sycl_buffer/scripts/bench.py index d5dd945803..49a03a37dd 100644 --- a/examples/cython/sycl_buffer/scripts/bench.py +++ b/examples/cython/sycl_buffer/scripts/bench.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/cython/sycl_buffer/setup.py b/examples/cython/sycl_buffer/setup.py index 00e556063f..0c6ceb8fd0 100644 --- a/examples/cython/sycl_buffer/setup.py +++ b/examples/cython/sycl_buffer/setup.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/cython/sycl_buffer/src/use_sycl_buffer.hpp b/examples/cython/sycl_buffer/src/use_sycl_buffer.hpp index 1be8f3ddf9..17b540d098 100644 --- a/examples/cython/sycl_buffer/src/use_sycl_buffer.hpp +++ b/examples/cython/sycl_buffer/src/use_sycl_buffer.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/examples/cython/sycl_buffer/syclbuffer/__init__.py b/examples/cython/sycl_buffer/syclbuffer/__init__.py index 1d6b502585..20759100f6 100644 --- a/examples/cython/sycl_buffer/syclbuffer/__init__.py +++ b/examples/cython/sycl_buffer/syclbuffer/__init__.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/cython/sycl_buffer/syclbuffer/_syclbuffer.pyx b/examples/cython/sycl_buffer/syclbuffer/_syclbuffer.pyx index ef53aa2a46..f79f878376 100644 --- a/examples/cython/sycl_buffer/syclbuffer/_syclbuffer.pyx +++ b/examples/cython/sycl_buffer/syclbuffer/_syclbuffer.pyx @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/cython/use_dpctl_sycl/include/utils.hpp b/examples/cython/use_dpctl_sycl/include/utils.hpp index 13d3f21060..4afa3a5536 100644 --- a/examples/cython/use_dpctl_sycl/include/utils.hpp +++ b/examples/cython/use_dpctl_sycl/include/utils.hpp @@ -1,6 +1,6 @@ // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/examples/cython/use_dpctl_sycl/setup.py b/examples/cython/use_dpctl_sycl/setup.py index 4a3bbf79d4..ad8e5ac419 100644 --- a/examples/cython/use_dpctl_sycl/setup.py +++ b/examples/cython/use_dpctl_sycl/setup.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/cython/use_dpctl_sycl/tests/test_example.py b/examples/cython/use_dpctl_sycl/tests/test_example.py index d85c04983c..6fb244e3cd 100644 --- a/examples/cython/use_dpctl_sycl/tests/test_example.py +++ b/examples/cython/use_dpctl_sycl/tests/test_example.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/cython/use_dpctl_sycl/use_dpctl_sycl/__init__.py b/examples/cython/use_dpctl_sycl/use_dpctl_sycl/__init__.py index 2e3cfd4f9b..0eb9277bea 100644 --- a/examples/cython/use_dpctl_sycl/use_dpctl_sycl/__init__.py +++ b/examples/cython/use_dpctl_sycl/use_dpctl_sycl/__init__.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/cython/use_dpctl_sycl/use_dpctl_sycl/_cython_api.pyx b/examples/cython/use_dpctl_sycl/use_dpctl_sycl/_cython_api.pyx index 429003e240..7e984b6b4a 100644 --- a/examples/cython/use_dpctl_sycl/use_dpctl_sycl/_cython_api.pyx +++ b/examples/cython/use_dpctl_sycl/use_dpctl_sycl/_cython_api.pyx @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/cython/usm_memory/blackscholes/__init__.py b/examples/cython/usm_memory/blackscholes/__init__.py index e16f8b9961..7fc2069978 100644 --- a/examples/cython/usm_memory/blackscholes/__init__.py +++ b/examples/cython/usm_memory/blackscholes/__init__.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/cython/usm_memory/blackscholes/_blackscholes_usm.pyx b/examples/cython/usm_memory/blackscholes/_blackscholes_usm.pyx index 6d2d2bbbe5..aaa86778a0 100644 --- a/examples/cython/usm_memory/blackscholes/_blackscholes_usm.pyx +++ b/examples/cython/usm_memory/blackscholes/_blackscholes_usm.pyx @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/cython/usm_memory/scripts/bench.py b/examples/cython/usm_memory/scripts/bench.py index 5ba334e537..7a234c83cb 100644 --- a/examples/cython/usm_memory/scripts/bench.py +++ b/examples/cython/usm_memory/scripts/bench.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/cython/usm_memory/setup.py b/examples/cython/usm_memory/setup.py index f09d146c73..9c07a8c807 100644 --- a/examples/cython/usm_memory/setup.py +++ b/examples/cython/usm_memory/setup.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/cython/usm_memory/src/sycl_blackscholes.hpp b/examples/cython/usm_memory/src/sycl_blackscholes.hpp index db5da1a89f..e3d8d759a9 100644 --- a/examples/cython/usm_memory/src/sycl_blackscholes.hpp +++ b/examples/cython/usm_memory/src/sycl_blackscholes.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/examples/cython/usm_memory/tests/test_black_scholes.py b/examples/cython/usm_memory/tests/test_black_scholes.py index b901719f90..6c3539c117 100644 --- a/examples/cython/usm_memory/tests/test_black_scholes.py +++ b/examples/cython/usm_memory/tests/test_black_scholes.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/pybind11/external_usm_allocation/example.py b/examples/pybind11/external_usm_allocation/example.py index 9b3751dd01..1a1d79c645 100644 --- a/examples/pybind11/external_usm_allocation/example.py +++ b/examples/pybind11/external_usm_allocation/example.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/pybind11/external_usm_allocation/external_usm_allocation/__init__.py b/examples/pybind11/external_usm_allocation/external_usm_allocation/__init__.py index 84df5317bf..fd1b5d124a 100644 --- a/examples/pybind11/external_usm_allocation/external_usm_allocation/__init__.py +++ b/examples/pybind11/external_usm_allocation/external_usm_allocation/__init__.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/pybind11/external_usm_allocation/external_usm_allocation/_usm_alloc_example.cpp b/examples/pybind11/external_usm_allocation/external_usm_allocation/_usm_alloc_example.cpp index b073c15ca4..b982fcaa20 100644 --- a/examples/pybind11/external_usm_allocation/external_usm_allocation/_usm_alloc_example.cpp +++ b/examples/pybind11/external_usm_allocation/external_usm_allocation/_usm_alloc_example.cpp @@ -4,7 +4,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/examples/pybind11/external_usm_allocation/setup.py b/examples/pybind11/external_usm_allocation/setup.py index 57f07f7153..8c1eaef8b2 100644 --- a/examples/pybind11/external_usm_allocation/setup.py +++ b/examples/pybind11/external_usm_allocation/setup.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/pybind11/external_usm_allocation/tests/test_direct.py b/examples/pybind11/external_usm_allocation/tests/test_direct.py index 7290d67429..cb4b7a094c 100644 --- a/examples/pybind11/external_usm_allocation/tests/test_direct.py +++ b/examples/pybind11/external_usm_allocation/tests/test_direct.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/pybind11/external_usm_allocation/tests/test_dmatrix.py b/examples/pybind11/external_usm_allocation/tests/test_dmatrix.py index bdd1dd3345..14fa1b16cf 100644 --- a/examples/pybind11/external_usm_allocation/tests/test_dmatrix.py +++ b/examples/pybind11/external_usm_allocation/tests/test_dmatrix.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/pybind11/onemkl_gemv/cpp/main.cpp b/examples/pybind11/onemkl_gemv/cpp/main.cpp index 2a337db02d..83191fe6d3 100644 --- a/examples/pybind11/onemkl_gemv/cpp/main.cpp +++ b/examples/pybind11/onemkl_gemv/cpp/main.cpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/examples/pybind11/onemkl_gemv/setup.py b/examples/pybind11/onemkl_gemv/setup.py index 41b5520eed..df86531a88 100644 --- a/examples/pybind11/onemkl_gemv/setup.py +++ b/examples/pybind11/onemkl_gemv/setup.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/pybind11/onemkl_gemv/solve.py b/examples/pybind11/onemkl_gemv/solve.py index 6c350ab801..29c53fc7a5 100644 --- a/examples/pybind11/onemkl_gemv/solve.py +++ b/examples/pybind11/onemkl_gemv/solve.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/pybind11/onemkl_gemv/sycl_gemm/__init__.py b/examples/pybind11/onemkl_gemv/sycl_gemm/__init__.py index cc744d5b07..646ed3062c 100644 --- a/examples/pybind11/onemkl_gemv/sycl_gemm/__init__.py +++ b/examples/pybind11/onemkl_gemv/sycl_gemm/__init__.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/pybind11/onemkl_gemv/sycl_gemm/_onemkl.cpp b/examples/pybind11/onemkl_gemv/sycl_gemm/_onemkl.cpp index f71e9f2dea..2dddd415ce 100644 --- a/examples/pybind11/onemkl_gemv/sycl_gemm/_onemkl.cpp +++ b/examples/pybind11/onemkl_gemv/sycl_gemm/_onemkl.cpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/examples/pybind11/onemkl_gemv/sycl_gemm/cg_solver.hpp b/examples/pybind11/onemkl_gemv/sycl_gemm/cg_solver.hpp index 32c75a7055..6de14aa9ec 100644 --- a/examples/pybind11/onemkl_gemv/sycl_gemm/cg_solver.hpp +++ b/examples/pybind11/onemkl_gemv/sycl_gemm/cg_solver.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/examples/pybind11/onemkl_gemv/sycl_timing_solver.py b/examples/pybind11/onemkl_gemv/sycl_timing_solver.py index 61ce856bcd..febf9d06da 100644 --- a/examples/pybind11/onemkl_gemv/sycl_timing_solver.py +++ b/examples/pybind11/onemkl_gemv/sycl_timing_solver.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/pybind11/onemkl_gemv/tests/test_gemm.py b/examples/pybind11/onemkl_gemv/tests/test_gemm.py index ff1384a8ad..592cda6914 100644 --- a/examples/pybind11/onemkl_gemv/tests/test_gemm.py +++ b/examples/pybind11/onemkl_gemv/tests/test_gemm.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/pybind11/use_dpctl_sycl_kernel/example.py b/examples/pybind11/use_dpctl_sycl_kernel/example.py index c60f5702b2..6d534a2c8c 100644 --- a/examples/pybind11/use_dpctl_sycl_kernel/example.py +++ b/examples/pybind11/use_dpctl_sycl_kernel/example.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/pybind11/use_dpctl_sycl_kernel/resource/double_it.cl b/examples/pybind11/use_dpctl_sycl_kernel/resource/double_it.cl index 22e9396f85..19036f6569 100644 --- a/examples/pybind11/use_dpctl_sycl_kernel/resource/double_it.cl +++ b/examples/pybind11/use_dpctl_sycl_kernel/resource/double_it.cl @@ -1,7 +1,7 @@ /* Data Parallel Control (dpctl) - Copyright 2020-2024 Intel Corporation + Copyright 2020-2025 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/examples/pybind11/use_dpctl_sycl_kernel/setup.py b/examples/pybind11/use_dpctl_sycl_kernel/setup.py index a65d441c40..4b782e798b 100644 --- a/examples/pybind11/use_dpctl_sycl_kernel/setup.py +++ b/examples/pybind11/use_dpctl_sycl_kernel/setup.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/pybind11/use_dpctl_sycl_kernel/tests/test_user_kernel.py b/examples/pybind11/use_dpctl_sycl_kernel/tests/test_user_kernel.py index ad6bfb90f7..7434151dbe 100644 --- a/examples/pybind11/use_dpctl_sycl_kernel/tests/test_user_kernel.py +++ b/examples/pybind11/use_dpctl_sycl_kernel/tests/test_user_kernel.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/pybind11/use_dpctl_sycl_kernel/use_kernel/__init__.py b/examples/pybind11/use_dpctl_sycl_kernel/use_kernel/__init__.py index 9a19f65cb8..be771e1e31 100644 --- a/examples/pybind11/use_dpctl_sycl_kernel/use_kernel/__init__.py +++ b/examples/pybind11/use_dpctl_sycl_kernel/use_kernel/__init__.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/pybind11/use_dpctl_sycl_kernel/use_kernel/_example.cpp b/examples/pybind11/use_dpctl_sycl_kernel/use_kernel/_example.cpp index cc69b80430..f7ec9bd353 100644 --- a/examples/pybind11/use_dpctl_sycl_kernel/use_kernel/_example.cpp +++ b/examples/pybind11/use_dpctl_sycl_kernel/use_kernel/_example.cpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/examples/pybind11/use_dpctl_sycl_queue/example.py b/examples/pybind11/use_dpctl_sycl_queue/example.py index b57ff8ad40..a0893d74e5 100644 --- a/examples/pybind11/use_dpctl_sycl_queue/example.py +++ b/examples/pybind11/use_dpctl_sycl_queue/example.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/pybind11/use_dpctl_sycl_queue/setup.py b/examples/pybind11/use_dpctl_sycl_queue/setup.py index 8aeb4aecbd..b32dfa7021 100644 --- a/examples/pybind11/use_dpctl_sycl_queue/setup.py +++ b/examples/pybind11/use_dpctl_sycl_queue/setup.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/pybind11/use_dpctl_sycl_queue/tests/test_queue_device.py b/examples/pybind11/use_dpctl_sycl_queue/tests/test_queue_device.py index 5a4f970b30..a6ee42eac8 100644 --- a/examples/pybind11/use_dpctl_sycl_queue/tests/test_queue_device.py +++ b/examples/pybind11/use_dpctl_sycl_queue/tests/test_queue_device.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/pybind11/use_dpctl_sycl_queue/use_queue_device/__init__.py b/examples/pybind11/use_dpctl_sycl_queue/use_queue_device/__init__.py index 8b14e91360..6217657d9e 100644 --- a/examples/pybind11/use_dpctl_sycl_queue/use_queue_device/__init__.py +++ b/examples/pybind11/use_dpctl_sycl_queue/use_queue_device/__init__.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/pybind11/use_dpctl_sycl_queue/use_queue_device/_example.cpp b/examples/pybind11/use_dpctl_sycl_queue/use_queue_device/_example.cpp index 291e450037..edadcc7b4e 100644 --- a/examples/pybind11/use_dpctl_sycl_queue/use_queue_device/_example.cpp +++ b/examples/pybind11/use_dpctl_sycl_queue/use_queue_device/_example.cpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/examples/python/_runner.py b/examples/python/_runner.py index ce3c9e14e5..94ab6b4077 100644 --- a/examples/python/_runner.py +++ b/examples/python/_runner.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/python/device_selection.py b/examples/python/device_selection.py index ffb3273fd0..adc1b96c1c 100644 --- a/examples/python/device_selection.py +++ b/examples/python/device_selection.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/python/filter_selection.py b/examples/python/filter_selection.py index b69855d563..3e44f2b0b6 100644 --- a/examples/python/filter_selection.py +++ b/examples/python/filter_selection.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/python/lsplatform.py b/examples/python/lsplatform.py index 1a6733156b..4202758246 100644 --- a/examples/python/lsplatform.py +++ b/examples/python/lsplatform.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/python/subdevices.py b/examples/python/subdevices.py index d5894e0956..8064853081 100644 --- a/examples/python/subdevices.py +++ b/examples/python/subdevices.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/python/sycl_queue.py b/examples/python/sycl_queue.py index 573e472c26..e27fe87fb0 100644 --- a/examples/python/sycl_queue.py +++ b/examples/python/sycl_queue.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/python/sycl_timer.py b/examples/python/sycl_timer.py index 4a51b49b4e..e4bf521e70 100644 --- a/examples/python/sycl_timer.py +++ b/examples/python/sycl_timer.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/python/usm_memory_allocation.py b/examples/python/usm_memory_allocation.py index 54232b5df9..0c23b8bd20 100644 --- a/examples/python/usm_memory_allocation.py +++ b/examples/python/usm_memory_allocation.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/python/usm_memory_host_access.py b/examples/python/usm_memory_host_access.py index 5d79c12ea7..21092a01a5 100644 --- a/examples/python/usm_memory_host_access.py +++ b/examples/python/usm_memory_host_access.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/python/usm_memory_operation.py b/examples/python/usm_memory_operation.py index 6c40bbb207..7c52baca09 100644 --- a/examples/python/usm_memory_operation.py +++ b/examples/python/usm_memory_operation.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/libsyclinterface/cmake/modules/FindIntelSyclCompiler.cmake b/libsyclinterface/cmake/modules/FindIntelSyclCompiler.cmake index 202b1223a2..fcc3eebafc 100644 --- a/libsyclinterface/cmake/modules/FindIntelSyclCompiler.cmake +++ b/libsyclinterface/cmake/modules/FindIntelSyclCompiler.cmake @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/libsyclinterface/cmake/modules/FindLLVMCov.cmake b/libsyclinterface/cmake/modules/FindLLVMCov.cmake index 7fe4df6cca..35ebbe7476 100644 --- a/libsyclinterface/cmake/modules/FindLLVMCov.cmake +++ b/libsyclinterface/cmake/modules/FindLLVMCov.cmake @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/libsyclinterface/cmake/modules/FindLLVMProfdata.cmake b/libsyclinterface/cmake/modules/FindLLVMProfdata.cmake index 2007687f04..aaf3213ba9 100644 --- a/libsyclinterface/cmake/modules/FindLLVMProfdata.cmake +++ b/libsyclinterface/cmake/modules/FindLLVMProfdata.cmake @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/libsyclinterface/cmake/modules/FindLcov.cmake b/libsyclinterface/cmake/modules/FindLcov.cmake index f023a13920..12be3ad058 100644 --- a/libsyclinterface/cmake/modules/FindLcov.cmake +++ b/libsyclinterface/cmake/modules/FindLcov.cmake @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/libsyclinterface/cmake/modules/GetLevelZeroHeaders.cmake b/libsyclinterface/cmake/modules/GetLevelZeroHeaders.cmake index 979100ee21..9160747d17 100644 --- a/libsyclinterface/cmake/modules/GetLevelZeroHeaders.cmake +++ b/libsyclinterface/cmake/modules/GetLevelZeroHeaders.cmake @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/libsyclinterface/cmake/modules/GetProjectVersion.cmake b/libsyclinterface/cmake/modules/GetProjectVersion.cmake index 97ce89c8de..8968eec729 100644 --- a/libsyclinterface/cmake/modules/GetProjectVersion.cmake +++ b/libsyclinterface/cmake/modules/GetProjectVersion.cmake @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/libsyclinterface/cmake/modules/SetupCoverage.cmake b/libsyclinterface/cmake/modules/SetupCoverage.cmake index 506ed11317..630d00f68d 100644 --- a/libsyclinterface/cmake/modules/SetupCoverage.cmake +++ b/libsyclinterface/cmake/modules/SetupCoverage.cmake @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/libsyclinterface/helper/include/dpctl_dynamic_lib_helper.h b/libsyclinterface/helper/include/dpctl_dynamic_lib_helper.h index d0f160dcd9..ad8c5da533 100644 --- a/libsyclinterface/helper/include/dpctl_dynamic_lib_helper.h +++ b/libsyclinterface/helper/include/dpctl_dynamic_lib_helper.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/helper/include/dpctl_error_handlers.h b/libsyclinterface/helper/include/dpctl_error_handlers.h index 34fa517cfb..c7815b1e1f 100644 --- a/libsyclinterface/helper/include/dpctl_error_handlers.h +++ b/libsyclinterface/helper/include/dpctl_error_handlers.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/helper/include/dpctl_string_utils.hpp b/libsyclinterface/helper/include/dpctl_string_utils.hpp index 00a5720c2e..2b65947dae 100644 --- a/libsyclinterface/helper/include/dpctl_string_utils.hpp +++ b/libsyclinterface/helper/include/dpctl_string_utils.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/helper/include/dpctl_utils_helper.h b/libsyclinterface/helper/include/dpctl_utils_helper.h index 1214a890b7..e1cb186d0e 100644 --- a/libsyclinterface/helper/include/dpctl_utils_helper.h +++ b/libsyclinterface/helper/include/dpctl_utils_helper.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/helper/include/dpctl_vector_macros.h b/libsyclinterface/helper/include/dpctl_vector_macros.h index fe83f7a2af..f3f9eaa2c4 100644 --- a/libsyclinterface/helper/include/dpctl_vector_macros.h +++ b/libsyclinterface/helper/include/dpctl_vector_macros.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/helper/source/dpctl_error_handlers.cpp b/libsyclinterface/helper/source/dpctl_error_handlers.cpp index 25aeb7e701..149eb26692 100644 --- a/libsyclinterface/helper/source/dpctl_error_handlers.cpp +++ b/libsyclinterface/helper/source/dpctl_error_handlers.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/helper/source/dpctl_utils_helper.cpp b/libsyclinterface/helper/source/dpctl_utils_helper.cpp index ca6eb72fff..e0611d88d0 100644 --- a/libsyclinterface/helper/source/dpctl_utils_helper.cpp +++ b/libsyclinterface/helper/source/dpctl_utils_helper.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/include/syclinterface/Config/dpctl_config.h.in b/libsyclinterface/include/syclinterface/Config/dpctl_config.h.in index 142eb41712..78d4f75e30 100644 --- a/libsyclinterface/include/syclinterface/Config/dpctl_config.h.in +++ b/libsyclinterface/include/syclinterface/Config/dpctl_config.h.in @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/include/syclinterface/Support/DllExport.h b/libsyclinterface/include/syclinterface/Support/DllExport.h index 8c14193f0f..0578387145 100644 --- a/libsyclinterface/include/syclinterface/Support/DllExport.h +++ b/libsyclinterface/include/syclinterface/Support/DllExport.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/include/syclinterface/Support/ExternC.h b/libsyclinterface/include/syclinterface/Support/ExternC.h index e5e388abc7..4b192848e2 100644 --- a/libsyclinterface/include/syclinterface/Support/ExternC.h +++ b/libsyclinterface/include/syclinterface/Support/ExternC.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/include/syclinterface/Support/MemOwnershipAttrs.h b/libsyclinterface/include/syclinterface/Support/MemOwnershipAttrs.h index cf7b3b2d3b..9a7b86f7e9 100644 --- a/libsyclinterface/include/syclinterface/Support/MemOwnershipAttrs.h +++ b/libsyclinterface/include/syclinterface/Support/MemOwnershipAttrs.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/include/syclinterface/dpctl_data_types.h b/libsyclinterface/include/syclinterface/dpctl_data_types.h index b8a94dc25d..539d3b6710 100644 --- a/libsyclinterface/include/syclinterface/dpctl_data_types.h +++ b/libsyclinterface/include/syclinterface/dpctl_data_types.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/include/syclinterface/dpctl_device_selection.hpp b/libsyclinterface/include/syclinterface/dpctl_device_selection.hpp index 6d08bdb0be..61be0c0b40 100644 --- a/libsyclinterface/include/syclinterface/dpctl_device_selection.hpp +++ b/libsyclinterface/include/syclinterface/dpctl_device_selection.hpp @@ -4,7 +4,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/include/syclinterface/dpctl_error_handler_type.h b/libsyclinterface/include/syclinterface/dpctl_error_handler_type.h index 7ff61e419d..a5c4c3a3b9 100644 --- a/libsyclinterface/include/syclinterface/dpctl_error_handler_type.h +++ b/libsyclinterface/include/syclinterface/dpctl_error_handler_type.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/include/syclinterface/dpctl_service.h b/libsyclinterface/include/syclinterface/dpctl_service.h index 6b80747db5..1baf6f502c 100644 --- a/libsyclinterface/include/syclinterface/dpctl_service.h +++ b/libsyclinterface/include/syclinterface/dpctl_service.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/include/syclinterface/dpctl_sycl_context_interface.h b/libsyclinterface/include/syclinterface/dpctl_sycl_context_interface.h index dc54dd64ce..c915189ee5 100644 --- a/libsyclinterface/include/syclinterface/dpctl_sycl_context_interface.h +++ b/libsyclinterface/include/syclinterface/dpctl_sycl_context_interface.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/include/syclinterface/dpctl_sycl_device_interface.h b/libsyclinterface/include/syclinterface/dpctl_sycl_device_interface.h index ae37303afc..5f940600ec 100644 --- a/libsyclinterface/include/syclinterface/dpctl_sycl_device_interface.h +++ b/libsyclinterface/include/syclinterface/dpctl_sycl_device_interface.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/include/syclinterface/dpctl_sycl_device_manager.h b/libsyclinterface/include/syclinterface/dpctl_sycl_device_manager.h index 15b969aa93..4068d7c485 100644 --- a/libsyclinterface/include/syclinterface/dpctl_sycl_device_manager.h +++ b/libsyclinterface/include/syclinterface/dpctl_sycl_device_manager.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/include/syclinterface/dpctl_sycl_device_selector_interface.h b/libsyclinterface/include/syclinterface/dpctl_sycl_device_selector_interface.h index 4a3a914482..e6ed1ae0a4 100644 --- a/libsyclinterface/include/syclinterface/dpctl_sycl_device_selector_interface.h +++ b/libsyclinterface/include/syclinterface/dpctl_sycl_device_selector_interface.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/include/syclinterface/dpctl_sycl_enum_types.h b/libsyclinterface/include/syclinterface/dpctl_sycl_enum_types.h index 0c5e8088ce..6c7f05e195 100644 --- a/libsyclinterface/include/syclinterface/dpctl_sycl_enum_types.h +++ b/libsyclinterface/include/syclinterface/dpctl_sycl_enum_types.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/include/syclinterface/dpctl_sycl_event_interface.h b/libsyclinterface/include/syclinterface/dpctl_sycl_event_interface.h index 68a2ea1c2c..caae132baa 100644 --- a/libsyclinterface/include/syclinterface/dpctl_sycl_event_interface.h +++ b/libsyclinterface/include/syclinterface/dpctl_sycl_event_interface.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/include/syclinterface/dpctl_sycl_kernel_bundle_interface.h b/libsyclinterface/include/syclinterface/dpctl_sycl_kernel_bundle_interface.h index 1ce7d79a4c..529bc3cca1 100644 --- a/libsyclinterface/include/syclinterface/dpctl_sycl_kernel_bundle_interface.h +++ b/libsyclinterface/include/syclinterface/dpctl_sycl_kernel_bundle_interface.h @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/include/syclinterface/dpctl_sycl_kernel_interface.h b/libsyclinterface/include/syclinterface/dpctl_sycl_kernel_interface.h index 095728ba42..800297efd8 100644 --- a/libsyclinterface/include/syclinterface/dpctl_sycl_kernel_interface.h +++ b/libsyclinterface/include/syclinterface/dpctl_sycl_kernel_interface.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/include/syclinterface/dpctl_sycl_platform_interface.h b/libsyclinterface/include/syclinterface/dpctl_sycl_platform_interface.h index 8d95a45cf0..0bac9ade66 100644 --- a/libsyclinterface/include/syclinterface/dpctl_sycl_platform_interface.h +++ b/libsyclinterface/include/syclinterface/dpctl_sycl_platform_interface.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/include/syclinterface/dpctl_sycl_platform_manager.h b/libsyclinterface/include/syclinterface/dpctl_sycl_platform_manager.h index 052ed9eec1..99ff224317 100644 --- a/libsyclinterface/include/syclinterface/dpctl_sycl_platform_manager.h +++ b/libsyclinterface/include/syclinterface/dpctl_sycl_platform_manager.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/include/syclinterface/dpctl_sycl_queue_interface.h b/libsyclinterface/include/syclinterface/dpctl_sycl_queue_interface.h index a0d283c0f8..50515afae5 100644 --- a/libsyclinterface/include/syclinterface/dpctl_sycl_queue_interface.h +++ b/libsyclinterface/include/syclinterface/dpctl_sycl_queue_interface.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/include/syclinterface/dpctl_sycl_queue_manager.h b/libsyclinterface/include/syclinterface/dpctl_sycl_queue_manager.h index 43a1e47d67..9bedab42c0 100644 --- a/libsyclinterface/include/syclinterface/dpctl_sycl_queue_manager.h +++ b/libsyclinterface/include/syclinterface/dpctl_sycl_queue_manager.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/include/syclinterface/dpctl_sycl_type_casters.hpp b/libsyclinterface/include/syclinterface/dpctl_sycl_type_casters.hpp index 4638959be1..3f5e474533 100644 --- a/libsyclinterface/include/syclinterface/dpctl_sycl_type_casters.hpp +++ b/libsyclinterface/include/syclinterface/dpctl_sycl_type_casters.hpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/include/syclinterface/dpctl_sycl_types.h b/libsyclinterface/include/syclinterface/dpctl_sycl_types.h index 9476d9f347..825d7d0647 100644 --- a/libsyclinterface/include/syclinterface/dpctl_sycl_types.h +++ b/libsyclinterface/include/syclinterface/dpctl_sycl_types.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/include/syclinterface/dpctl_sycl_usm_interface.h b/libsyclinterface/include/syclinterface/dpctl_sycl_usm_interface.h index 05a972758f..78a30c0899 100644 --- a/libsyclinterface/include/syclinterface/dpctl_sycl_usm_interface.h +++ b/libsyclinterface/include/syclinterface/dpctl_sycl_usm_interface.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/include/syclinterface/dpctl_utils.h b/libsyclinterface/include/syclinterface/dpctl_utils.h index c2c6648e18..22e2673549 100644 --- a/libsyclinterface/include/syclinterface/dpctl_utils.h +++ b/libsyclinterface/include/syclinterface/dpctl_utils.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/include/syclinterface/dpctl_vector.h b/libsyclinterface/include/syclinterface/dpctl_vector.h index b14d36e8fe..a3d3cfc08d 100644 --- a/libsyclinterface/include/syclinterface/dpctl_vector.h +++ b/libsyclinterface/include/syclinterface/dpctl_vector.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/source/dpctl_device_selection.cpp b/libsyclinterface/source/dpctl_device_selection.cpp index ec89aa6c20..775ba1634b 100644 --- a/libsyclinterface/source/dpctl_device_selection.cpp +++ b/libsyclinterface/source/dpctl_device_selection.cpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/source/dpctl_service.cpp b/libsyclinterface/source/dpctl_service.cpp index f74cdaa02a..f887763a60 100644 --- a/libsyclinterface/source/dpctl_service.cpp +++ b/libsyclinterface/source/dpctl_service.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/source/dpctl_sycl_context_interface.cpp b/libsyclinterface/source/dpctl_sycl_context_interface.cpp index 374e3bb401..5bb41b488d 100644 --- a/libsyclinterface/source/dpctl_sycl_context_interface.cpp +++ b/libsyclinterface/source/dpctl_sycl_context_interface.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/source/dpctl_sycl_device_interface.cpp b/libsyclinterface/source/dpctl_sycl_device_interface.cpp index 441a03f7dd..2f0fb63b3b 100644 --- a/libsyclinterface/source/dpctl_sycl_device_interface.cpp +++ b/libsyclinterface/source/dpctl_sycl_device_interface.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/source/dpctl_sycl_device_manager.cpp b/libsyclinterface/source/dpctl_sycl_device_manager.cpp index cc9cf616b7..bac6df7ec0 100644 --- a/libsyclinterface/source/dpctl_sycl_device_manager.cpp +++ b/libsyclinterface/source/dpctl_sycl_device_manager.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/source/dpctl_sycl_device_selector_interface.cpp b/libsyclinterface/source/dpctl_sycl_device_selector_interface.cpp index fd75efcc0c..d7c5bcedbc 100644 --- a/libsyclinterface/source/dpctl_sycl_device_selector_interface.cpp +++ b/libsyclinterface/source/dpctl_sycl_device_selector_interface.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/source/dpctl_sycl_event_interface.cpp b/libsyclinterface/source/dpctl_sycl_event_interface.cpp index 580bcadd12..9c745d47b4 100644 --- a/libsyclinterface/source/dpctl_sycl_event_interface.cpp +++ b/libsyclinterface/source/dpctl_sycl_event_interface.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/source/dpctl_sycl_kernel_bundle_interface.cpp b/libsyclinterface/source/dpctl_sycl_kernel_bundle_interface.cpp index 850ea56467..c702018687 100644 --- a/libsyclinterface/source/dpctl_sycl_kernel_bundle_interface.cpp +++ b/libsyclinterface/source/dpctl_sycl_kernel_bundle_interface.cpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/source/dpctl_sycl_kernel_interface.cpp b/libsyclinterface/source/dpctl_sycl_kernel_interface.cpp index d571a74603..8bf8ac5b4b 100644 --- a/libsyclinterface/source/dpctl_sycl_kernel_interface.cpp +++ b/libsyclinterface/source/dpctl_sycl_kernel_interface.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/source/dpctl_sycl_platform_interface.cpp b/libsyclinterface/source/dpctl_sycl_platform_interface.cpp index 6b2a433ea2..36c749ce41 100644 --- a/libsyclinterface/source/dpctl_sycl_platform_interface.cpp +++ b/libsyclinterface/source/dpctl_sycl_platform_interface.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/source/dpctl_sycl_platform_manager.cpp b/libsyclinterface/source/dpctl_sycl_platform_manager.cpp index b29cbb752d..c5885dfc5e 100644 --- a/libsyclinterface/source/dpctl_sycl_platform_manager.cpp +++ b/libsyclinterface/source/dpctl_sycl_platform_manager.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/source/dpctl_sycl_queue_interface.cpp b/libsyclinterface/source/dpctl_sycl_queue_interface.cpp index 1c4ac2b516..7e2a7ac4ee 100644 --- a/libsyclinterface/source/dpctl_sycl_queue_interface.cpp +++ b/libsyclinterface/source/dpctl_sycl_queue_interface.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/source/dpctl_sycl_usm_interface.cpp b/libsyclinterface/source/dpctl_sycl_usm_interface.cpp index 4aeb348372..21d4daa740 100644 --- a/libsyclinterface/source/dpctl_sycl_usm_interface.cpp +++ b/libsyclinterface/source/dpctl_sycl_usm_interface.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/source/dpctl_utils.cpp b/libsyclinterface/source/dpctl_utils.cpp index dd76287bdf..7c585735c3 100644 --- a/libsyclinterface/source/dpctl_utils.cpp +++ b/libsyclinterface/source/dpctl_utils.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/source/dpctl_vector_templ.cpp b/libsyclinterface/source/dpctl_vector_templ.cpp index 872e5425ea..07792e892e 100644 --- a/libsyclinterface/source/dpctl_vector_templ.cpp +++ b/libsyclinterface/source/dpctl_vector_templ.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/tests/test_helper.cpp b/libsyclinterface/tests/test_helper.cpp index 87f48bec12..8743d82dfd 100644 --- a/libsyclinterface/tests/test_helper.cpp +++ b/libsyclinterface/tests/test_helper.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/tests/test_main.cpp b/libsyclinterface/tests/test_main.cpp index d9486e62f6..0423aafa2c 100644 --- a/libsyclinterface/tests/test_main.cpp +++ b/libsyclinterface/tests/test_main.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/tests/test_service.cpp b/libsyclinterface/tests/test_service.cpp index 93fc6b9fe1..b8581092d5 100644 --- a/libsyclinterface/tests/test_service.cpp +++ b/libsyclinterface/tests/test_service.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/tests/test_sycl_context_interface.cpp b/libsyclinterface/tests/test_sycl_context_interface.cpp index 2fda9435c0..059d7078c7 100644 --- a/libsyclinterface/tests/test_sycl_context_interface.cpp +++ b/libsyclinterface/tests/test_sycl_context_interface.cpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/tests/test_sycl_device_aspects.cpp b/libsyclinterface/tests/test_sycl_device_aspects.cpp index c806cff4fb..adbe867b56 100644 --- a/libsyclinterface/tests/test_sycl_device_aspects.cpp +++ b/libsyclinterface/tests/test_sycl_device_aspects.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/tests/test_sycl_device_interface.cpp b/libsyclinterface/tests/test_sycl_device_interface.cpp index 5d3c4d810a..3b81e280ac 100644 --- a/libsyclinterface/tests/test_sycl_device_interface.cpp +++ b/libsyclinterface/tests/test_sycl_device_interface.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/tests/test_sycl_device_invalid_filters.cpp b/libsyclinterface/tests/test_sycl_device_invalid_filters.cpp index ede0f69122..fd52712b8b 100644 --- a/libsyclinterface/tests/test_sycl_device_invalid_filters.cpp +++ b/libsyclinterface/tests/test_sycl_device_invalid_filters.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/tests/test_sycl_device_manager.cpp b/libsyclinterface/tests/test_sycl_device_manager.cpp index b5f1fbc725..f0fff04c64 100644 --- a/libsyclinterface/tests/test_sycl_device_manager.cpp +++ b/libsyclinterface/tests/test_sycl_device_manager.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/tests/test_sycl_device_selector_interface.cpp b/libsyclinterface/tests/test_sycl_device_selector_interface.cpp index ad7b5ed71a..ccc8ceb38d 100644 --- a/libsyclinterface/tests/test_sycl_device_selector_interface.cpp +++ b/libsyclinterface/tests/test_sycl_device_selector_interface.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/tests/test_sycl_device_subdevices.cpp b/libsyclinterface/tests/test_sycl_device_subdevices.cpp index 5d5ab7b933..b92b4a15b3 100644 --- a/libsyclinterface/tests/test_sycl_device_subdevices.cpp +++ b/libsyclinterface/tests/test_sycl_device_subdevices.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpCtl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/tests/test_sycl_event_interface.cpp b/libsyclinterface/tests/test_sycl_event_interface.cpp index 65fb811b55..2b3c5ae5d3 100644 --- a/libsyclinterface/tests/test_sycl_event_interface.cpp +++ b/libsyclinterface/tests/test_sycl_event_interface.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/tests/test_sycl_kernel_bundle_interface.cpp b/libsyclinterface/tests/test_sycl_kernel_bundle_interface.cpp index aa35856d7f..d136c700b6 100644 --- a/libsyclinterface/tests/test_sycl_kernel_bundle_interface.cpp +++ b/libsyclinterface/tests/test_sycl_kernel_bundle_interface.cpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/tests/test_sycl_kernel_interface.cpp b/libsyclinterface/tests/test_sycl_kernel_interface.cpp index dfcbc377a6..6c51a6c4b4 100644 --- a/libsyclinterface/tests/test_sycl_kernel_interface.cpp +++ b/libsyclinterface/tests/test_sycl_kernel_interface.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/tests/test_sycl_platform_interface.cpp b/libsyclinterface/tests/test_sycl_platform_interface.cpp index 91322ef11d..24c105af28 100644 --- a/libsyclinterface/tests/test_sycl_platform_interface.cpp +++ b/libsyclinterface/tests/test_sycl_platform_interface.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/tests/test_sycl_platform_invalid_filters.cpp b/libsyclinterface/tests/test_sycl_platform_invalid_filters.cpp index c7d8415695..92a5f819c1 100644 --- a/libsyclinterface/tests/test_sycl_platform_invalid_filters.cpp +++ b/libsyclinterface/tests/test_sycl_platform_invalid_filters.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/tests/test_sycl_queue_interface.cpp b/libsyclinterface/tests/test_sycl_queue_interface.cpp index d5a5b58bd9..c5c4e1b91e 100644 --- a/libsyclinterface/tests/test_sycl_queue_interface.cpp +++ b/libsyclinterface/tests/test_sycl_queue_interface.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/tests/test_sycl_queue_submit.cpp b/libsyclinterface/tests/test_sycl_queue_submit.cpp index 5cf3a941b9..651c98fd61 100644 --- a/libsyclinterface/tests/test_sycl_queue_submit.cpp +++ b/libsyclinterface/tests/test_sycl_queue_submit.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/tests/test_sycl_queue_submit_local_accessor_arg.cpp b/libsyclinterface/tests/test_sycl_queue_submit_local_accessor_arg.cpp index 86f37b3c51..443bd02312 100644 --- a/libsyclinterface/tests/test_sycl_queue_submit_local_accessor_arg.cpp +++ b/libsyclinterface/tests/test_sycl_queue_submit_local_accessor_arg.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/libsyclinterface/tests/test_sycl_usm_interface.cpp b/libsyclinterface/tests/test_sycl_usm_interface.cpp index 8c3b39a2c7..e04cbc1ad8 100644 --- a/libsyclinterface/tests/test_sycl_usm_interface.cpp +++ b/libsyclinterface/tests/test_sycl_usm_interface.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2024 Intel Corporation +// Copyright 2020-2025 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/scripts/build_locally.py b/scripts/build_locally.py index 3acf774047..6488ca2d3c 100644 --- a/scripts/build_locally.py +++ b/scripts/build_locally.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/scripts/gen_coverage.py b/scripts/gen_coverage.py index c6655fc359..bdc2bd931c 100644 --- a/scripts/gen_coverage.py +++ b/scripts/gen_coverage.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/scripts/gen_docs.py b/scripts/gen_docs.py index c0e4b0aec2..b5cf1b0602 100644 --- a/scripts/gen_docs.py +++ b/scripts/gen_docs.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/setup.py b/setup.py index 310d583829..d0b636c02c 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ # Data Parallel Control Library (dpctl) # -# Copyright 2020-2024 Intel Corporation +# Copyright 2020-2025 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.