[Mlir-commits] [mlir] [mlir][vector][spirv] Lower vector.transfer_read and vector.transfer_write to SPIR-V (PR #69708)
Lei Zhang
llvmlistbot at llvm.org
Mon Nov 6 08:43:46 PST 2023
antiagainst wrote:
Depends on your use case, converting to memref.load may not out directly. If you want to read a _vector_ out of a scalar memref, you may need to connect the flow from vector transfer ops to vector.load and then add the missing pattern from vector.load to spirv.load.
https://github.com/llvm/llvm-project/pull/69708
More information about the Mlir-commits
mailing list