Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CUDA: Fix CUDA_STANDARD selection via cxx_std_11 with CXX_STANDARD | Robert Maynard | 2017-12-15 | 1 | -0/+1 |
| | | | | | | | | | | | When C++ features require a certain C++/CUDA level, verify or update the standard level target property for each language independently. While at it, add missing rejection of invalid `CUDA_STANDARD` property values. Co-Author: Brad King <brad.king@kitware.com> Fixes: #17519 | ||||
* | Tests: Add case for CUDA with C but not C++ | Brad King | 2017-02-14 | 1 | -0/+1 |
| | | | | An executable using CUDA and C should link as CUDA. | ||||
* | CUDA: Detect the toolkit include directories | Robert Maynard | 2017-02-10 | 1 | -0/+1 |
| | | | | | The `nvcc -v` output provides what include directories need to be added to use the CUDA toolkit from other languages ( C/C++ ). | ||||
* | CUDA: Test that CUDA flags are used when device linking executables. | Robert Maynard | 2017-01-12 | 1 | -0/+1 |
| | |||||
* | CUDA: Add tests to verify CUDA compiler works properly. | Robert Maynard | 2016-11-14 | 1 | -0/+4 |