Skip to content

Commit c1eae0d

Browse files
Evan Lezarelezar
authored andcommitted
Merge branch 'libnvdxgdmal' into 'main'
Add libnvdxgdmal library See merge request nvidia/container-toolkit/container-toolkit!529
1 parent 68f0203 commit c1eae0d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* Fixed bug in `nvidia-ctk config` command when using `--set`. The types of applied config options are now applied correctly.
77
* Log explicitly requested runtime mode.
88
* Remove package dependency on libseccomp.
9+
* Added detection of libnvdxgdmal.so.1 on WSL2.
910

1011
## v1.14.3
1112
* [toolkit-container] Bump CUDA base image version to 12.2.2.

pkg/nvcdi/driver-wsl.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ var requiredDriverStoreFiles = []string{
3333
"libnvidia-ml.so.1", /* Core library for nvml */
3434
"libnvidia-ml_loader.so", /* Core library for nvml on WSL */
3535
"libdxcore.so", /* Core library for dxcore support */
36+
"libnvdxgdmal.so.1", /* dxgdmal library for cuda */
3637
"nvcubins.bin", /* Binary containing GPU code for cuda */
3738
"nvidia-smi", /* nvidia-smi binary*/
3839
}

0 commit comments

Comments
 (0)