In file included from potential.cpp:8:
./implementation.hpp:21:96: warning: 'global_buffer' is deprecated: use 'target::device' instead [-Wdeprecated-declarations]
21 | ForceInitializer(sycl::accessor<Point<F>, 1, sycl::access::mode::write, sycl::access::target::global_buffer> fs)
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/access/access.hpp:23:17: note: 'global_buffer' has been explicitly marked deprecated here
23 | global_buffer __SYCL2020_DEPRECATED("use 'target::device' instead") = 2014,
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/detail/defines_elementary.hpp:62:40: note: expanded from macro '__SYCL2020_DEPRECATED'
62 | #define __SYCL2020_DEPRECATED(message) __SYCL_DEPRECATED(message)
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/detail/defines_elementary.hpp:53:38: note: expanded from macro '__SYCL_DEPRECATED'
53 | #define __SYCL_DEPRECATED(message) [[deprecated(message)]]
| ^
In file included from potential.cpp:8:
./implementation.hpp:30:79: warning: 'global_buffer' is deprecated: use 'target::device' instead [-Wdeprecated-declarations]
30 | sycl::accessor<Point<F>, 1, sycl::access::mode::write, sycl::access::target::global_buffer> fs;
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/access/access.hpp:23:17: note: 'global_buffer' has been explicitly marked deprecated here
23 | global_buffer __SYCL2020_DEPRECATED("use 'target::device' instead") = 2014,
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/detail/defines_elementary.hpp:62:40: note: expanded from macro '__SYCL2020_DEPRECATED'
62 | #define __SYCL2020_DEPRECATED(message) __SYCL_DEPRECATED(message)
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/detail/defines_elementary.hpp:53:38: note: expanded from macro '__SYCL_DEPRECATED'
53 | #define __SYCL_DEPRECATED(message) [[deprecated(message)]]
| ^
In file included from potential.cpp:8:
./implementation.hpp:88:136: warning: 'constant_buffer' is deprecated: use 'target::device' instead [-Wdeprecated-declarations]
88 | static std::pair<coord_t, coord_t> getRepulsiveForce(const sycl::accessor<point_t, 1, sycl::access::mode::read, sycl::access::target::constant_buffer> &points, index_t p1, index_t p2, F vertexRepulsion)
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/access/access.hpp:24:19: note: 'constant_buffer' has been explicitly marked deprecated here
24 | constant_buffer __SYCL2020_DEPRECATED("use 'target::device' instead") = 2015,
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/detail/defines_elementary.hpp:62:40: note: expanded from macro '__SYCL2020_DEPRECATED'
62 | #define __SYCL2020_DEPRECATED(message) __SYCL_DEPRECATED(message)
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/detail/defines_elementary.hpp:53:38: note: expanded from macro '__SYCL_DEPRECATED'
53 | #define __SYCL_DEPRECATED(message) [[deprecated(message)]]
| ^
In file included from potential.cpp:8:
./implementation.hpp:109:125: warning: 'constant_buffer' is deprecated: use 'target::device' instead [-Wdeprecated-declarations]
109 | static std::pair<F, F> getCompulsiveForce(const sycl::accessor<point_t, 1, sycl::access::mode::read, sycl::access::target::constant_buffer> &points, index_t p1, index_t p2, length_t length, F edgeCompulsion)
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/access/access.hpp:24:19: note: 'constant_buffer' has been explicitly marked deprecated here
24 | constant_buffer __SYCL2020_DEPRECATED("use 'target::device' instead") = 2015,
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/detail/defines_elementary.hpp:62:40: note: expanded from macro '__SYCL2020_DEPRECATED'
62 | #define __SYCL2020_DEPRECATED(message) __SYCL_DEPRECATED(message)
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/detail/defines_elementary.hpp:53:38: note: expanded from macro '__SYCL_DEPRECATED'
53 | #define __SYCL_DEPRECATED(message) [[deprecated(message)]]
| ^
In file included from potential.cpp:8:
./implementation.hpp:128:32: warning: 'default_selector' is deprecated: Use the callable sycl::default_selector_v instead. [-Wdeprecated-declarations]
128 | static auto selector = sycl::default_selector{};
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/device_selector.hpp:54:21: note: 'default_selector' has been explicitly marked deprecated here
54 | class __SYCL_EXPORT __SYCL2020_DEPRECATED(
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/detail/defines_elementary.hpp:62:40: note: expanded from macro '__SYCL2020_DEPRECATED'
62 | #define __SYCL2020_DEPRECATED(message) __SYCL_DEPRECATED(message)
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/detail/defines_elementary.hpp:53:38: note: expanded from macro '__SYCL_DEPRECATED'
53 | #define __SYCL_DEPRECATED(message) [[deprecated(message)]]
| ^
In file included from potential.cpp:8:
./implementation.hpp:147:8: warning: 'queue' is deprecated: SYCL 1.2.1 device selectors are deprecated. Please use SYCL 2020 device selectors instead. [-Wdeprecated-declarations]
147 | q = sycl::queue(selector, exh);
| ^
potential.cpp:92:63: note: in instantiation of member function 'ProgramPotential<double>::initialize' requested here
92 | IProgramPotential<real_t, index_t, length_t> *program = new ProgramPotential<real_t, index_t, length_t>;
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/queue.hpp:204:3: note: 'queue' has been explicitly marked deprecated here
204 | __SYCL2020_DEPRECATED("SYCL 1.2.1 device selectors are deprecated. Please "
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/detail/defines_elementary.hpp:62:40: note: expanded from macro '__SYCL2020_DEPRECATED'
62 | #define __SYCL2020_DEPRECATED(message) __SYCL_DEPRECATED(message)
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/detail/defines_elementary.hpp:53:38: note: expanded from macro '__SYCL_DEPRECATED'
53 | #define __SYCL_DEPRECATED(message) [[deprecated(message)]]
| ^
In file included from potential.cpp:8:
./implementation.hpp:147:8: warning: 'queue' is deprecated: SYCL 1.2.1 device selectors are deprecated. Please use SYCL 2020 device selectors instead. [-Wdeprecated-declarations]
147 | q = sycl::queue(selector, exh);
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/queue.hpp:204:3: note: 'queue' has been explicitly marked deprecated here
204 | __SYCL2020_DEPRECATED("SYCL 1.2.1 device selectors are deprecated. Please "
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/detail/defines_elementary.hpp:62:40: note: expanded from macro '__SYCL2020_DEPRECATED'
62 | #define __SYCL2020_DEPRECATED(message) __SYCL_DEPRECATED(message)
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/detail/defines_elementary.hpp:53:38: note: expanded from macro '__SYCL_DEPRECATED'
53 | #define __SYCL_DEPRECATED(message) [[deprecated(message)]]
| ^
7 warnings generated.
In file included from potential.cpp:8:
./implementation.hpp:21:96: warning: 'global_buffer' is deprecated: use 'target::device' instead [-Wdeprecated-declarations]
21 | ForceInitializer(sycl::accessor<Point<F>, 1, sycl::access::mode::write, sycl::access::target::global_buffer> fs)
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/access/access.hpp:23:17: note: 'global_buffer' has been explicitly marked deprecated here
23 | global_buffer __SYCL2020_DEPRECATED("use 'target::device' instead") = 2014,
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/detail/defines_elementary.hpp:62:40: note: expanded from macro '__SYCL2020_DEPRECATED'
62 | #define __SYCL2020_DEPRECATED(message) __SYCL_DEPRECATED(message)
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/detail/defines_elementary.hpp:53:38: note: expanded from macro '__SYCL_DEPRECATED'
53 | #define __SYCL_DEPRECATED(message) [[deprecated(message)]]
| ^
In file included from potential.cpp:8:
./implementation.hpp:30:79: warning: 'global_buffer' is deprecated: use 'target::device' instead [-Wdeprecated-declarations]
30 | sycl::accessor<Point<F>, 1, sycl::access::mode::write, sycl::access::target::global_buffer> fs;
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/access/access.hpp:23:17: note: 'global_buffer' has been explicitly marked deprecated here
23 | global_buffer __SYCL2020_DEPRECATED("use 'target::device' instead") = 2014,
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/detail/defines_elementary.hpp:62:40: note: expanded from macro '__SYCL2020_DEPRECATED'
62 | #define __SYCL2020_DEPRECATED(message) __SYCL_DEPRECATED(message)
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/detail/defines_elementary.hpp:53:38: note: expanded from macro '__SYCL_DEPRECATED'
53 | #define __SYCL_DEPRECATED(message) [[deprecated(message)]]
| ^
In file included from potential.cpp:8:
./implementation.hpp:88:136: warning: 'constant_buffer' is deprecated: use 'target::device' instead [-Wdeprecated-declarations]
88 | static std::pair<coord_t, coord_t> getRepulsiveForce(const sycl::accessor<point_t, 1, sycl::access::mode::read, sycl::access::target::constant_buffer> &points, index_t p1, index_t p2, F vertexRepulsion)
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/access/access.hpp:24:19: note: 'constant_buffer' has been explicitly marked deprecated here
24 | constant_buffer __SYCL2020_DEPRECATED("use 'target::device' instead") = 2015,
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/detail/defines_elementary.hpp:62:40: note: expanded from macro '__SYCL2020_DEPRECATED'
62 | #define __SYCL2020_DEPRECATED(message) __SYCL_DEPRECATED(message)
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/detail/defines_elementary.hpp:53:38: note: expanded from macro '__SYCL_DEPRECATED'
53 | #define __SYCL_DEPRECATED(message) [[deprecated(message)]]
| ^
In file included from potential.cpp:8:
./implementation.hpp:109:125: warning: 'constant_buffer' is deprecated: use 'target::device' instead [-Wdeprecated-declarations]
109 | static std::pair<F, F> getCompulsiveForce(const sycl::accessor<point_t, 1, sycl::access::mode::read, sycl::access::target::constant_buffer> &points, index_t p1, index_t p2, length_t length, F edgeCompulsion)
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/access/access.hpp:24:19: note: 'constant_buffer' has been explicitly marked deprecated here
24 | constant_buffer __SYCL2020_DEPRECATED("use 'target::device' instead") = 2015,
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/detail/defines_elementary.hpp:62:40: note: expanded from macro '__SYCL2020_DEPRECATED'
62 | #define __SYCL2020_DEPRECATED(message) __SYCL_DEPRECATED(message)
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/detail/defines_elementary.hpp:53:38: note: expanded from macro '__SYCL_DEPRECATED'
53 | #define __SYCL_DEPRECATED(message) [[deprecated(message)]]
| ^
In file included from potential.cpp:8:
./implementation.hpp:128:32: warning: 'default_selector' is deprecated: Use the callable sycl::default_selector_v instead. [-Wdeprecated-declarations]
128 | static auto selector = sycl::default_selector{};
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/device_selector.hpp:54:21: note: 'default_selector' has been explicitly marked deprecated here
54 | class __SYCL_EXPORT __SYCL2020_DEPRECATED(
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/detail/defines_elementary.hpp:62:40: note: expanded from macro '__SYCL2020_DEPRECATED'
62 | #define __SYCL2020_DEPRECATED(message) __SYCL_DEPRECATED(message)
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/detail/defines_elementary.hpp:53:38: note: expanded from macro '__SYCL_DEPRECATED'
53 | #define __SYCL_DEPRECATED(message) [[deprecated(message)]]
| ^
In file included from potential.cpp:8:
./implementation.hpp:147:8: warning: 'queue' is deprecated: SYCL 1.2.1 device selectors are deprecated. Please use SYCL 2020 device selectors instead. [-Wdeprecated-declarations]
147 | q = sycl::queue(selector, exh);
| ^
potential.cpp:92:63: note: in instantiation of member function 'ProgramPotential<double>::initialize' requested here
92 | IProgramPotential<real_t, index_t, length_t> *program = new ProgramPotential<real_t, index_t, length_t>;
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/queue.hpp:204:3: note: 'queue' has been explicitly marked deprecated here
204 | __SYCL2020_DEPRECATED("SYCL 1.2.1 device selectors are deprecated. Please "
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/detail/defines_elementary.hpp:62:40: note: expanded from macro '__SYCL2020_DEPRECATED'
62 | #define __SYCL2020_DEPRECATED(message) __SYCL_DEPRECATED(message)
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/detail/defines_elementary.hpp:53:38: note: expanded from macro '__SYCL_DEPRECATED'
53 | #define __SYCL_DEPRECATED(message) [[deprecated(message)]]
| ^
In file included from potential.cpp:8:
./implementation.hpp:147:8: warning: 'queue' is deprecated: SYCL 1.2.1 device selectors are deprecated. Please use SYCL 2020 device selectors instead. [-Wdeprecated-declarations]
147 | q = sycl::queue(selector, exh);
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/queue.hpp:204:3: note: 'queue' has been explicitly marked deprecated here
204 | __SYCL2020_DEPRECATED("SYCL 1.2.1 device selectors are deprecated. Please "
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/detail/defines_elementary.hpp:62:40: note: expanded from macro '__SYCL2020_DEPRECATED'
62 | #define __SYCL2020_DEPRECATED(message) __SYCL_DEPRECATED(message)
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/detail/defines_elementary.hpp:53:38: note: expanded from macro '__SYCL_DEPRECATED'
53 | #define __SYCL_DEPRECATED(message) [[deprecated(message)]]
| ^
7 warnings generated.
In file included from potential.cpp:8:
./implementation.hpp:21:96: warning: 'global_buffer' is deprecated: use 'target::device' instead [-Wdeprecated-declarations]
21 | ForceInitializer(sycl::accessor<Point<F>, 1, sycl::access::mode::write, sycl::access::target::global_buffer> fs)
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/access/access.hpp:23:17: note: 'global_buffer' has been explicitly marked deprecated here
23 | global_buffer __SYCL2020_DEPRECATED("use 'target::device' instead") = 2014,
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/detail/defines_elementary.hpp:62:40: note: expanded from macro '__SYCL2020_DEPRECATED'
62 | #define __SYCL2020_DEPRECATED(message) __SYCL_DEPRECATED(message)
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/detail/defines_elementary.hpp:53:38: note: expanded from macro '__SYCL_DEPRECATED'
53 | #define __SYCL_DEPRECATED(message) [[deprecated(message)]]
| ^
In file included from potential.cpp:8:
./implementation.hpp:30:79: warning: 'global_buffer' is deprecated: use 'target::device' instead [-Wdeprecated-declarations]
30 | sycl::accessor<Point<F>, 1, sycl::access::mode::write, sycl::access::target::global_buffer> fs;
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/access/access.hpp:23:17: note: 'global_buffer' has been explicitly marked deprecated here
23 | global_buffer __SYCL2020_DEPRECATED("use 'target::device' instead") = 2014,
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/detail/defines_elementary.hpp:62:40: note: expanded from macro '__SYCL2020_DEPRECATED'
62 | #define __SYCL2020_DEPRECATED(message) __SYCL_DEPRECATED(message)
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/detail/defines_elementary.hpp:53:38: note: expanded from macro '__SYCL_DEPRECATED'
53 | #define __SYCL_DEPRECATED(message) [[deprecated(message)]]
| ^
In file included from potential.cpp:8:
./implementation.hpp:88:136: warning: 'constant_buffer' is deprecated: use 'target::device' instead [-Wdeprecated-declarations]
88 | static std::pair<coord_t, coord_t> getRepulsiveForce(const sycl::accessor<point_t, 1, sycl::access::mode::read, sycl::access::target::constant_buffer> &points, index_t p1, index_t p2, F vertexRepulsion)
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/access/access.hpp:24:19: note: 'constant_buffer' has been explicitly marked deprecated here
24 | constant_buffer __SYCL2020_DEPRECATED("use 'target::device' instead") = 2015,
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/detail/defines_elementary.hpp:62:40: note: expanded from macro '__SYCL2020_DEPRECATED'
62 | #define __SYCL2020_DEPRECATED(message) __SYCL_DEPRECATED(message)
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/detail/defines_elementary.hpp:53:38: note: expanded from macro '__SYCL_DEPRECATED'
53 | #define __SYCL_DEPRECATED(message) [[deprecated(message)]]
| ^
In file included from potential.cpp:8:
./implementation.hpp:109:125: warning: 'constant_buffer' is deprecated: use 'target::device' instead [-Wdeprecated-declarations]
109 | static std::pair<F, F> getCompulsiveForce(const sycl::accessor<point_t, 1, sycl::access::mode::read, sycl::access::target::constant_buffer> &points, index_t p1, index_t p2, length_t length, F edgeCompulsion)
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/access/access.hpp:24:19: note: 'constant_buffer' has been explicitly marked deprecated here
24 | constant_buffer __SYCL2020_DEPRECATED("use 'target::device' instead") = 2015,
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/detail/defines_elementary.hpp:62:40: note: expanded from macro '__SYCL2020_DEPRECATED'
62 | #define __SYCL2020_DEPRECATED(message) __SYCL_DEPRECATED(message)
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/detail/defines_elementary.hpp:53:38: note: expanded from macro '__SYCL_DEPRECATED'
53 | #define __SYCL_DEPRECATED(message) [[deprecated(message)]]
| ^
In file included from potential.cpp:8:
./implementation.hpp:128:32: warning: 'default_selector' is deprecated: Use the callable sycl::default_selector_v instead. [-Wdeprecated-declarations]
128 | static auto selector = sycl::default_selector{};
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/device_selector.hpp:54:21: note: 'default_selector' has been explicitly marked deprecated here
54 | class __SYCL_EXPORT __SYCL2020_DEPRECATED(
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/detail/defines_elementary.hpp:62:40: note: expanded from macro '__SYCL2020_DEPRECATED'
62 | #define __SYCL2020_DEPRECATED(message) __SYCL_DEPRECATED(message)
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/detail/defines_elementary.hpp:53:38: note: expanded from macro '__SYCL_DEPRECATED'
53 | #define __SYCL_DEPRECATED(message) [[deprecated(message)]]
| ^
In file included from potential.cpp:8:
./implementation.hpp:147:8: warning: 'queue' is deprecated: SYCL 1.2.1 device selectors are deprecated. Please use SYCL 2020 device selectors instead. [-Wdeprecated-declarations]
147 | q = sycl::queue(selector, exh);
| ^
potential.cpp:92:63: note: in instantiation of member function 'ProgramPotential<double>::initialize' requested here
92 | IProgramPotential<real_t, index_t, length_t> *program = new ProgramPotential<real_t, index_t, length_t>;
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/queue.hpp:204:3: note: 'queue' has been explicitly marked deprecated here
204 | __SYCL2020_DEPRECATED("SYCL 1.2.1 device selectors are deprecated. Please "
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/detail/defines_elementary.hpp:62:40: note: expanded from macro '__SYCL2020_DEPRECATED'
62 | #define __SYCL2020_DEPRECATED(message) __SYCL_DEPRECATED(message)
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/detail/defines_elementary.hpp:53:38: note: expanded from macro '__SYCL_DEPRECATED'
53 | #define __SYCL_DEPRECATED(message) [[deprecated(message)]]
| ^
In file included from potential.cpp:8:
./implementation.hpp:147:8: warning: 'queue' is deprecated: SYCL 1.2.1 device selectors are deprecated. Please use SYCL 2020 device selectors instead. [-Wdeprecated-declarations]
147 | q = sycl::queue(selector, exh);
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/queue.hpp:204:3: note: 'queue' has been explicitly marked deprecated here
204 | __SYCL2020_DEPRECATED("SYCL 1.2.1 device selectors are deprecated. Please "
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/detail/defines_elementary.hpp:62:40: note: expanded from macro '__SYCL2020_DEPRECATED'
62 | #define __SYCL2020_DEPRECATED(message) __SYCL_DEPRECATED(message)
| ^
/opt/intel/oneapi/compiler/2025.0/bin/compiler/../../include/sycl/detail/defines_elementary.hpp:53:38: note: expanded from macro '__SYCL_DEPRECATED'
53 | #define __SYCL_DEPRECATED(message) [[deprecated(message)]]
| ^
7 warnings generated.