[Mlir-commits] [mlir] [mlir][amdgpu] Shared memory access optimization pass (PR #75627)
Krzysztof Drewniak
llvmlistbot at llvm.org
Mon Dec 18 14:18:25 PST 2023
https://github.com/krzysz00 commented:
I'll have actual substantial comments later, but, as an initial matter, is a name as generic as "optimize shared memory access" appropriate here?
Also, I think, if you're trying to prevent aliasing issues around subviews, you might want to run a general alias analysis.
https://github.com/llvm/llvm-project/pull/75627
More information about the Mlir-commits
mailing list