Skip to content

Commit 89fa592

Browse files
Jerry-Gelhutton1
andauthored
[mlir][tosa] Update Matmul description to align with spec (llvm#130835)
Align description with the spec. https://www.mlplatform.org/tosa/tosa_spec.html#_matmul Signed-off-by: Luke Hutton <luke.hutton@arm.com> Co-authored-by: Luke Hutton <luke.hutton@arm.com>
1 parent 34a3c23 commit 89fa592

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -300,12 +300,10 @@ def Tosa_FFT2dOp : Tosa_InferShapedTypeOp<"fft2d", [
300300
// Operator: matmul
301301
//===----------------------------------------------------------------------===//
302302
def Tosa_MatMulOp : Tosa_InferShapedTypeOp<"matmul"> {
303-
let summary = "Matrix multiplication with bias";
303+
let summary = "Matrix multiplication";
304304

305305
let description = [{
306-
Performs a two dimensional matrix multiplication. This allows both inputs to
307-
be activations, rather than reserving weights as an attribute in the
308-
FULLY_CONNECTED operator.
306+
Performs two dimensional matrix multiplications.
309307
}];
310308

311309
let arguments = (ins

0 commit comments

Comments
 (0)