Skip to content

Commit

Permalink
gpu: Add libnvidia-nvvm.so to nvliblist.conf
Browse files Browse the repository at this point in the history
Cherry pick apptainer/apptainer#1753

Original commit message:

Adding libnvidia-nvvm.so to nvliblist.conf to accomodate changes in CUDA12 and NVIDIA Drivers > 530

Signed-off-by: Benedikt Riedel <[email protected]>
  • Loading branch information
briedel authored and dtrudg committed Oct 26, 2023
1 parent 2a7a293 commit e731ade
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Changes Since Last Release

### Changed defaults / behaviours

- Added `libnvidia-nvvm` to `nvliblist.conf`. Newer NVIDIA Drivers (known with
>= 525.85.05) require this lib to compile OpenCL programs against NVIDIA GPUs,
i.e. `libnvidia-opencl` depends on `libnvidia-nvvm`.

### New Features & Functionality

- The `registry login` and `registry logout` commands now support a `--authfile
Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,6 @@ The following have contributed code and/or documentation to this repository.
- Pranathi Locula <[email protected]>
- Filip Gorczyca <[email protected]>
- Carmelo Piccione <[email protected]>
- Nicholas Yue <[email protected]>
- Benedikt Riedel <[email protected]>
```
1 change: 1 addition & 0 deletions etc/nvliblist.conf
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ libnvidia-gtk2.so
libnvidia-gtk3.so
libnvidia-ifr.so
libnvidia-ml.so
libnvidia-nvvm.so
libnvidia-opencl.so
libnvidia-opticalflow.so
libnvidia-ptxjitcompiler.so
Expand Down

0 comments on commit e731ade

Please sign in to comment.