[all-commits] [llvm/llvm-project] ba4909: [mlir][spirv] Lower memref with dynamic dimensions...
Lei Zhang via All-commits
all-commits at lists.llvm.org
Mon Apr 20 08:49:16 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ba49096817b77932ed1534ab1fb323b46944293c
https://github.com/llvm/llvm-project/commit/ba49096817b77932ed1534ab1fb323b46944293c
Author: Lei Zhang <antiagainst at google.com>
Date: 2020-04-20 (Mon, 20 Apr 2020)
Changed paths:
M mlir/lib/Dialect/SPIRV/SPIRVLowering.cpp
A mlir/test/Conversion/StandardToSPIRV/std-ops-to-spirv.mlir
R mlir/test/Conversion/StandardToSPIRV/std-to-spirv.mlir
M mlir/test/Conversion/StandardToSPIRV/std-types-to-spirv.mlir
Log Message:
-----------
[mlir][spirv] Lower memref with dynamic dimensions to runtime arrays
memref types with dynamic dimensions do not have a compile-time
known size. They should be mapped to SPIR-V runtime array types.
Differential Revision: https://reviews.llvm.org/D78197
More information about the All-commits
mailing list