Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jokeren committed Nov 20, 2024
1 parent aabb1a6 commit 5cc855f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions include/triton/Dialect/Triton/IR/TritonOpInterfaces.td
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@ def TransposeOpInterface : OpInterface<"TransposeOpInterface"> {
/*retType=*/"::mlir::Value",
/*methodName=*/"getSrc",
/*args=*/(ins)>,
InterfaceMethod<
/*desc=*/[{
Get the rank of the source operand.
}],
/*retType=*/"int64_t",
/*methodName=*/"getRank",
/*args=*/(ins)>,
InterfaceMethod<
/*desc=*/[{
Get the order of the transposition.
}],
/*retType=*/"::mlir::ArrayRef<int32_t>",
/*methodName=*/"getOrder",
/*args=*/(ins)>,
InterfaceMethod<
/*desc=*/[{
Get the rank of the operand.
}],
/*retType=*/"int64_t",
/*methodName=*/"getRank",
/*args=*/(ins)>
];

Expand Down

0 comments on commit 5cc855f

Please sign in to comment.