[Mlir-commits] [mlir] [mlir][vector] Implement speculation for vector.transferx ops (PR #111533)
Kunwar Grover
llvmlistbot at llvm.org
Tue Oct 8 09:47:38 PDT 2024
Groverkss wrote:
> > I thought about doing gather/load/store/scatter also, but it looks like they don't have MemoryEffectsOpInterface implemented also. I'm going to defer it for now, since I need to see how to test that interface.
>
> I think `vector.gather` is the only other op that accepts tensors, no?
interesting... I can send a follow up pr for that.
https://github.com/llvm/llvm-project/pull/111533
More information about the Mlir-commits
mailing list