diff options
| author | Justin Lebar <jlebar@google.com> | 2016-07-07 18:17:52 +0000 |
|---|---|---|
| committer | Justin Lebar <jlebar@google.com> | 2016-07-07 18:17:52 +0000 |
| commit | c43ad9ee5ac96f3e66cbfd063aa918db4d68b560 (patch) | |
| tree | 1ed9c59ab95a3f8af604a292c6d2ec3d1bc8d62b /clang/test/Driver/Inputs/CUDA_80 | |
| parent | 495f1a22af257cbfd484eaadded75de259b307bd (diff) | |
| download | bcm5719-llvm-c43ad9ee5ac96f3e66cbfd063aa918db4d68b560.tar.gz bcm5719-llvm-c43ad9ee5ac96f3e66cbfd063aa918db4d68b560.zip | |
[CUDA] Check that our CUDA install supports the requested architectures.
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
Diffstat (limited to 'clang/test/Driver/Inputs/CUDA_80')
7 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Driver/Inputs/CUDA_80/usr/local/cuda/bin/.keep b/clang/test/Driver/Inputs/CUDA_80/usr/local/cuda/bin/.keep new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/clang/test/Driver/Inputs/CUDA_80/usr/local/cuda/bin/.keep diff --git a/clang/test/Driver/Inputs/CUDA_80/usr/local/cuda/include/.keep b/clang/test/Driver/Inputs/CUDA_80/usr/local/cuda/include/.keep new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/clang/test/Driver/Inputs/CUDA_80/usr/local/cuda/include/.keep diff --git a/clang/test/Driver/Inputs/CUDA_80/usr/local/cuda/lib/.keep b/clang/test/Driver/Inputs/CUDA_80/usr/local/cuda/lib/.keep new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/clang/test/Driver/Inputs/CUDA_80/usr/local/cuda/lib/.keep diff --git a/clang/test/Driver/Inputs/CUDA_80/usr/local/cuda/lib64/.keep b/clang/test/Driver/Inputs/CUDA_80/usr/local/cuda/lib64/.keep new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/clang/test/Driver/Inputs/CUDA_80/usr/local/cuda/lib64/.keep diff --git a/clang/test/Driver/Inputs/CUDA_80/usr/local/cuda/nvvm/libdevice/libdevice.compute_20.10.bc b/clang/test/Driver/Inputs/CUDA_80/usr/local/cuda/nvvm/libdevice/libdevice.compute_20.10.bc new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/clang/test/Driver/Inputs/CUDA_80/usr/local/cuda/nvvm/libdevice/libdevice.compute_20.10.bc diff --git a/clang/test/Driver/Inputs/CUDA_80/usr/local/cuda/nvvm/libdevice/libdevice.compute_35.10.bc b/clang/test/Driver/Inputs/CUDA_80/usr/local/cuda/nvvm/libdevice/libdevice.compute_35.10.bc new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/clang/test/Driver/Inputs/CUDA_80/usr/local/cuda/nvvm/libdevice/libdevice.compute_35.10.bc diff --git a/clang/test/Driver/Inputs/CUDA_80/usr/local/cuda/version.txt b/clang/test/Driver/Inputs/CUDA_80/usr/local/cuda/version.txt new file mode 100644 index 00000000000..ee238af951a --- /dev/null +++ b/clang/test/Driver/Inputs/CUDA_80/usr/local/cuda/version.txt @@ -0,0 +1 @@ +CUDA Version 8.0.42 |

