summaryrefslogtreecommitdiff
path: root/mesonbuild/modules/cuda.py
AgeCommit message (Expand)Author
2025-12-05modules/cuda: Cuda 13.0 doesn't support the 10.1 profileDylan Baker
2025-12-05modules/cuda: Update arch flags for versions through 13.0Dylan Baker
2025-12-05modules/cuda: Update versions up through 13.0.2Dylan Baker
2025-12-05modules/cuda: Pull driver table out of class bodyDylan Baker
2024-02-12cuda module: fully type annotateEli Schwartz
2024-02-12cuda module: use typed_pos_args for most methodsEli Schwartz
2024-02-12cuda module: inline single-shot function to get compiler versionEli Schwartz
2024-02-12cuda module: fix type signature for oneshot functionEli Schwartz
2024-02-12cuda module: use typed_kwargsEli Schwartz
2023-12-22modules: get rid of the .*machine variablesDylan Baker
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-03-19CUDA: make "Ampere" equivalent to SM8.0+SM8.6David Seifert
2023-02-01simplify instantiation of builtin type using builtins instead of functionsEli Schwartz
2022-12-11CUDA: Update compute-capability limits logic for CUDA 12.Olexa Bilaniuk
2022-12-11CUDA: Add listing for newly-released CUDA 12 in minimum driver version table.Olexa Bilaniuk
2022-11-29CUDA: Update minimum driver version table to include CUDA 11.8Olexa Bilaniuk
2022-11-29CUDA: Bugfix to architectural limit checks.Olexa Bilaniuk
2022-11-29CUDA: Add Orin, Lovelace and Hopper architecture names for CUDA 11.8Olexa Bilaniuk
2022-09-19compilers: directly import from subpackagesEli Schwartz
2022-08-26Fix purely white space issues reported by flake8Alf Henrik Sauge
2022-08-17interpreter: move handling of module stability to interpreterDylan Baker