================
@@ -334,6 +334,9 @@ class TargetCodeGenInfo {
   /// Get LLVM calling convention for device kernels.
   virtual unsigned getDeviceKernelCallingConv() const;
 
+  /// \return true if the target's launch model delivers complete work-groups.
----------------
jhuber6 wrote:

I'm really struggling with how to satisfy your request to keep this as a 
language feature without polluting every single other C/C++ TU with an OpenCL 
feature. What is your suggested heuristic here.

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

Reply via email to