[Mlir-commits] [mlir] [mlir][AMDGPU] Fix raw buffer ptr ops lowering (PR #122293)
Fabian Mora
llvmlistbot at llvm.org
Mon Jan 13 06:23:19 PST 2025
fabianmcg wrote:
> You might want a separate file with a few tests where the index bitwidth is 64, but, that aside, approved
I'll create a new PR for that, currently `AMDGPUToROCDL` doesn't support setting `index-bitwidth`. For testing that one needs to use `gpu-to-rocdl`.
I was also thinking in changing the AMDGPU ops to take `index` instead of `i32` and convert to `i32` during lowering. That would make the lowering less buggy prone.
https://github.com/llvm/llvm-project/pull/122293
More information about the Mlir-commits
mailing list