================
@@ -1931,6 +1931,73 @@ def MatrixColumnMajorStore : Builtin {
   let Prototype = "void(...)";
 }
 
+// Cooperative Matrix builtins for cl_khr_cooperative_matrix
+def CoopMatLoad : Builtin {
+  let Spellings = ["coop_mat_load"];
+  let Attributes = [NoThrow, CustomTypeChecking];
+  let Prototype = "void(...)";
----------------
svenvh wrote:

Right, thanks for looking at that; that's a shame as that means we need to do 
more ourselves in `SemaChecking.cpp`.

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

Reply via email to