[PATCH] D37906: [CUDA] Work around a new quirk in CUDA9 headers.
Justin Lebar via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 15 09:56:22 PDT 2017
jlebar accepted this revision.
jlebar added a comment.
This revision is now accepted and ready to land.
> BTW, this change essentially augments the job that the "#undef GNUC" above used to do in older CUDA versions. CUDA9 replaced GNUC with _GLIBCXX_MATH_H in CUDA-9 in some places.
Ah, that's right. Okay then. :)
https://reviews.llvm.org/D37906
More information about the cfe-commits
mailing list