[all-commits] [llvm/llvm-project] 286e7b: [mlir][tosa] Make tosa MakeBroadcastable pass hand...
rsuderman via All-commits
all-commits at lists.llvm.org
Thu Jul 22 17:58:56 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 286e7bdd3ea4f1c7a90a2877e28f353dcd9a7493
https://github.com/llvm/llvm-project/commit/286e7bdd3ea4f1c7a90a2877e28f353dcd9a7493
Author: Rob Suderman <rob.suderman at gmail.com>
Date: 2021-07-22 (Thu, 22 Jul 2021)
Changed paths:
M mlir/lib/Dialect/Tosa/Transforms/TosaMakeBroadcastable.cpp
Log Message:
-----------
[mlir][tosa] Make tosa MakeBroadcastable pass handle unreanked tensors.
If this pass executes without shape inference its possible for unranked tensors
to appear in the IR. This pass should gracefully handle unranked tensors.
Differential Revision: https://reviews.llvm.org/D106617
More information about the All-commits
mailing list