forked from OSchip/llvm-project
c41ae246ac
In D97003, CUDA 9.2 is the minimum requirement for OpenMP offloading on NVPTX target. We don't need to have macros in source code to select right functions based on CUDA version. we don't need to compile multiple bitcode libraries of different CUDA versions for each SM. We don't need to worry about future compatibility with newer CUDA version. `-target-feature +ptx61` is used in this patch, which corresponds to the highest PTX version that CUDA 9.2 can support. Reviewed By: jdoerfert Differential Revision: https://reviews.llvm.org/D97198 |
||
---|---|---|
.. | ||
amdgcn | ||
common | ||
nvptx | ||
CMakeLists.txt | ||
interface.h | ||
target_interface.h |