[Mlir-commits] [mlir] [MLIR][GPU-LLVM] Convert `gpu.func` to `llvm.func` (PR #101664)
Tobias Gysi
llvmlistbot at llvm.org
Tue Aug 6 09:16:35 PDT 2024
================
@@ -1104,4 +1104,23 @@ def TailCallKindAttr : LLVM_Attr<"TailCallKind", "tailcallkind"> {
let assemblyFormat = "`<` $tailCallKind `>`";
}
+//===----------------------------------------------------------------------===//
+// WorkgroupAttribAttr
+//===----------------------------------------------------------------------===//
+
+def WorkgroupAttribAttr
----------------
gysit wrote:
I would also vote for spelling it out (i.e. `llvm.mlir.workgroup_attribution`).
https://github.com/llvm/llvm-project/pull/101664
More information about the Mlir-commits
mailing list