[clang] [CUDA] Disallow use of address_space(N) on CUDA device variables. (PR #142857)

Alexander Kornienko via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 4 15:40:20 PDT 2025


https://github.com/alexfh approved this pull request.

Looks good. Thanks for adding this early detection of the incorrect CUDA code that would otherwise lead to violated invariants further down the road.

https://github.com/llvm/llvm-project/pull/142857


More information about the cfe-commits mailing list