[llvm] [Offload] Add `MAX_WORK_GROUP_SIZE` device info query (PR #143718)
Ross Brunton via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 12 07:11:09 PDT 2025
================
@@ -148,6 +148,16 @@ def : Struct {
];
}
+def : Struct {
+ let name = "ol_dimensions_t";
----------------
RossBrunton wrote:
https://github.com/llvm/llvm-project/pull/143901/files We don't, I've split that into a separate MR.
https://github.com/llvm/llvm-project/pull/143718
More information about the llvm-commits
mailing list