================
@@ -15,6 +15,10 @@
#--- pch.h
template<int> struct KN;
+// A generic kernel launch function.
+template<typename KN, typename... Ts>
+void sycl_kernel_launch(const char *, Ts...) {}
----------------
erichkeane wrote:
Or at least... do we intend the library to support these? Maybe we should have
an Inputs header for all of these...
https://github.com/llvm/llvm-project/pull/152403
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits