[llvm] [Offload] Add `MAX_WORK_GROUP_SIZE` device info query (PR #143718)

Joseph Huber via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 25 05:56:47 PDT 2025


================
@@ -13,6 +13,8 @@
 
 #include "OffloadImpl.hpp"
 #include "Helpers.hpp"
+// Required for operator<< implementation of ol_device_info_t
----------------
jhuber6 wrote:

That lint message is almost always wrong

https://github.com/llvm/llvm-project/pull/143718


More information about the llvm-commits mailing list