summaryrefslogtreecommitdiff
path: root/Tests/Cuda
Commit message (Expand)AuthorAgeFilesLines
* CUDA: Add test for device linking when host linking uses threadsRobert Maynard2018-10-245-0/+156
* Tests: Fix Cuda test project namesBrad King2018-10-105-5/+5
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-016-15/+15
* CUDA: Use MSVC default pattern for naming object filesRobert Maynard2018-01-306-23/+37
* Various typo fixesLuz Paz2018-01-041-1/+1
* CUDA: Fix CUDA_STANDARD selection via cxx_std_11 with CXX_STANDARDRobert Maynard2017-12-153-0/+25
* clang-format: format all code as Cpp11Daniel Pfeifer2017-08-301-9/+0
* Tests: Simplify CUDA rpath on macOSBrad King2017-06-213-9/+7
* CUDA: Visual Studio now properly delays device linkingRobert Maynard2017-04-261-1/+1
* CUDA: ObjectLibrary test executable now runs on OSXRobert Maynard2017-03-231-0/+5
* Merge topic 'cuda-msvc-flags'Brad King2017-02-163-3/+3
|\
| * CUDA: Fix test cases to not override CUDA flagsBrad King2017-02-153-3/+3
* | Merge topic 'cuda-with-c'Brad King2017-02-154-0/+43
|\ \ | |/
| * CUDA: Link to standard system libraries when linking as CUDABrad King2017-02-141-0/+8
| * Tests: Add case for CUDA with C but not C++Brad King2017-02-144-0/+35
| * Tests: Run clang-format on CUDA codeBrad King2017-02-148-36/+26
* | Tests: Run clang-format on CUDA codeBrad King2017-02-148-83/+58
* | Merge branch 'backport-clang-format-cuda' into clang-format-cudaBrad King2017-02-141-0/+9
|\ \ | |/
| * clang-format.bash: Format CUDA source files tooBrad King2017-02-141-0/+9
* | Merge topic 'cmake_provide_include_dir_for_toolkit'Brad King2017-02-143-0/+20
|\ \ | |/
| * CUDA: Detect the toolkit include directoriesRobert Maynard2017-02-103-0/+20
* | Tests/Cuda: Select a CUDA device supporting compute 3.0Pierre Moreau2017-02-102-0/+46
* | Tests/Cuda: Return a non-zero code if errors occurredPierre Moreau2017-02-102-6/+8
* | Tests/Cuda: Use memory allocated on the GPU in the kernelsPierre Moreau2017-02-102-10/+45
* | Tests/Cuda: Add missing separable compilation propertyPierre Moreau2017-02-101-0/+2
* | Tests/Cuda: Fix missing CUDA static library at runtime on macOSPierre Moreau2017-02-101-0/+6
* | Tests/Cuda: Output error messages to std::cerr instead of std::coutPierre Moreau2017-02-101-2/+2
* | Tests/Cuda: Print asynchronous error messages, if anyPierre Moreau2017-02-103-0/+20
* | Tests/Cuda: Print error message if mixed_kernel failedPierre Moreau2017-02-101-0/+7
* | Tests/Cuda: Add identifiers to error messagesPierre Moreau2017-02-102-2/+4
* | Tests/Cuda: Print error message if an error occurredPierre Moreau2017-02-102-2/+2
|/
* CUDA: Test that CUDA flags are used when device linking executables.Robert Maynard2017-01-125-0/+48
* CUDA: Port test cases to Windows with MSVC host compilerBrad King2017-01-125-9/+43
* CUDA: ConsumeCompileFeatures use cxx_nullptr for wider compiler supportRobert Maynard2017-01-111-1/+1
* CUDA: Tests now state why they are failing when no CUDA card is found.Robert Maynard2016-12-153-11/+15
* CUDA: Fix Cuda.Complex test case extern function signaturesBrad King2016-12-091-2/+2
* CUDA: Add tests to verify CUDA compiler works properly.Robert Maynard2016-11-1420-0/+316