[all-commits] [llvm/llvm-project] e74e6a: [shape] Add min and max ops

Jacques Pienaar via All-commits all-commits at lists.llvm.org
Tue Apr 6 17:59:03 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e74e6afcf13aeb7d0a30e55b2eda89f5910d6e68
      https://github.com/llvm/llvm-project/commit/e74e6afcf13aeb7d0a30e55b2eda89f5910d6e68
  Author: Jacques Pienaar <jpienaar at google.com>
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/Shape/IR/ShapeOps.td
    M mlir/test/Dialect/Shape/ops.mlir

  Log Message:
  -----------
  [shape] Add min and max ops

These are element-wise operations that operates on shapes with equal ranks.
Also add missing printer/parser for join operator.

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




More information about the All-commits mailing list