[Openmp-commits] [PATCH] D40920: Unify build documentation and convert to reStructuredText

George Rokos via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Dec 6 18:41:32 PST 2017


grokos added inline comments.


================
Comment at: README.rst:277
+
+**LIBOMPTARGET_NVPTX_COMPUTE_CAPABILITY** = ``35``
+  Comma-separated list of CUDA compute capabilities that should be supported by
----------------
The default is still sm_30, let's patch clang first to use sm_35. Also, given that the nvptx runtime cannot be built with sm<35, should we add to the description that sm_35 is the minimum required?


Repository:
  rOMP OpenMP

https://reviews.llvm.org/D40920





More information about the Openmp-commits mailing list