[llvm] [SYCL] Add libsycl, a SYCL RT library implementation project (PR #144372)

Alexey Bader via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 11 10:58:56 PDT 2025


================
@@ -0,0 +1,31 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+///
+/// \file
+/// This file contains the declaration of the Platform class, which encapsulates
+/// a single SYCL platform on which kernel functions may be executed.
----------------
bader wrote:

```suggestion
/// This file contains the declaration of the SYCL platform class, which
/// encapsulates a single platform on which kernel functions may be executed.
```

https://github.com/llvm/llvm-project/pull/144372


More information about the llvm-commits mailing list