| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|/ |
|
* | CUDA: MSVC generators fill CMAKE_CUDA_TOOLKIT_INCLUDE_DIRECTORIES | Robert Maynard | 2020-01-10 | 1 | -26/+25 |
|
|
* | CUDA: Tolerate square brackets in PROMPT environment variable | Brad King | 2019-03-26 | 1 | -0/+5 |
|
|
* | CUDA: Do not create CMAKE_CUDA_HOST_COMPILER cache entry | Brad King | 2018-04-24 | 1 | -1/+0 |
|
|
* | Drop Visual Studio 8 2005 generator | Brad King | 2018-04-02 | 1 | -1/+1 |
|
|
* | CMakeFindBinUtils: Improve switch between MSVC- and GNU-like tools | Brad King | 2017-11-28 | 1 | -0/+3 |
|
|
* | CUDA: Fix default selection of host compiler used to drive linking | Brad King | 2017-10-04 | 1 | -1/+29 |
|
|
* | Drop Visual Studio 7 .NET 2003 generator | Brad King | 2017-04-19 | 1 | -1/+1 |
|
|
* | VS: Add support for determining CUDA compiler id | Brad King | 2017-03-10 | 1 | -21/+30 |
|
|
* | CMakeDetermineCUDACompiler: Drop out-of-date comment | Brad King | 2017-02-14 | 1 | -7/+0 |
|
|
* | CUDA: Detect the toolkit include directories | Robert Maynard | 2017-02-10 | 1 | -4/+30 |
|
|