Skip to content

Commit

Permalink
Merge branch 'libnvdxgdmal' into 'main'
Browse files Browse the repository at this point in the history
Add libnvdxgdmal library

See merge request nvidia/container-toolkit/container-toolkit!529
  • Loading branch information
Evan Lezar authored and elezar committed Jan 11, 2024
1 parent 68f0203 commit c1eae0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* Fixed bug in `nvidia-ctk config` command when using `--set`. The types of applied config options are now applied correctly.
* Log explicitly requested runtime mode.
* Remove package dependency on libseccomp.
* Added detection of libnvdxgdmal.so.1 on WSL2.

## v1.14.3
* [toolkit-container] Bump CUDA base image version to 12.2.2.
Expand Down
1 change: 1 addition & 0 deletions pkg/nvcdi/driver-wsl.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ var requiredDriverStoreFiles = []string{
"libnvidia-ml.so.1", /* Core library for nvml */
"libnvidia-ml_loader.so", /* Core library for nvml on WSL */
"libdxcore.so", /* Core library for dxcore support */
"libnvdxgdmal.so.1", /* dxgdmal library for cuda */
"nvcubins.bin", /* Binary containing GPU code for cuda */
"nvidia-smi", /* nvidia-smi binary*/
}
Expand Down

1 comment on commit c1eae0d

@cliffwoolley
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes #520

Please sign in to comment.