diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2dca171a62..b4d5dbf9a3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -91,7 +91,7 @@ The standard header looks like this: // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2020 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-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed 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 aedae71d21..99bb15303b 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-2025] [Intel Corp.] + Copyright [2020] [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 63f3afec26..d75c06f527 100644 --- a/docs/_legacy/conf.in +++ b/docs/_legacy/conf.in @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 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-2025, Intel Corp." +copyright = "2020, 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 882c914a7e..9307d97602 100644 --- a/docs/_legacy/extlinks_gen.py +++ b/docs/_legacy/extlinks_gen.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed 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 e5b9552991..ec2b6f080d 100644 --- a/docs/_legacy/generate_rst.py +++ b/docs/_legacy/generate_rst.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed 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 546d43e6c4..6cdb028340 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-2025, Intel Corp." +copyright = "2020, 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 789e3a433a..374ea8dfa9 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-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 69c8f9a811..5e65b86835 100644 --- a/dpctl/__init__.pxd +++ b/dpctl/__init__.pxd @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 5e442a8fc4..5f57cdf90e 100644 --- a/dpctl/__init__.py +++ b/dpctl/__init__.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 0acb09f39f..58cb7278df 100644 --- a/dpctl/__main__.py +++ b/dpctl/__main__.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 93d9b5ef97..30710b3779 100644 --- a/dpctl/_backend.pxd +++ b/dpctl/_backend.pxd @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 3069600e10..956864ac2d 100644 --- a/dpctl/_device_selection.py +++ b/dpctl/_device_selection.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 3723c23493..d94f24b534 100644 --- a/dpctl/_diagnostics.pyx +++ b/dpctl/_diagnostics.pyx @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 5a2ea19645..6265294837 100644 --- a/dpctl/_host_task_util.hpp +++ b/dpctl/_host_task_util.hpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed under 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 9e20f9f982..95dd8b2c10 100644 --- a/dpctl/_init_helper.py +++ b/dpctl/_init_helper.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 8506479ba8..486b993df2 100644 --- a/dpctl/_sycl_context.pxd +++ b/dpctl/_sycl_context.pxd @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 102cae52f8..5492e378ef 100644 --- a/dpctl/_sycl_context.pyx +++ b/dpctl/_sycl_context.pyx @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 190d981cd0..e0d998f063 100644 --- a/dpctl/_sycl_device.pxd +++ b/dpctl/_sycl_device.pxd @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 6c6638e2e3..8e50770fc2 100644 --- a/dpctl/_sycl_device.pyx +++ b/dpctl/_sycl_device.pyx @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 6ed5de90e3..6e1ee0cc90 100644 --- a/dpctl/_sycl_device_factory.pxd +++ b/dpctl/_sycl_device_factory.pxd @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 7a9794ede0..4a1f02e21e 100644 --- a/dpctl/_sycl_device_factory.pyx +++ b/dpctl/_sycl_device_factory.pyx @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 7b4080800c..710fb5ba35 100644 --- a/dpctl/_sycl_event.pxd +++ b/dpctl/_sycl_event.pxd @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 25ce02e559..74681c477b 100644 --- a/dpctl/_sycl_event.pyx +++ b/dpctl/_sycl_event.pyx @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 6512363077..a9f3af2665 100644 --- a/dpctl/_sycl_platform.pxd +++ b/dpctl/_sycl_platform.pxd @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 41eff7b5d3..d6aacb6bb2 100644 --- a/dpctl/_sycl_platform.pyx +++ b/dpctl/_sycl_platform.pyx @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 9469415cb8..e6495b657b 100644 --- a/dpctl/_sycl_queue.pxd +++ b/dpctl/_sycl_queue.pxd @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 a9d0a2c71c..a9c5f50561 100644 --- a/dpctl/_sycl_queue.pyx +++ b/dpctl/_sycl_queue.pyx @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 495dd0d8d6..4c37d659d6 100644 --- a/dpctl/_sycl_queue_manager.pxd +++ b/dpctl/_sycl_queue_manager.pxd @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 9638ed211f..d3016652fa 100644 --- a/dpctl/_sycl_queue_manager.pyx +++ b/dpctl/_sycl_queue_manager.pyx @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 9acca40747..81c3af4bfa 100644 --- a/dpctl/_sycl_timer.py +++ b/dpctl/_sycl_timer.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 b1c17e8e90..44dc8b9032 100644 --- a/dpctl/apis/include/dpctl4pybind11.hpp +++ b/dpctl/apis/include/dpctl4pybind11.hpp @@ -3,7 +3,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed under 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 59d02a8fa1..6872afa42e 100644 --- a/dpctl/enum_types.py +++ b/dpctl/enum_types.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 4d44ce41b2..5239d74fd8 100644 --- a/dpctl/memory/__init__.pxd +++ b/dpctl/memory/__init__.pxd @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 436f08885d..fc5fc9170d 100644 --- a/dpctl/memory/__init__.py +++ b/dpctl/memory/__init__.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 71c17b9c80..d8842a565b 100644 --- a/dpctl/memory/_memory.pxd +++ b/dpctl/memory/_memory.pxd @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 8448201919..f1fd2ec907 100644 --- a/dpctl/memory/_memory.pyx +++ b/dpctl/memory/_memory.pyx @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 5821cf87a7..c787e8623d 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed under 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 e4b3880eb1..ef2c571bf2 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-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 4e734f18ed..38b71beebf 100644 --- a/dpctl/program/__init__.pxd +++ b/dpctl/program/__init__.pxd @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 71302e4186..db41c0d25e 100644 --- a/dpctl/program/__init__.py +++ b/dpctl/program/__init__.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 435ef68521..99514ae976 100644 --- a/dpctl/program/_program.pxd +++ b/dpctl/program/_program.pxd @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 8737be4762..052f6b57bb 100644 --- a/dpctl/program/_program.pyx +++ b/dpctl/program/_program.pyx @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 e061729774..790fb45768 100644 --- a/dpctl/tests/__init__.py +++ b/dpctl/tests/__init__.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 e694ecb9c3..3dd0d35a1e 100644 --- a/dpctl/tests/_cython_api.pyx +++ b/dpctl/tests/_cython_api.pyx @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 fd36419e30..4e6e2b90d0 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-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 be5719aba4..e834e18d61 100644 --- a/dpctl/tests/conftest.py +++ b/dpctl/tests/conftest.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 a2ae1626ab..3c78c397c9 100644 --- a/dpctl/tests/helper/__init__.py +++ b/dpctl/tests/helper/__init__.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 c79fddd305..0b54446918 100644 --- a/dpctl/tests/helper/_helper.py +++ b/dpctl/tests/helper/_helper.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 ba745e7d8d..79d55716d1 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-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 d4f7c00f5c..ffb246fc1a 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-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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_raw_kernel_arg.py b/dpctl/tests/test_raw_kernel_arg.py index 335f268144..a122f050da 100644 --- a/dpctl/tests/test_raw_kernel_arg.py +++ b/dpctl/tests/test_raw_kernel_arg.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 0127f45a2f..764fa910e4 100644 --- a/dpctl/tests/test_service.py +++ b/dpctl/tests/test_service.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 0cb222573b..5165f36d14 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-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 e9eee7e223..07a06ec80c 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-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 dabecf9247..f650fa2b89 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-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 f23f88988b..feb8a9f6fa 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-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 3ebab3244e..e2d0971111 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-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 9e49d8b3f8..775ec68002 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-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 1c09adc28e..214b374d29 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-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 613a13adb6..af0fe71dcd 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-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 18cbb42eac..1b23004bb8 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-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 ada73f7dca..7d13f7ee48 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-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 680de73b2c..f082eba341 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-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 b1aefa325c..8de419cc4d 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-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 472edd2ff2..d13aedb3b0 100644 --- a/dpctl/tests/test_utils.py +++ b/dpctl/tests/test_utils.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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_work_group_memory.py b/dpctl/tests/test_work_group_memory.py index 5f33f74162..a6400da779 100644 --- a/dpctl/tests/test_work_group_memory.py +++ b/dpctl/tests/test_work_group_memory.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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_work_group_memory_opencl.py b/dpctl/tests/test_work_group_memory_opencl.py index 462c1940d1..e72f89d3da 100644 --- a/dpctl/tests/test_work_group_memory_opencl.py +++ b/dpctl/tests/test_work_group_memory_opencl.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 9530849bf2..a2e04f12d8 100644 --- a/dpctl/utils/__init__.py +++ b/dpctl/utils/__init__.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 c25d4575db..dd4c83c8e6 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-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under 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 0f0ac30fc9..01b0d7f01e 100644 --- a/dpctl/utils/_onetrace_context.py +++ b/dpctl/utils/_onetrace_context.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed 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 60be049e65..fe8e5e8418 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-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed 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 0c6ceb8fd0..cba7882e83 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-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed 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 17b540d098..4b540713d6 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 20759100f6..9fea58d2e2 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-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed 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 cdba89d1ef..5d56096231 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-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed 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 4afa3a5536..15edfd33e1 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 ad8e5ac419..5a5e78bca0 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-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed 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 6fb244e3cd..776b7f014b 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-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed 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 0eb9277bea..eea29c51bf 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-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed 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 697ef539d5..7b6d13a05a 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-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed 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 1a1d79c645..c34c2af1fe 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-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed 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 fd1b5d124a..fc22926a66 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-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed 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 f92a99026e..d0a843f58c 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 8c1eaef8b2..f947fcfd31 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-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed 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 b14d57533b..1499a56829 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-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed 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 14fa1b16cf..07ad8773f3 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-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed 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 83191fe6d3..18a6c65fda 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 df86531a88..9e86db95ab 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-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed 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 646ed3062c..2be922c0ec 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-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed 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 33c30ee9cf..7b026c1768 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 dfc4f9e885..4c4268bff7 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 bd8c598950..3fbd607d75 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-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed 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 a164d2cd0b..a74f077138 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-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed 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 19036f6569..14b9e745fd 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-2025 Intel Corporation + Copyright 2020 Intel Corporation Licensed 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 4b782e798b..c1ff72b334 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-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed 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 805670bd8f..d07209a2f9 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-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed 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 be771e1e31..7aa60d8c4f 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-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed 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 44bbec6deb..e10b8c2bcc 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 da80003b08..27cd522c97 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-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed 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 b32dfa7021..2dea174295 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-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed 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 a6ee42eac8..7362b9e428 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-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed 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 6217657d9e..0da083f02d 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-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed 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 edadcc7b4e..8cc659e5ed 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 452f0207b9..b59da8be14 100644 --- a/examples/python/_runner.py +++ b/examples/python/_runner.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed 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 bf21c8e44d..bca13ccf3b 100644 --- a/examples/python/device_selection.py +++ b/examples/python/device_selection.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed 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 286da98d7a..2132d378e9 100644 --- a/examples/python/filter_selection.py +++ b/examples/python/filter_selection.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed 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 912a64ea44..63f0aa24df 100644 --- a/examples/python/lsplatform.py +++ b/examples/python/lsplatform.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed 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 282674f297..bfaae8b5cd 100644 --- a/examples/python/subdevices.py +++ b/examples/python/subdevices.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed 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 024f59049c..10c9153a3b 100644 --- a/examples/python/sycl_queue.py +++ b/examples/python/sycl_queue.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed 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 0c23b8bd20..3a3a51bb81 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-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed 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 f6af9c4305..ad005df79c 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-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed 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 7c52baca09..d27e21bbe9 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-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed 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_operations.py b/examples/python/usm_operations.py new file mode 100644 index 0000000000..8237b725af --- /dev/null +++ b/examples/python/usm_operations.py @@ -0,0 +1,140 @@ +# Data Parallel Control (dpctl) +# +# Copyright 2020 Intel Corporation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +""" +Demonstrates SYCL USM memory usage in Python using dpctl.memory. +Includes allocation, host access, and host-device copying. +""" + +import numpy as np + +import dpctl.memory as dpmem + + +def usm_allocation(): + """ + Example demonstrating ways to allocate USM using dpctl.memory. + """ + # allocate USM-shared byte-buffer + ms = dpmem.MemoryUSMShared(16) + print(f"USM-shared buffer allocated with size: {len(ms)}") + + # allocate USM-device byte-buffer + md = dpmem.MemoryUSMDevice(16) + print(f"USM-device buffer allocated with size: {len(md)}") + + # allocate USM-host byte-buffer + mh = dpmem.MemoryUSMHost(16) + print(f"USM-host buffer allocated with size: {len(mh)}") + + # specify alignment + # TODO: add alignment check + mda = dpmem.MemoryUSMDevice(128, alignment=16) + print(f"16-byte aligned USM-device buffer allocated with size: {len(mda)}") + + # allocate using given queue, + # i.e. on the device and bound to the context stored in the queue + mdq = dpmem.MemoryUSMDevice(256, queue=mda.sycl_queue) + print( + "USM-device buffers share the same queue: " + f"{mdq.sycl_queue == mda.sycl_queue}" + ) + + # information about device associate with USM buffer + print("Allocation performed on device:") + mda.sycl_queue.print_device_info() + + +def usm_host_access(): + """ + Example demonstrating that shared and host USM allocations are + host-accessible and thus accessible from Python via buffer protocol. + """ + # USM-shared and USM-host pointers are host-accessible, + # meaning they are accessible from Python, therefore + # they implement Python buffer protocol + + # allocate 1K of USM-shared buffer + ms = dpmem.MemoryUSMShared(1024) + + # create memoryview into USM-shared buffer + msv = memoryview(ms) + + # populate buffer from host one byte at a time + for i in range(len(ms)): + ir = i % 256 + msv[i] = ir**2 % 256 + + mh = dpmem.MemoryUSMHost(64) + mhv = memoryview(mh) + + # copy content of block of USM-shared buffer to + # USM-host buffer + mhv[:] = msv[78 : 78 + len(mh)] + + print("Byte-values of the USM-host buffer") + print(list(mhv)) + + # USM-device buffer is not host accessible + md = dpmem.MemoryUSMDevice(16) + try: + memoryview(md) + except TypeError as e: + print("") + print( + "An expected exception was raised during attempted construction of " + "memoryview from USM-device memory object." + ) + print(f"\t{e}") + + +def usm_host_device_copy(): + """ + Example demonstrating copying operations using dpctl.memory. + """ + ms = dpmem.MemoryUSMShared(32) + md = dpmem.MemoryUSMDevice(32) + + host_buf = np.random.randint(0, 42, dtype=np.uint8, size=32) + + # copy host byte-like object to USM-device buffer + md.copy_from_host(host_buf) + + # copy USM-device buffer to USM-shared buffer in parallel using + # sycl::queue::memcpy. + ms.copy_from_device(md) + + # build numpy array reusing host-accessible USM-shared memory + X = np.ndarray((len(ms),), buffer=ms, dtype=np.uint8) + + # Display Python object NumPy ndarray is viewing into + print("numpy.ndarray.base: ", X.base) + print("") + + # Print content of the view + print("View..........: ", X) + + # Print content of the original host buffer + print("host_buf......: ", host_buf) + + # use copy_to_host to retrieve memory of USM-device memory + print("copy_to_host(): ", md.copy_to_host()) + + +if __name__ == "__main__": + import _runner as runner + + runner.run_examples("Memory examples for dpctl.", globals()) diff --git a/libsyclinterface/cmake/modules/FindIntelSyclCompiler.cmake b/libsyclinterface/cmake/modules/FindIntelSyclCompiler.cmake index 039c115878..67e280dfab 100644 --- a/libsyclinterface/cmake/modules/FindIntelSyclCompiler.cmake +++ b/libsyclinterface/cmake/modules/FindIntelSyclCompiler.cmake @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed 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 35ebbe7476..323802b108 100644 --- a/libsyclinterface/cmake/modules/FindLLVMCov.cmake +++ b/libsyclinterface/cmake/modules/FindLLVMCov.cmake @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed 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 aaf3213ba9..8d929fcdda 100644 --- a/libsyclinterface/cmake/modules/FindLLVMProfdata.cmake +++ b/libsyclinterface/cmake/modules/FindLLVMProfdata.cmake @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed 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 12be3ad058..0b81bdb6d4 100644 --- a/libsyclinterface/cmake/modules/FindLcov.cmake +++ b/libsyclinterface/cmake/modules/FindLcov.cmake @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed 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 9160747d17..04ee2c7e33 100644 --- a/libsyclinterface/cmake/modules/GetLevelZeroHeaders.cmake +++ b/libsyclinterface/cmake/modules/GetLevelZeroHeaders.cmake @@ -1,4 +1,4 @@ -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed 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 a45ad0ee96..a5989ad434 100644 --- a/libsyclinterface/cmake/modules/GetProjectVersion.cmake +++ b/libsyclinterface/cmake/modules/GetProjectVersion.cmake @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed 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 630d00f68d..662703d64e 100644 --- a/libsyclinterface/cmake/modules/SetupCoverage.cmake +++ b/libsyclinterface/cmake/modules/SetupCoverage.cmake @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed 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 ad8c5da533..863a8d164f 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 c7815b1e1f..5f04540cac 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 2b65947dae..ed8d4b90a1 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 9d9401b807..d999088d3b 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 f3f9eaa2c4..7f3eebaef4 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 8ee9626f00..1f826f4503 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 866e7e828e..3b7a1eb3c8 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 78d4f75e30..464d3a885a 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 f2eb627bc7..c0c4d7b3c7 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 4b192848e2..a74215358b 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 9a7b86f7e9..9f0089bb9d 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 539d3b6710..e4c32a4a22 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 61be0c0b40..7f8394990f 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 a5c4c3a3b9..d1846ef01c 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 1baf6f502c..16db60fca8 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 c915189ee5..c7c6ece7ed 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 72b0261e1f..c07a0f8f46 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 3f4f08e18f..fcf94d7405 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 e6ed1ae0a4..bc9ffa515d 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 76311daa7b..e8c4cba7e9 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 caae132baa..32701aeca9 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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_extension_interface.h b/libsyclinterface/include/syclinterface/dpctl_sycl_extension_interface.h index 1225eef6cb..eb1460d347 100644 --- a/libsyclinterface/include/syclinterface/dpctl_sycl_extension_interface.h +++ b/libsyclinterface/include/syclinterface/dpctl_sycl_extension_interface.h @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 07a76c3fd8..ee247852c8 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 800297efd8..d8a69afb1d 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 36fd573c63..1cde75d710 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 5fce58bd19..0e3fdb97bd 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 50515afae5..3f033f3f41 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 9bedab42c0..2ceb542eb3 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 e39bffecab..57164b3068 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 825d7d0647..f8dbb0afd1 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 78a30c0899..1ea7bfb1bf 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 22e2673549..d124869062 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 a3d3cfc08d..482fc7f303 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 775ba1634b..173af05188 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 f887763a60..f5a6dc2499 100644 --- a/libsyclinterface/source/dpctl_service.cpp +++ b/libsyclinterface/source/dpctl_service.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 5bb41b488d..c27cd9a343 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 1378f6f818..65be01a0bb 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 3bc213fc43..1c5cf626bb 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 8e15f694a7..68f0f7b747 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 9c745d47b4..5e2b924e28 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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_extension_interface.cpp b/libsyclinterface/source/dpctl_sycl_extension_interface.cpp index 59bf8b07e4..e9186c2def 100644 --- a/libsyclinterface/source/dpctl_sycl_extension_interface.cpp +++ b/libsyclinterface/source/dpctl_sycl_extension_interface.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 78c714ecbb..7dc7d10aa7 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 8bf8ac5b4b..e035ea7000 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 73bef73266..d19d9844bb 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 c5885dfc5e..26d789bd61 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 77db689c1d..f85b60639a 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 21d4daa740..82f566cf1e 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 7c585735c3..16c79fc8b0 100644 --- a/libsyclinterface/source/dpctl_utils.cpp +++ b/libsyclinterface/source/dpctl_utils.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 07792e892e..510eba2e73 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 25b5743ba2..206bd6071b 100644 --- a/libsyclinterface/tests/test_helper.cpp +++ b/libsyclinterface/tests/test_helper.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 0423aafa2c..7f9d5c1556 100644 --- a/libsyclinterface/tests/test_main.cpp +++ b/libsyclinterface/tests/test_main.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 4b75b34e4c..2f9665b223 100644 --- a/libsyclinterface/tests/test_service.cpp +++ b/libsyclinterface/tests/test_service.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 059d7078c7..7686e9cdd7 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 fc14ea131f..2cbe68aeb1 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 49783df694..3aa89b53be 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 fd52712b8b..d9de1747b3 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 0ce19124c4..9c60d3bd8d 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 1588b6265e..9d470c2365 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 b92b4a15b3..c84ab41372 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 2b3c5ae5d3..f819808563 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 a835c277b9..6d9dfc11f0 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 6c51a6c4b4..fba5e7a4d3 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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_peer_access.cpp b/libsyclinterface/tests/test_sycl_peer_access.cpp index 8e3179b021..b8cece5a31 100644 --- a/libsyclinterface/tests/test_sycl_peer_access.cpp +++ b/libsyclinterface/tests/test_sycl_peer_access.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 3a1b970f63..67de6b9158 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 92a5f819c1..85d3755e3c 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 c5c4e1b91e..1b4c791ed4 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 ab5b6bef82..15db76f97b 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 f6110375bb..cef15edc64 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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_raw_kernel_arg.cpp b/libsyclinterface/tests/test_sycl_queue_submit_raw_kernel_arg.cpp index f40bc20066..07f734d375 100644 --- a/libsyclinterface/tests/test_sycl_queue_submit_raw_kernel_arg.cpp +++ b/libsyclinterface/tests/test_sycl_queue_submit_raw_kernel_arg.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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_work_group_memory_arg.cpp b/libsyclinterface/tests/test_sycl_queue_submit_work_group_memory_arg.cpp index d0f44b7275..0c2c053e1e 100644 --- a/libsyclinterface/tests/test_sycl_queue_submit_work_group_memory_arg.cpp +++ b/libsyclinterface/tests/test_sycl_queue_submit_work_group_memory_arg.cpp @@ -2,7 +2,7 @@ // // Data Parallel Control (dpctl) // -// Copyright 2020-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 ad693661ff..13bc3230c9 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-2025 Intel Corporation +// Copyright 2020 Intel Corporation // // Licensed 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 e794adc0c6..143f6d22e8 100644 --- a/scripts/build_locally.py +++ b/scripts/build_locally.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed 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 77d90467dd..2d7c15dc4f 100644 --- a/scripts/gen_coverage.py +++ b/scripts/gen_coverage.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed 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 fd6c2ffeac..637d56e243 100644 --- a/scripts/gen_docs.py +++ b/scripts/gen_docs.py @@ -1,6 +1,6 @@ # Data Parallel Control (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed 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 1b10322ef8..f7c5d3ef9c 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ # Data Parallel Control Library (dpctl) # -# Copyright 2020-2025 Intel Corporation +# Copyright 2020 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.