aboutsummaryrefslogtreecommitdiff
path: root/libsycl/README.md
blob: 9fed3fdc4efa1654c3127594299eac69e544592e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## SYCL runtime library

The libsycl subproject is an implementation of the SYCL runtime library as defined by the
[SYCL 2020 specification](https://registry.khronos.org/SYCL/specs/sycl-2020/html/sycl-2020.html).

Subproject documentation is available at: [SYCL RT documentation](./docs).

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](./LICENSE.TXT) for details.