This is an archive of the discontinued LLVM Phabricator instance.

[CUDA] Tweak CUDA wrappers to make cuda-9 work with libc++
ClosedPublic

Authored by tra on Nov 17 2017, 2:31 PM.

Details

Summary

CUDA-9 headers check for specific libc++ version and ifdef out
some of the definitions we need if LIBCPP_VERSION >= 3800.

Diff Detail

Repository
rL LLVM

Event Timeline

tra created this revision.Nov 17 2017, 2:31 PM
jlebar accepted this revision.Nov 30 2017, 11:49 AM
This revision is now accepted and ready to land.Nov 30 2017, 11:49 AM
This revision was automatically updated to reflect the committed changes.