================ @@ -50,6 +50,10 @@ const char *CudaVersionToString(CudaVersion V); // Input is "Major.Minor" CudaVersion CudaStringToVersion(const llvm::Twine &S); +// We have a name conflict with sys/mac.h on AIX +#ifdef SM_32 +#undef SM_32 +#endif ---------------- jhuber6 wrote:
I mean, modern CUDA installations don't even allow you to build for anything older than `sm_52` now. We could also just delete those enums entirely. https://github.com/llvm/llvm-project/pull/88644 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits