| Commit message (Expand) | Author | Age | Files | Lines |
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 2 | -3/+4 |
|
|
* | CUDA: static lib device linking computes required static libs | Robert Maynard | 2019-09-05 | 6 | -44/+42 |
|
|
* | CUDA: Support CMAKE_CUDA_RESOLVE_DEVICE_SYMBOLS global variable | Robert Maynard | 2019-08-06 | 1 | -1/+1 |
|
|
* | CUDA: Support compiler id and version generator expressions | Robert Maynard | 2019-03-11 | 2 | -0/+10 |
|
|
* | CUDA: Honor CUDA_RESOLVE_DEVICE_SYMBOLS for more target types | Robert Maynard | 2019-02-05 | 5 | -0/+151 |
|
|
* | CUDA: Add test for device linking when host linking uses threads | Robert Maynard | 2018-10-24 | 3 | -99/+0 |
|
|
* | Tests: Fix Cuda test project names | Brad King | 2018-10-10 | 9 | -9/+9 |
|
|
* | Merge topic 'cuda-no-cublas_device' | Brad King | 2018-08-24 | 1 | -0/+6 |
|\ |
|
| * | CUDA: Avoid using deprecated cublas_device to identify device lib dirs | Robert Maynard | 2018-08-23 | 1 | -0/+6 |
|
|
* | | CUDA: Properly de-duplicate libs when doing device linking | Robert Maynard | 2018-07-17 | 1 | -2/+1 |
|
|
* | | CUDA: Add a test to verify device linking can handle circular deps | Robert Maynard | 2018-07-17 | 6 | -0/+61 |
|/ |
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 3 | -18/+18 |
|
|
* | VS: Add workaround for CUDA compiler PDB location | Brad King | 2018-04-13 | 4 | -0/+37 |
|
|
* | CUDA: Pass more link libraries to device linking | Robert Maynard | 2018-03-28 | 3 | -0/+93 |
|
|
* | Tests: Add missing error check in CudaOnly.GPUDebugFlag | Brad King | 2018-02-01 | 1 | -0/+5 |
|
|
* | Merge topic 'msvc_cuda_8_explicitly_specify_cuda_language' | Brad King | 2018-01-18 | 2 | -9/+2 |
|\ |
|
| * | CUDA: MSVC will now state files are cuda files when needed | Robert Maynard | 2018-01-12 | 2 | -9/+2 |
|
|
* | | Merge topic 'extend-compile-language-genex' | Brad King | 2018-01-16 | 3 | -8/+33 |
|\ \
| |/
|/| |
|
| * | Genex: Enable COMPILE_LANGUAGE for INCLUDE_DIRECTORIES with VS and Xcode | Brad King | 2018-01-12 | 3 | -0/+11 |
|
|
| * | Genex: Enable COMPILE_LANGUAGE for COMPILE_DEFINITIONS with VS and Xcode | Brad King | 2018-01-12 | 2 | -8/+22 |
|
|
* | | Merge topic 'cuda_allow_G_to_device_debugging_on_msvc' | Brad King | 2018-01-12 | 3 | -1/+91 |
|\ \
| |/
|/| |
|
| * | CUDA: Allow -G to control device debuging on MSVC. | Robert Maynard | 2018-01-11 | 3 | -1/+91 |
|
|
* | | CUDA: gencode signature that list multiple code types now supported. | Robert Maynard | 2018-01-10 | 2 | -2/+3 |
|/ |
|
* | Cuda: ResolveDeviceSymbols now properly execute everywhere. | Robert Maynard | 2017-12-13 | 2 | -15/+10 |
|
|
* | Merge topic 'extend-compile-language-genex' | Brad King | 2017-11-27 | 2 | -0/+14 |
|\ |
|
| * | Genex: Enable COMPILE_LANGUAGE for COMPILE_OPTIONS with Visual Studio | Brad King | 2017-11-20 | 2 | -0/+14 |
|
|
* | | CUDA: Add CMAKE_CUDA_SEPARABLE_COMPILATION variable | Brad King | 2017-11-17 | 1 | -0/+6 |
|/ |
|
* | Tests: Fix CudaOnly.WithDefs test on CUDA 9 | Brad King | 2017-09-29 | 1 | -1/+5 |
|
|
* | clang-format: format all code as Cpp11 | Daniel Pfeifer | 2017-08-30 | 1 | -9/+0 |
|
|
* | Merge topic 'vs-cuda-fix-flags' | Brad King | 2017-06-27 | 1 | -0/+5 |
|\ |
|
| * | VS: Fix support for nvcc flags not in our flag table | Brad King | 2017-06-27 | 1 | -0/+5 |
|
|
* | | Merge topic 'vs-cuda-fix-flags' | Brad King | 2017-06-22 | 3 | -0/+9 |
|\ \
| |/ |
|
| * | VS: Improve workaround for CUDA -Xcompiler placement bug | Brad King | 2017-06-21 | 1 | -0/+4 |
|
|
| * | VS: Fix target_compile_options for CUDA | Brad King | 2017-06-21 | 2 | -0/+5 |
|
|
* | | Tests: Simplify CUDA rpath on macOS | Brad King | 2017-06-21 | 4 | -14/+10 |
|/ |
|
* | CUDA: Static libraries can now explicitly resolve device symbols | Robert Maynard | 2017-04-26 | 8 | -0/+204 |
|
|
* | CUDA: Visual Studio now properly delays device linking | Robert Maynard | 2017-04-26 | 2 | -7/+73 |
|
|
* | CUDA: Allow sources to be compiled to .ptx files | Robert Maynard | 2017-04-20 | 6 | -0/+145 |
|
|
* | CUDA: Work around VS limitation in CudaOnly.WithDefs test | Brad King | 2017-03-10 | 2 | -2/+10 |
|
|
* | CUDA: Fix spelling of CudaOnly.SeparateCompilation test targets | Brad King | 2017-03-07 | 1 | -8/+8 |
|
|
* | CUDA: Fix test cases to not override CUDA flags | Brad King | 2017-02-15 | 2 | -2/+2 |
|
|
* | Tests: Run clang-format on CUDA code | Brad King | 2017-02-14 | 8 | -50/+33 |
|
|
* | clang-format.bash: Format CUDA source files too | Brad King | 2017-02-14 | 1 | -0/+9 |
|
|
* | CUDA: Detect the toolkit include directories | Robert Maynard | 2017-02-10 | 1 | -0/+11 |
|
|
* | CUDA: Enable CudaOnly.SeparateCompilation test runtime calls | Brad King | 2017-01-12 | 1 | -4/+4 |
|
|
* | CUDA: Port test cases to Windows with MSVC host compiler | Brad King | 2017-01-12 | 4 | -3/+32 |
|
|
* | CUDA: Tests now state why they are failing when no CUDA card is found. | Robert Maynard | 2016-12-15 | 1 | -0/+1 |
|
|
* | CUDA: Add tests to verify CUDA compiler works properly. | Robert Maynard | 2016-11-14 | 16 | -0/+301 |
|
|