index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
modules
/
cuda.py
Age
Commit message (
Expand
)
Author
2024-02-12
cuda module: fully type annotate
Eli Schwartz
2024-02-12
cuda module: use typed_pos_args for most methods
Eli Schwartz
2024-02-12
cuda module: inline single-shot function to get compiler version
Eli Schwartz
2024-02-12
cuda module: fix type signature for oneshot function
Eli Schwartz
2024-02-12
cuda module: use typed_kwargs
Eli Schwartz
2023-12-22
modules: get rid of the .*machine variables
Dylan Baker
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-03-19
CUDA: make "Ampere" equivalent to SM8.0+SM8.6
David Seifert
2023-02-01
simplify instantiation of builtin type using builtins instead of functions
Eli Schwartz
2022-12-11
CUDA: Update compute-capability limits logic for CUDA 12.
Olexa Bilaniuk
2022-12-11
CUDA: Add listing for newly-released CUDA 12 in minimum driver version table.
Olexa Bilaniuk
2022-11-29
CUDA: Update minimum driver version table to include CUDA 11.8
Olexa Bilaniuk
2022-11-29
CUDA: Bugfix to architectural limit checks.
Olexa Bilaniuk
2022-11-29
CUDA: Add Orin, Lovelace and Hopper architecture names for CUDA 11.8
Olexa Bilaniuk
2022-09-19
compilers: directly import from subpackages
Eli Schwartz
2022-08-26
Fix purely white space issues reported by flake8
Alf Henrik Sauge
2022-08-17
interpreter: move handling of module stability to interpreter
Dylan Baker