[Mlir-commits] [clang] [llvm] [mlir] [NVPTX] Add support for Shared Cluster Memory address space. (PR #135444)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Mon Apr 21 15:14:58 PDT 2025
================
@@ -176,6 +176,7 @@ enum AddressSpace : AddressSpaceUnderlyingType {
Shared = 3,
----------------
modiking wrote:
Will keep it `shared` in this change. We can visit renaming/aliasing later if we want.
https://github.com/llvm/llvm-project/pull/135444
More information about the Mlir-commits
mailing list