[Mlir-commits] [mlir] [MLIR][GPU-LLVM] Convert `gpu.func` to `llvm.func` (PR #101664)

Victor Perez llvmlistbot at llvm.org
Tue Aug 6 06:26:03 PDT 2024


================
@@ -1104,4 +1104,23 @@ def TailCallKindAttr : LLVM_Attr<"TailCallKind", "tailcallkind"> {
   let assemblyFormat = "`<` $tailCallKind `>`";
 }
 
+//===----------------------------------------------------------------------===//
+// WorkgroupAttribAttr
+//===----------------------------------------------------------------------===//
+
+def WorkgroupAttribAttr
----------------
victor-eds wrote:

This is not part of LLVM, hence the `llvm.mlir.` prefix. Would it make sense to use the longer `llvm.mlir.workgroup_attribution` name?

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


More information about the Mlir-commits mailing list