================
@@ -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...) {}
----------------
tahonermann wrote:
The SYCL RT implementation will provide these declarations. For most tests, no
implementation is required (this declaration could have omitted the function
body).
https://github.com/llvm/llvm-project/pull/152403
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits