summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/Inputs/CUDA_80
Commit message (Collapse)AuthorAgeFilesLines
* [CUDA] Added support for CUDA-8Artem Belevich2016-09-281-0/+0
| | | | | | Differential Revision: https://reviews.llvm.org/D24946 llvm-svn: 282610
* [CUDA] Fix libdevice selection.Artem Belevich2016-08-021-0/+0
| | | | | | | | | | | This makes clang's libdevice selection match that of NVCC as described in http://docs.nvidia.com/cuda/libdevice-users-guide/basic-usage.html#version-selection If required libdevice variant is not found, driver now fails with an error. Differential Revision: https://reviews.llvm.org/D23037 llvm-svn: 277542
* [CUDA] Check that our CUDA install supports the requested architectures.Justin Lebar2016-07-077-0/+1
Summary: Raise an error if you're using a CUDA installation that's too old for the requested architectures. In practice, this means that you need a CUDA 8 install to compile for sm_6*. Reviewers: tra Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D21869 llvm-svn: 274781
OpenPOWER on IntegriCloud