Skip to content

Commit f7fb88c

Browse files
author
Evan Lezar
committed
Merge branch 'include-nvgpucomp' into 'main'
Add support fo Shared Compiler Library See merge request nvidia/container-toolkit/libnvidia-container!222
2 parents 17f1675 + 8f31b6f commit f7fb88c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

pkg/deb/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
libnvidia-container (1.14.0~rc.2-1) experimental; urgency=medium
22

3-
* Bump version to 1.14.0~rc.2
3+
* Inlcude Shared Compiler Library (libnvidia-gpucomp.so) in the list of compute libaries.
44

55
-- NVIDIA CORPORATION <[email protected]> Tue, 27 Jun 2023 14:04:34 +0200
66

pkg/rpm/SPECS/libnvidia-container.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ This package contains command-line tools that facilitate using the library.
100100

101101
%changelog
102102
* Tue Jun 27 2023 NVIDIA CORPORATION <[email protected]> 1.14.0~rc.2-1
103-
- Bump version to 1.14.0~rc.2-1
103+
- Inlcude Shared Compiler Library (libnvidia-gpucomp.so) in the list of compute libaries.
104104

105105
* Mon Apr 24 2023 NVIDIA CORPORATION <[email protected]> 1.14.0-rc.1-1
106106
- Remove linvidia-container0 dependency on Ubuntu-based arm64 platforms

src/nvc_info.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ static const char * const compute_libs[] = {
8383
"libcuda.so", /* CUDA driver library */
8484
"libcudadebugger.so", /* CUDA Debugger Library */
8585
"libnvidia-opencl.so", /* NVIDIA OpenCL ICD */
86+
"libnvidia-gpucomp.so", /* Shared Compiler Library */
8687
"libnvidia-ptxjitcompiler.so", /* PTX-SASS JIT compiler (used by libcuda) */
8788
"libnvidia-fatbinaryloader.so", /* fatbin loader (used by libcuda) */
8889
"libnvidia-allocator.so", /* NVIDIA allocator runtime library */

0 commit comments

Comments
 (0)