[Mlir-commits] [mlir] [MLIR] reverse int8 type's printing logic (PR #69361)
Mehdi Amini
llvmlistbot at llvm.org
Tue Oct 17 14:58:29 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,
----------------
joker-eph wrote:
What about DenseI32ArrayAttr?
https://github.com/llvm/llvm-project/pull/69361
More information about the Mlir-commits
mailing list