[Mlir-commits] [mlir] [MLIR][AMDGPU] Add a wrapper for global LDS load intrinsics in AMDGPU (PR #133498)
Krzysztof Drewniak
llvmlistbot at llvm.org
Tue Apr 1 16:42:30 PDT 2025
================
@@ -9,6 +9,7 @@
// test pass doesn't set up the GPU address space conversions.
#gpu_global_addrspace = 1
+#gpu_lds_addrspace = 3
----------------
krzysz00 wrote:
This is an ugly hack for not having the address space conversions set up in `-amdgpu-to-rocdl`. Is fine as is, but wanted to flag it
https://github.com/llvm/llvm-project/pull/133498
More information about the Mlir-commits
mailing list