[all-commits] [llvm/llvm-project] 850dbf: [MLIR][Math] Improve docs (NFC)

lorenzo chelini via All-commits all-commits at lists.llvm.org
Tue May 31 09:17:11 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 850dbff708f1e371722306363231a3816179ad7b
      https://github.com/llvm/llvm-project/commit/850dbff708f1e371722306363231a3816179ad7b
  Author: lorenzo chelini <l.chelini at icloud.com>
  Date:   2022-05-31 (Tue, 31 May 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/Math/IR/MathBase.td
    M mlir/include/mlir/Dialect/Math/IR/MathOps.td

  Log Message:
  -----------
  [MLIR][Math] Improve docs (NFC)

Remove boilerplate examples and add a text at the dialect level to describe
what kind of operands the operations accept (i.e., scalar, tensor or vector).
Left a shorter sentence describing the input operands for each operation as
this redundancy is convenient when browsing the documentation using the
website.

Reviewed By: ftynse

Differential Revision: https://reviews.llvm.org/D126648




More information about the All-commits mailing list