[clang] [CUDA] Rename SM_32 to SM_32_ to work around AIX headers (PR #88779)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 15 12:20:09 PDT 2024


================
@@ -3466,7 +3466,7 @@ void CGOpenMPRuntimeGPU::processRequiresDirective(
       case CudaArch::SM_20:
       case CudaArch::SM_21:
       case CudaArch::SM_30:
-      case CudaArch::SM_32:
+      case CudaArch::_SM_32:
----------------
AaronBallman wrote:

`SM_32_` ?

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


More information about the cfe-commits mailing list