[Mlir-commits] [mlir] [mlir][nvvm]Add support for grid_constant attribute on LLVM function arguments (PR #78228)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Tue Jan 16 01:41:33 PST 2024


================
@@ -59,6 +59,19 @@ getAttrKindToNameMapping() {
   return kindNamePairs;
 }
 
+static llvm::DenseMap<llvm::StringRef, llvm::Attribute::AttrKind>
----------------
ftynse wrote:

Please document top-level functions.

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


More information about the Mlir-commits mailing list