[PATCH] D79658: [mlir][Affine] Introduce affine.vload and affine.vstore

Diego Caballero via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 12 17:48:26 PDT 2020


dcaballe added a comment.

Thanks, Mehdi!

> Also: you did mention in the past that you were interested to look into gather/scatter load/store with some 2D native memory unit in mind, do you still plan to look into this later?

The 2D native memory unit was just an example. I'm interested in having a more generic vector representation, including strided loads/stores, generic gathers/scatters, and multi-dimensional vector loads/stores in general. However, it depends on priorities and my workload. I think there are a few things that I may need to look into first around the current affine vector ops before going any further. I'll be happy to help, though, if somebody else wants to champion this.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79658/new/

https://reviews.llvm.org/D79658





More information about the llvm-commits mailing list