diff options
author | Quinn Dawkins <quinn.dawkins@gmail.com> | 2025-08-07 17:24:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-07 17:24:15 -0400 |
commit | 72bc1bea7a28f432658967463af2104db4663156 (patch) | |
tree | 0360e16a8ee3036e1b5f0a74a7195f67c7802c99 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | abc22f771ebe05c2aeb8386337d9fb8d2bdd1094 (diff) | |
download | llvm-72bc1bea7a28f432658967463af2104db4663156.zip llvm-72bc1bea7a28f432658967463af2104db4663156.tar.gz llvm-72bc1bea7a28f432658967463af2104db4663156.tar.bz2 |
[mlir][AMDGPU] Allow non-contiguous destination memrefs for gather_to_lds (#152559)
The requirement that the LDS operand is contiguous is overly restrictive
because it's perfectly valid to have a subview depend on subgroup IDs
that is still subgroup contiguous. We could continue trying to do this
verification based on the number of copied elements, but instead this
change just opts to clarify the semantics on the op definition.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions