[clang] [NVPTX] Add support for maxclusterrank in launch_bounds (PR #66496)

Jakub Chlanda via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 25 01:49:29 PDT 2023


================
@@ -5607,6 +5607,21 @@ bool Sema::CheckRegparmAttr(const ParsedAttr &AL, unsigned &numParams) {
   return false;
 }
 
+// Helper to get CudaArch.
+static CudaArch getCudaArch(const TargetInfo &TI) {
----------------
jchlanda wrote:

Done in: 3c17966b26a613f3b1a117f992d45b751cbff463

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


More information about the cfe-commits mailing list