[PATCH] D74571: [OpenMP][CUDA] Add CUDA 10.2 support
Kelvin Li via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 17 08:05:16 PST 2020
kkwli0 added a comment.
Summary
- In order to avoid the bug in PR44587 <https://bugs.llvm.org/show_bug.cgi?id=44587>, one needs to build with >9.0.
- With CUDA toolkit 10.2, building the trunk will fail because 10.0.0 does not support it yet.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74571/new/
https://reviews.llvm.org/D74571
More information about the cfe-commits
mailing list