Skip to content

Commit

Permalink
Update lib/Dialect/TensorExt/IR/TensorExtOps.td
Browse files Browse the repository at this point in the history
Co-authored-by: asraa <[email protected]>
  • Loading branch information
j2kun and asraa authored Jan 21, 2025
1 parent 70d7f05 commit d6fd99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Dialect/TensorExt/IR/TensorExtOps.td
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def TensorExt_ConvertLayoutOp : TensorExt_Op<"convert_layout", [Pure, AllTypesMa
}];
let assemblyFormat = "operands attr-dict `:` type($output)";
let arguments = (ins AnyRankedTensor:$tensor, Builtin_AffineMapAttr:$from_layout, Builtin_AffineMapAttr:$to_layout);
let results = (outs AnyTensor:$output);
let results = (outs AnyRankedTensor:$output);
let hasVerifier = 1;
}

Expand Down

0 comments on commit d6fd99a

Please sign in to comment.