[llvm] [MLIR] Enabling Intel GPU Integration. (PR #65539)

Ronan Keryell via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 6 19:07:37 PDT 2023


================
@@ -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


More information about the llvm-commits mailing list