[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 12:31:23 PST 2020


kkwli0 added a comment.

> I am not sure I understand. Do we need to modify stuff outside of `/openmp`? I was hoping it is our CMake that can be adjusted to make this work as described earlier. TBH, he warning is even not my biggest problem. As long as we get a libomptarget.bc we should be fine.

@jdoerfert  Yes.  The warning message affects the outcome of another test in cmake.  With the approach of ignoring the warning message, we need to modify stuff outside of `/openmp`.  For me, I don't mind to have the warning messages all over the places.  The problem we have here is unable to build libomp.so.


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

https://reviews.llvm.org/D74571





More information about the cfe-commits mailing list