[Openmp-commits] [PATCH] D41724: [OpenMP][libomptarget] Enable the compilation of multiple bc libraries for runtime inlining

George Rokos via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Feb 8 09:19:29 PST 2018


grokos added inline comments.


================
Comment at: README.rst:283-286
  **LIBOMPTARGET_NVPTX_COMPUTE_CAPABILITY** = ``35``
   CUDA compute capability that should be supported by the NVPTX device RTL. E.g.
   for compute capability 6.0, the option "60" should be used. Compute capability
   3.5 is the minimum required.
----------------
Maybe add a comment here that the single-capability option is deprecated and the user should use the next option to define compute capabilities (even if they want to define only one)?


Repository:
  rOMP OpenMP

https://reviews.llvm.org/D41724





More information about the Openmp-commits mailing list