================
@@ -17,6 +17,10 @@ module M2 { header "m2.h" }
 #--- common.h
 template<int> struct KN;
 
+// A generic kernel launch function.
+template<typename KN, typename... Ts>
+void sycl_kernel_launch(const char *, Ts...) {}
----------------
erichkeane wrote:

It would have been lovely for the purposes of actually reviewing such a large 
patch if these were just done in a separate review, even if they were 
ineffectual at the time.

https://github.com/llvm/llvm-project/pull/152403
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to