[all-commits] [llvm/llvm-project] 59156b: [mlir][spirv] Add support for converting memref of...
Thomas via All-commits
all-commits at lists.llvm.org
Thu Jul 30 15:06:22 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 59156bad03ffe37558b95fca62b5df4394de280c
https://github.com/llvm/llvm-project/commit/59156bad03ffe37558b95fca62b5df4394de280c
Author: Thomas Raoux <thomasraoux at google.com>
Date: 2020-07-30 (Thu, 30 Jul 2020)
Changed paths:
M mlir/lib/Conversion/StandardToSPIRV/ConvertStandardToSPIRV.cpp
M mlir/lib/Dialect/SPIRV/SPIRVLowering.cpp
M mlir/test/Conversion/StandardToSPIRV/alloc.mlir
M mlir/test/Conversion/StandardToSPIRV/std-types-to-spirv.mlir
Log Message:
-----------
[mlir][spirv] Add support for converting memref of vector to SPIR-V
This allow declaring buffers and alloc of vectors so that we can support vector
load/store.
Differential Revision: https://reviews.llvm.org/D84982
More information about the All-commits
mailing list