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 3c4d955 commit 7cfe736Copy full SHA for 7cfe736
clang/include/clang/Basic/Cuda.h
@@ -50,6 +50,10 @@ 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 SM_32
55
+#undef SM_32
56
+#endif
57
enum class CudaArch {
58
UNUSED,
59
UNKNOWN,
0 commit comments