================
@@ -25,6 +25,7 @@ enum AddressSpace : unsigned {
   ADDRESS_SPACE_CONST = 4,
   ADDRESS_SPACE_LOCAL = 5,
   ADDRESS_SPACE_TENSOR = 6,
+  ADDRESS_SPACE_SHARED_CLUSTER = 7,
----------------
AlexMaclean wrote:

I think it would be good to rename `ADDRESS_SPACE_SHARED` to 
`ADDRESS_SPACE_SHARED_CTA`. This would be a bit more consistent with PTX and I 
think clearer as well. With the current names it is easy to assume that 
SHARED_CLUSTER is a subspace of SHARED when in fact the opposite is true. 

https://github.com/llvm/llvm-project/pull/135444
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to