Nick Sarnie 142aa7b9b0
[libsycl] Fix build after olInit change (#182057)
After https://github.com/llvm/llvm-project/pull/181872 the function
takes an argument. Pass `nullptr` to have it do the same thing as
before.

This wasn't caught because the only builder that builds `libsycl` is not
in the production builder area at the moment.

Signed-off-by: Nick Sarnie <nick.sarnie@intel.com>
2026-02-18 16:37:39 +00:00
..

SYCL runtime library

The libsycl subproject is an implementation of the SYCL runtime library as defined by the SYCL 2020 specification.

Subproject documentation is available at: Libsycl documentation.

libsycl runtime library and headers require C++17 support or higher.

How to use libsycl with Clang

TODO

How to build

TODO

License

See LICENSE for details.