meson icon indicating copy to clipboard operation
meson copied to clipboard

CUDA 12 module updates

Open obilaniu opened this issue 3 years ago • 2 comments

CUDA 12 was released yesterday. Update the CUDA module with the driver-version and compute-capabilities information.

CUDA 12 notably removes support for the Kepler (CC 3.x) architectures entirely. However, it introduces no new architectures or compute capabilities itself, as Orin (8.7), Lovelace (8.9) and Hopper (9.0) architectures were all first added in CUDA 11.8.

obilaniu avatar Dec 10 '22 06:12 obilaniu

Codecov Report

Merging #11155 (b8572e1) into master (2ec3fe7) will decrease coverage by 1.07%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master   #11155      +/-   ##
==========================================
- Coverage   68.83%   67.75%   -1.08%     
==========================================
  Files         414      414              
  Lines       90016    90024       +8     
  Branches    21278    21282       +4     
==========================================
- Hits        61960    60995     -965     
- Misses      23402    24386     +984     
+ Partials     4654     4643      -11     
Impacted Files Coverage Δ
mesonbuild/modules/cuda.py 0.00% <0.00%> (ø)
mesonbuild/modules/qt6.py 0.00% <0.00%> (-100.00%) :arrow_down:
mesonbuild/utils/win32.py 0.00% <0.00%> (-100.00%) :arrow_down:
mesonbuild/modules/wayland.py 0.00% <0.00%> (-79.69%) :arrow_down:
mesonbuild/modules/windows.py 0.00% <0.00%> (-72.00%) :arrow_down:
mesonbuild/templates/dlangtemplates.py 37.93% <0.00%> (-62.07%) :arrow_down:
mesonbuild/utils/vsenv.py 18.75% <0.00%> (-41.25%) :arrow_down:
mesonbuild/_pathlib.py 63.15% <0.00%> (-26.32%) :arrow_down:
mesonbuild/modules/dlang.py 0.00% <0.00%> (-24.42%) :arrow_down:
mesonbuild/dependencies/hdf5.py 62.38% <0.00%> (-22.94%) :arrow_down:
... and 48 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov[bot] avatar Dec 10 '22 06:12 codecov[bot]

1/4 tests failed with an unrelated MPI Fortran test failure. 3/4 tests failed with an unrelated [UNEXSKIP] frameworks: 24 libgcrypt failure.

obilaniu avatar Dec 10 '22 07:12 obilaniu