================
@@ -11955,6 +11955,73 @@ def ext_opencl_ext_vector_type_rgba_selector: ExtWarn<
 def err_openclcxx_placement_new : Error<
   "use of placement new requires explicit declaration">;
 
+// OpenCL C Cooperative Matrix.
+def ext_coopmat_without_pragma
+    : Error<"cooperative matrix types require OpenCL extension '%0' to be 
enabled via pragma">;
+
+def err_invalid_coopmat_attr
+    : Error<"invalid argument of cooperative matrix attribute">;
+
+def err_coop_mat_not_primitive
----------------
svenvh wrote:

Please ensure that each added diagnostic is tested.  This one looks unused for 
example?

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