[PATCH] D19434: [test-suite] Added CMake files for external CUDA tests.

Artem Belevich via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 22 14:15:25 PDT 2016


tra created this revision.
tra added reviewers: MatzeB, jmolloy.
tra added a subscriber: llvm-commits.

Creates test executables and RUN-only test scripts for all combinations of:
- CUDA version: all versions found in externals/cuda
- C++ dialect: C++98,C++11
- C++ library: libc++, libstdc++ (for all gcc versions found in externals/cuda)

Supported tests:
- simple CUDA executables (included)
- thrust tests (enabled if if thrust sources are found in externals/cuda)



http://reviews.llvm.org/D19434

Files:
  External/CMakeLists.txt
  External/CUDA/CMakeLists.txt
  External/CUDA/README
  External/CUDA/axpy.cu
  External/CUDA/empty.cu

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19434.54723.patch
Type: text/x-patch
Size: 13252 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160422/ba16350f/attachment-0001.bin>


More information about the llvm-commits mailing list