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

Joseph Huber via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 15 12:21:21 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:
----------------
jhuber6 wrote:

Thanks, for some reason my LSP didn't rename that one.

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


More information about the cfe-commits mailing list