Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modules: Use new keyword-dispatched try_compile signature | Matthew Woehlke | 2022-09-14 | 1 | -2/+2 |
| | | | | | | | | | | | Modify most of the modules that ship with CMake to use the new try_compile / try_run signatures added by commit aa9220d3a0 (try_compile: Add keyword-dispatched signature, 2022-09-02). This improves debugging by each invocation using its own directory so that the results of multiple invocations can be retained. This does not cover any invocations which provide an entire project, as that flavor of try_compile has not yet been updated. | ||||
* | CUDA: Update arch selection, restructure for maintainability | Henry Schreiner | 2021-01-20 | 1 | -46/+32 |
| | | | | Fixes: #21712 | ||||
* | CUDA: Add arch selection debug mode to print out CUDA versions | Henry Schreiner | 2021-01-20 | 1 | -0/+11 |
| | |||||
* | FindCUDA/select_compute_arch: Add CUDA 11.1 and SM86 support | zasdfg bnm | 2020-09-29 | 1 | -3/+13 |
| | |||||
* | FindCUDA/select_compute_arch: generate PTX for the latest architecture | zasdfg bnm | 2020-07-08 | 1 | -2/+2 |
| | |||||
* | FindCUDA/select_compute_arch: Add CUDA 11 and Ampere support | zasdfg bnm | 2020-07-07 | 1 | -7/+27 |
| | | | | Co-Author: Henry Schreiner <henryschreineriii@gmail.com> | ||||
* | CUDA: Add CUDA 10 (Turing) detection | Anton Chernov | 2018-12-07 | 1 | -2/+16 |
| | |||||
* | FindCUDA: Filter unrelated content in compute capabilities output | Soumith Chintala | 2018-09-19 | 1 | -0/+3 |
| | | | | | | | Working around CUDA-level nvrm_gpu log statements to stdout on some embedded platforms (ex. Drive PX2). See-also: https://github.com/pytorch/pytorch/issues/11518#issue-359113249 | ||||
* | FindCUDA/select_compute_arch: Restore two-component CUDA_VERSION | Brad King | 2018-08-01 | 1 | -2/+3 |
| | | | | | | | | | | Since commit v3.12.0-rc1~332^2 (FindCUDA/select_compute_arch: Add support for CUDA as a language, 2018-03-15) this module sets `CUDA_VERSION` based on `CMAKE_CUDA_COMPILER_VERSION` when the language is enabled. Limit it to two components for consistency with the normal `FindCUDA` documentation and behavior. Fixes: #18231 | ||||
* | CUDA/select_compute_arch: Fix detection on old CUDA with new card/driver | Henry Schreiner | 2018-04-20 | 1 | -13/+45 |
| | | | | | | | | Fix version comparisons to handle patch components. List and check known archs for each version of CUDA so mismatching versions are not suggested. Fixes: #17921 | ||||
* | FindCUDA/select_compute_arch: Add support for CUDA as a language | Henry Fredrick Schreiner | 2018-03-20 | 1 | -5/+20 |
| | | | | | | | Even though this is an internal module, we can still prepare it to be used in another public-facing module outside of `FindCUDA`. Issue: #16586 | ||||
* | FindCUDA: Add CUDA9/Volta recognition | Boris Fomitchev | 2017-08-10 | 1 | -2/+10 |
| | |||||
* | FindCUDA: Fix PTX selection with multiple architectures | Bjoern Thiel | 2017-02-22 | 1 | -0/+1 |
| | |||||
* | FindCUDA: Fix typo in CUDA_DETECT_INSTALLED_GPUS doc string | Pierre Moreau | 2017-02-02 | 1 | -1/+1 |
| | |||||
* | FindCUDA: Enable CUDA_SELECT_NVCC_ARCH_FLAGS Auto for MSVC | Bjoern Thiel | 2017-01-25 | 1 | -9/+11 |
| | | | | Fixes: #16525 | ||||
* | FindCUDA: Support `2.1(2.0)` architecture notation | Boris Fomitchev | 2016-08-23 | 1 | -4/+4 |
| | | | | Also tweak some messages and comments. | ||||
* | FindCUDA: Refactor Android(Tegra) support | Boris Fomitchev | 2016-06-09 | 1 | -0/+195 |
Reviewed-by: James Bigler <jamesbigler@gmail.com> |