@@ -0,0 +1,68 @@
+# CMake find_package() module for SYCL Runtime
+#
+# Example usage:
+#
+# find_package(SyclRuntime)
keryell wrote:
Shouldn't it
```suggestion
# find_package(SYCLRuntime)
```
everywhere?
https://github.com/llvm/llvm-project/pull/65539
__
@@ -0,0 +1,223 @@
+//===- SyclRuntimeWrappers.cpp - MLIR SYCL wrapper library ===//
+//
+// 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-
Author: walter erquinigo
Date: 2023-09-06T22:52:01-04:00
New Revision: 0762b2e6cacf9a1aa8b5e832206f4c94744d0150
URL:
https://github.com/llvm/llvm-project/commit/0762b2e6cacf9a1aa8b5e832206f4c94744d0150
DIFF:
https://github.com/llvm/llvm-project/commit/0762b2e6cacf9a1aa8b5e832206f4c94744d0150.di
101 - 103 of 103 matches
Mail list logo