| Commit message (Expand) | Author | Age | Files | Lines |
* | CUDA: Fix CMAKE_CUDA_ARCHITECTURES=all/all-major with NVCC 11.5+ | Brad King | 2022-03-01 | 1 | -1/+4 |
|
|
* | CUDA: Simplify CMAKE_CUDA_ARCHITECTURES special value logic | Brad King | 2022-03-01 | 1 | -20/+18 |
|
|
* | CUDA: Generic all and all-major support | Raul Tambre | 2022-02-01 | 1 | -42/+59 |
|
|
* | CUDA: Fix issuing error if default architecture detection fails | Raul Tambre | 2022-01-27 | 1 | -32/+30 |
|
|
* | CUDA: Error on empty/invalid CMAKE_CUDA_ARCHITECTURES set by user | Raul Tambre | 2022-01-27 | 1 | -1/+8 |
|
|
* | CUDA: Actually use reverse architecture deprecation order for Clang | Raul Tambre | 2022-01-27 | 1 | -1/+1 |
|
|
* | CUDA: Fix CMAKE_CUDA_COMPILER_ARG1 cache description | Raul Tambre | 2022-01-15 | 1 | -9/+9 |
|
|
* | CUDA: Support nvcc 11.5 new -arch=all|all-major flags | Robert Maynard | 2021-11-01 | 1 | -8/+30 |
|
|
* | CUDA: Fix detection of implicit link information with CUDA 6.5 | samuel100u | 2021-09-30 | 1 | -2/+3 |
|
|
* | CUDA: Extract nvvm libdevice location from compiler verbose output | Robert Maynard | 2021-07-22 | 1 | -2/+17 |
|
|
* | 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 |
|
|