[PATCH] D74571: [OpenMP][CUDA] Add CUDA 10.2 support

Johannes Doerfert via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 13 12:15:15 PST 2020


jdoerfert added a comment.

In D74571#1875022 <https://reviews.llvm.org/D74571#1875022>, @kkwli0 wrote:

> In D74571#1874950 <https://reviews.llvm.org/D74571#1874950>, @jdoerfert wrote:
>
> > > in order to avoid bug 44587 which requires >9.0.1 to be the build compiler?
> >
> > Do we already require CUDA 10 as part of the libomptarget cmake (with a nice message) to avoid the errors you've seen? We for sure need to.
>
>
> This is a good idea but probably done in a separate patch.


Let's do this to "fix" PR44587.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74571/new/

https://reviews.llvm.org/D74571





More information about the cfe-commits mailing list