| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'improve_cuda_toolkit_extraction_regex' | Brad King | 2021-05-07 | 1 | -1/+1 |
|\ |
|
| * | CUDA: improve regex for CUDA Toolkit root from nvcc verbose output | Robert Maynard | 2021-05-06 | 1 | -1/+1 |
|
|
| * | Merge topic 'better_cuda_compiler_detection_error_messages' into release-3.20 | Brad King | 2021-02-24 | 1 | -5/+5 |
| |\ |
|
* | | | CUDA: Add CMAKE_CUDA_HOST_COMPILER support on Windows non-VS generators | unknown | 2021-04-22 | 1 | -6/+9 |
|
|
* | | | CUDA: Add support for finding nvcc in CUDA_PATH | Tobias Ribizel | 2021-03-15 | 1 | -0/+2 |
|
|
* | | | Merge topic 'better_cuda_compiler_detection_error_messages' | Brad King | 2021-02-24 | 1 | -5/+5 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | CUDA: Improve error messages when CUDA compiler detection fails | Robert Maynard | 2021-02-23 | 1 | -5/+5 |
|
|
* | | CUDA: Capture all nvcc output when extracting toolkit root | Brad King | 2021-02-12 | 1 | -3/+4 |
|/ |
|
* | CUDA: Always extract CUDA Toolkit root from nvcc verbose output | Robert Maynard | 2021-02-08 | 1 | -13/+11 |
|
|
* | CUDA: Support nvcc symlinking to ccache | Rong Ou | 2021-01-11 | 1 | -1/+14 |
|
|
* | CUDA: Initialize CMAKE_CUDA_ARCHITECTURES using $ENV{CUDAARCHS} | Raul Tambre | 2020-11-30 | 1 | -0/+4 |
|
|
* | CUDA: Error if can't determine toolkit library root | Raul Tambre | 2020-11-22 | 1 | -0/+2 |
|
|
* | CUDA: Clang CUDA 11.1 support | Raul Tambre | 2020-11-22 | 1 | -4/+4 |
|
|
* | CUDA: Clang separable compilation | Raul Tambre | 2020-09-24 | 1 | -2/+14 |
|
|
* | CUDA: Support scattered installations when crosscompiling with Clang | Raul Tambre | 2020-09-14 | 1 | -2/+5 |
|
|
* | CUDA: Fail fast if CMAKE_CUDA_ARCHITECTURES doesn't work during detection | Raul Tambre | 2020-08-29 | 1 | -18/+19 |
|
|
* | CUDA: Fail if compiler detection using the host compiler fails | Raul Tambre | 2020-08-29 | 1 | -0/+4 |
|
|
* | Toolchain: Capture all arguments from CMAKE_<LANG>_COMPILER | Fred Baksik | 2020-07-23 | 1 | -1/+1 |
|
|
* | Fix typos identified using codespell | Jean-Christophe Fillion-Robin | 2020-07-22 | 1 | -1/+1 |
|
|
* | NVCC: Handle host compiler with spaces in path | Raul Tambre | 2020-07-14 | 1 | -2/+2 |
|
|
* | CUDA: Fix CMAKE_CUDA_COMPILER_TOOLKIT_ROOT detection in Visual Studio | Brad King | 2020-06-18 | 1 | -108/+121 |
|
|
* | CUDA: Re-order some logic for determining the compiler | Brad King | 2020-06-18 | 1 | -11/+9 |
|
|
* | CUDA: Remove unused variables while determining compiler | Brad King | 2020-06-18 | 1 | -2/+0 |
|
|
* | CUDA: Simplify CMAKE_CUDA_COMPILER_TOOLKIT_ROOT computation | Brad King | 2020-06-18 | 1 | -1/+1 |
|
|
* | CUDA: Skip the entire search for nvcc when it is CMAKE_CUDA_COMPILER | Brad King | 2020-06-18 | 1 | -80/+80 |
|
|
* | CUDA: Fix NVCC executable search during compiler detection | Raul Tambre | 2020-06-18 | 1 | -7/+1 |
|
|
* | CUDA: Throw error for Clang on Windows | Raul Tambre | 2020-06-16 | 1 | -0/+4 |
|
|
* | Merge topic 'cuda_clang_toolkit_path' into release-3.18 | Brad King | 2020-06-15 | 1 | -15/+195 |
|\ |
|
| * | CUDA: Determine CUDA toolkit location for NVCC | Raul Tambre | 2020-06-12 | 1 | -122/+123 |
|
|
| * | CUDA: Pass toolkit path to Clang | Raul Tambre | 2020-06-12 | 1 | -120/+142 |
|
|
| * | FindCUDAToolkit: Remove unnecessary checks around searches | Raul Tambre | 2020-06-12 | 1 | -6/+4 |
|
|
| * | FindCUDAToolkit: Use list(SORT) to sort in natural order | Raul Tambre | 2020-06-12 | 1 | -36/+4 |
|
|
| * | FindCUDAToolkit: Compute CUDAToolkit_INCLUDE_DIR instead of searching | Raul Tambre | 2020-06-12 | 1 | -4/+7 |
|
|
| * | FindCUDAToolkit: Add CUDAToolkit_LIBRARY_ROOT | Raul Tambre | 2020-06-12 | 1 | -0/+12 |
|
|
| * | FindCUDAToolkit: Re-unify with Internal/CUDAToolkit | Raul Tambre | 2020-06-12 | 1 | -3/+179 |
|
|
* | | CUDA: Add support for disabling CUDA_ARCHITECTURES | Raul Tambre | 2020-06-15 | 1 | -1/+1 |
|/ |
|
* | CUDA: Fix checking working architectures with specifiers | Raul Tambre | 2020-06-05 | 1 | -2/+10 |
|
|
* | CUDA: Detect non-working user-specified architectures on NVCC | Raul Tambre | 2020-05-29 | 1 | -19/+35 |
|
|
* | CUDA: Throw error if user-specified architectures don't work | Raul Tambre | 2020-05-26 | 1 | -6/+33 |
|
|
* | CUDA: Simplify Clang implicit host linker settings | Brad King | 2020-05-22 | 1 | -14/+6 |
|
|
* | CUDA: Fix implicit runtime library filtering on Windows | Brad King | 2020-05-22 | 1 | -3/+3 |
|
|
* | CUDA: Refactor implicit library filtering | Brad King | 2020-05-22 | 1 | -0/+18 |
|
|
* | Merge branch 'backport-cuda-default-runtime' into cuda-default-runtime | Brad King | 2020-05-22 | 1 | -0/+28 |
|\ |
|
| * | CUDA: Compute CMAKE_CUDA_RUNTIME_LIBRARY default from toolchain | Robert Maynard | 2020-05-21 | 1 | -0/+28 |
|
|
* | | CUDA: Add support for Clang compiler | Raul Tambre | 2020-05-15 | 1 | -5/+55 |
|
|
* | | Merge topic 'cuda_architectures' | Brad King | 2020-04-16 | 1 | -0/+11 |
|\ \ |
|
| * | | CUDA: Add CUDA_ARCHITECTURES target property | Raul Tambre | 2020-04-15 | 1 | -0/+11 |
|
|
* | | | Compilers: Add paths from -print-sysroot to system prefix path | Robert Maynard | 2020-04-14 | 1 | -0/+10 |
|/ / |
|
* | | CUDA: Support compiler specific FindBinUtils overrides | Robert Maynard | 2020-03-27 | 1 | -0/+1 |
|
|
* | | CUDA: Perform CUDA toolkit include directory detection only on nvcc | Raul Tambre | 2020-03-08 | 1 | -25/+28 |
|/ |
|