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

Kelvin Li via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 14 08:59:51 PST 2020


kkwli0 added a comment.

Thanks for all the comments.  It makes sense to keep the warning there before any ptx65 features are added.  The warning should also apply to both the CUDA and OpenMP compile paths.  As a result, I will pursue to ignore the warning in the build of libomp (i.e. libomp_check_linker_flag function in LibompCheckLinkerFlag.cmake).  I think it is less pervasive and also can avoid similar occurrence when a new version of CUDA toolkit is available.

Comments?


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

https://reviews.llvm.org/D74571





More information about the cfe-commits mailing list