[all-commits] [llvm/llvm-project] 381c3b: Dyanamic shape support for memref reassociation re...
Yi Zhang via All-commits
all-commits at lists.llvm.org
Mon Jul 19 15:14:53 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 381c3b92997528404a7e39afe1353eaf6b6af924
https://github.com/llvm/llvm-project/commit/381c3b92997528404a7e39afe1353eaf6b6af924
Author: Yi Zhang <cathyzhyi at google.com>
Date: 2021-07-19 (Mon, 19 Jul 2021)
Changed paths:
M mlir/lib/Conversion/MemRefToLLVM/MemRefToLLVM.cpp
M mlir/test/Conversion/MemRefToLLVM/memref-to-llvm.mlir
A mlir/test/Integration/Dialect/Linalg/CPU/test-collapse-tensor.mlir
A mlir/test/Integration/Dialect/Linalg/CPU/test-expand-tensor.mlir
Log Message:
-----------
Dyanamic shape support for memref reassociation reshape ops
Only memref with identity layout map is supported for now.
Reviewed By: mravishankar
Differential Revision: https://reviews.llvm.org/D106180
More information about the All-commits
mailing list