aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules/cuda.py
AgeCommit message (Expand)AuthorFilesLines
2024-02-12cuda module: fully type annotateEli Schwartz1-23/+25
2024-02-12cuda module: use typed_pos_args for most methodsEli Schwartz1-16/+11
2024-02-12cuda module: inline single-shot function to get compiler versionEli Schwartz1-10/+5
2024-02-12cuda module: fix type signature for oneshot functionEli Schwartz1-4/+2
2024-02-12cuda module: use typed_kwargsEli Schwartz1-12/+19
2023-12-22modules: get rid of the .*machine variablesDylan Baker1-1/+1
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker1-11/+1
2023-03-19CUDA: make "Ampere" equivalent to SM8.0+SM8.6David Seifert1-1/+8
2023-02-01simplify instantiation of builtin type using builtins instead of functionsEli Schwartz1-2/+2
2022-12-11CUDA: Update compute-capability limits logic for CUDA 12.Olexa Bilaniuk1-0/+8
2022-12-11CUDA: Add listing for newly-released CUDA 12 in minimum driver version table.Olexa Bilaniuk1-0/+1
2022-11-29CUDA: Update minimum driver version table to include CUDA 11.8Olexa Bilaniuk1-0/+2
2022-11-29CUDA: Bugfix to architectural limit checks.Olexa Bilaniuk1-2/+2
2022-11-29CUDA: Add Orin, Lovelace and Hopper architecture names for CUDA 11.8Olexa Bilaniuk1-3/+15
2022-09-19compilers: directly import from subpackagesEli Schwartz1-1/+1
2022-08-26Fix purely white space issues reported by flake8Alf Henrik Sauge1-6/+6
2022-08-17interpreter: move handling of module stability to interpreterDylan Baker1-0/+360