Skip to content

Commit 870d7c5

Browse files
author
Evan Lezar
committed
Merge branch 'cherry-pick-1.14.4' into 'release-1.14'
Cherry-pick changes for v1.14.4 See merge request nvidia/container-toolkit/libnvidia-container!241
2 parents f30a9f4 + 9918fb2 commit 870d7c5

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
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

src/dxcore.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
};

0 commit comments

Comments
 (0)