File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 11# NVIDIA Container Toolkit Library and CLI Changelog
22
3+ ## 1.14.4
4+ * Added detection of libnvdxgdmal.so.1 on WSL2
35* Fix device permission check when using cgroupv2 (fixes #227 )
46
7+ ## 1.14.3
8+ * Bump version to 1.14.3
9+
10+ ## 1.14.2
11+ * Bump version to 1.14.2
12+
513## 1.14.1
614* Use libelf.so on RPM-based systems due to removed mageia repositories hosting pmake and bmake.
715
816## 1.14.0
917* Promote 1.14.0~ rc.3 to 1.14.0
18+
1019## 1.14.0~ rc.3
1120* Generate debian and RPM changelogs automatically.
1221
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ static const char * const dxcore_nvidia_driver_store_components[] = {
1717 "libnvidia-ptxjitcompiler.so.1" , /* Core library for PTX Jit support */
1818 "libnvidia-ml.so.1" , /* Core library for nvml */
1919 "libnvidia-ml_loader.so" , /* Core library for nvml on WSL */
20+ "libnvdxgdmal.so.1" , /* dxgdmal library for cuda */
2021 "nvidia-smi" , /* nvidia-smi binary*/
2122 "nvcubins.bin" , /* Binary containing GPU code for cuda */
2223};
You can’t perform that action at this time.
0 commit comments