[Mlir-commits] [mlir] [MLIR][GPU-LLVM] Convert `gpu.func` to `llvm.func` (PR #101664)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Wed Aug 7 02:13:32 PDT 2024
================
@@ -1104,4 +1104,23 @@ def TailCallKindAttr : LLVM_Attr<"TailCallKind", "tailcallkind"> {
let assemblyFormat = "`<` $tailCallKind `>`";
}
+//===----------------------------------------------------------------------===//
+// WorkgroupAttribAttr
+//===----------------------------------------------------------------------===//
+
+def WorkgroupAttribAttr
+ : LLVM_Attr<"WorkgroupAttrib", "mlir.workgroup_attrib"> {
+ let summary = "GPU workgroup attribution information";
+ let description = [{
----------------
FMarno wrote:
> That's the name given [in the GPU dialect](https://mlir.llvm.org/docs/Dialects/GPU/#memory-attribution) and, as this attribute's only purpose is to encode that, I went with that name.
Thanks, I'm happy with the name. Just wondered where it came from.
https://github.com/llvm/llvm-project/pull/101664
More information about the Mlir-commits
mailing list