[Mlir-commits] [mlir] [MLIR] reverse int8 type's printing logic (PR #69361)

Chengji Yao llvmlistbot at llvm.org
Tue Oct 17 15:23:22 PDT 2023


================
@@ -58,8 +58,8 @@ def MeshSharding : AttrDef<Mesh_Dialect, "MeshSharding"> {
 
   let parameters = (ins
     AttrParameter<"::mlir::SymbolRefAttr", "cluster placed">:$cluster,
-    ArrayRefParameter<"::mlir::DenseI8ArrayAttr">:$split_axes,
-    OptionalArrayRefParameter<"int8_t">:$partial_axes,
+    ArrayRefParameter<"::mlir::DenseI64ArrayAttr">:$split_axes,
----------------
yaochengji wrote:

Modified, both `split_axes` and `partial_axes` to int32

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


More information about the Mlir-commits mailing list