[Openmp-commits] [PATCH] D41724: [OpenMP][libomptarget] Enable the compilation of multiple bc libraries for runtime inlining
Gheorghe-Teodor Bercea via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Feb 7 10:53:38 PST 2018
gtbercea added inline comments.
================
Comment at: libomptarget/deviceRTLs/nvptx/CMakeLists.txt:200
+ # Install device RTL under the lib destination folder.
+ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libomptarget-nvptx-${sm}.bc DESTINATION "lib")
+ endforeach()
----------------
gtbercea wrote:
> Hahnfeld wrote:
> > Do we want to use eg `35` as suffix or full `sm_35`?
> 35
Actually I don't care which one we use. Depending on what we choose here I'll make clang agree with it :)
Repository:
rOMP OpenMP
https://reviews.llvm.org/D41724
More information about the Openmp-commits
mailing list