Skip to content

Commit

Permalink
Merge pull request sylabs#2285 from dtrudg/pick-apptainer-1753-4.0
Browse files Browse the repository at this point in the history
gpu: Add libnvidia-nvvm.so to nvliblist.conf (release-4.0)
  • Loading branch information
dtrudg authored Oct 26, 2023
2 parents 1d9efb7 + 1667b11 commit acb81c9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# SingularityCE Changelog

## 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`.

## 4.0.1 \[2023-10-13\]

### New Features & Functionality
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 acb81c9

Please sign in to comment.