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

Arvind Sudarsanam via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 18 08:08:00 PDT 2025


================
@@ -0,0 +1,14 @@
+//===----------------------------------------------------------------------===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+
----------------
asudarsa wrote:

Minor nit. May be a small file description:
//===----------------------------------------------------------------------===//
///
/// \file
/// This file is a SYCL2020 standard header file.
///
//===----------------------------------------------------------------------===//

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


More information about the llvm-commits mailing list