[all-commits] [llvm/llvm-project] 28e044: [mlir][Linalg] Allow specifiying zero-rank shaped ...
hanhanW via All-commits
all-commits at lists.llvm.org
Wed Feb 19 16:26:56 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 28e0449ec690cc828fb0d94ecee30c8680e0a3d7
https://github.com/llvm/llvm-project/commit/28e0449ec690cc828fb0d94ecee30c8680e0a3d7
Author: Hanhan Wang <hanchung at google.com>
Date: 2020-02-19 (Wed, 19 Feb 2020)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/LinalgToLoops.cpp
M mlir/test/Dialect/Linalg/loops.mlir
M mlir/test/Dialect/Linalg/roundtrip.mlir
Log Message:
-----------
[mlir][Linalg] Allow specifiying zero-rank shaped type operands to linalg.indexed_generic ops.
Patch D74638 allows linalg.generic ops to use zero-rank shaped type operands,
this also can be applied to linalg.indexed_generic ops.
More information about the All-commits
mailing list