[all-commits] [llvm/llvm-project] f30f34: [mlir][shape] Generalize broadcast to a variadic n...
Tres via All-commits
all-commits at lists.llvm.org
Tue Feb 9 23:32:03 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f30f347da1f8b9da231368f37538a8de49768d49
https://github.com/llvm/llvm-project/commit/f30f347da1f8b9da231368f37538a8de49768d49
Author: Tres Popp <tpopp at google.com>
Date: 2021-02-10 (Wed, 10 Feb 2021)
Changed paths:
M mlir/include/mlir/Dialect/Shape/IR/ShapeOps.td
M mlir/lib/Conversion/ShapeToStandard/ShapeToStandard.cpp
M mlir/lib/Dialect/Shape/IR/Shape.cpp
M mlir/test/Conversion/ShapeToStandard/shape-to-standard.mlir
Log Message:
-----------
[mlir][shape] Generalize broadcast to a variadic number of shapes
Previously broadcast was a binary op. Now it can support more inputs.
This has been changed in such a way that for now, this is an NFC for
all broadcast operations that were previously legal.
Differential Revision: https://reviews.llvm.org/D95777
More information about the All-commits
mailing list