We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sys/mac.h
1 parent 342aa3e commit 9d46b1eCopy full SHA for 9d46b1e
clang/include/clang/Basic/Cuda.h
@@ -50,6 +50,11 @@ const char *CudaVersionToString(CudaVersion V);
50
// Input is "Major.Minor"
51
CudaVersion CudaStringToVersion(const llvm::Twine &S);
52
53
+// We have a name conflict with sys/mac.h on AIX
54
+#ifdef _AIX
55
+#undef SM_32
56
+#endif
57
+
58
enum class CudaArch {
59
UNUSED,
60
UNKNOWN,
0 commit comments