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/libnvidia-container!239
  • Loading branch information
Evan Lezar authored and elezar committed Jan 15, 2024
1 parent a78dd2e commit 9918fb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# NVIDIA Container Toolkit Library and CLI Changelog

## 1.14.4
* Added detection of libnvdxgdmal.so.1 on WSL2
* Fix device permission check when using cgroupv2 (fixes #227)

## 1.14.3
Expand Down
1 change: 1 addition & 0 deletions src/dxcore.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ static const char * const dxcore_nvidia_driver_store_components[] = {
"libnvidia-ptxjitcompiler.so.1", /* Core library for PTX Jit support */
"libnvidia-ml.so.1", /* Core library for nvml */
"libnvidia-ml_loader.so", /* Core library for nvml on WSL */
"libnvdxgdmal.so.1", /* dxgdmal library for cuda */
"nvidia-smi", /* nvidia-smi binary*/
"nvcubins.bin", /* Binary containing GPU code for cuda */
};
Expand Down

0 comments on commit 9918fb2

Please sign in to comment.