[libcxx-commits] [libcxx] [MLIR] Enabling Intel GPU Integration. (PR #65539)
Ronan Keryell via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Sep 6 19:07:49 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 libcxx-commits
mailing list