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