Skip to content

Commit

Permalink
Merge pull request #2284 from dtrudg/pick-apptainer-1753
Browse files Browse the repository at this point in the history
gpu: Add libnvidia-nvvm.so to nvliblist.conf
  • Loading branch information
dtrudg authored Oct 26, 2023
2 parents 2a7a293 + e731ade commit 15b91e9
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 15b91e9

Please sign in to comment.