Skip to content

Commit 5ff6140

Browse files
author
Evan Lezar
committed
Merge branch 'add-cudadebug' into 'main'
Add `libcudadebugger.so` to list of compute libraries See merge request nvidia/container-toolkit/libnvidia-container!167
2 parents 8074dbd + 82a5071 commit 5ff6140

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

pkg/deb/changelog

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ libnvidia-container (1.10.0~rc.2-1) experimental; urgency=medium
22

33
* Bump libtirpc to 1.3.2
44
* Fix bug when running host ldconfig using glibc compiled with a non-standard prefix
5+
* Add libcudadebugger.so to list of compute libraries
56

6-
-- NVIDIA CORPORATION <[email protected]> Wed, 11 May 2022 07:21:08 +0200
7+
-- NVIDIA CORPORATION <[email protected]> Fri, 13 May 2022 13:12:11 +0200
78

89
libnvidia-container (1.10.0~rc.1-1) experimental; urgency=medium
910

pkg/rpm/SPECS/libnvidia-container.spec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,10 @@ This package contains command-line tools that facilitate using the library.
9999
%{_bindir}/*
100100

101101
%changelog
102-
* Wed May 11 2022 NVIDIA CORPORATION <[email protected]> 1.10.0-0.1.rc.2
102+
* Fri May 13 2022 NVIDIA CORPORATION <[email protected]> 1.10.0-0.1.rc.2
103103
- Bump libtirpc to 1.3.2
104104
- Fix bug when running host ldconfig using glibc compiled with a non-standard prefix
105+
- Add libcudadebugger.so to list of compute libraries
105106

106107
* Thu Mar 24 2022 NVIDIA CORPORATION <[email protected]> 1.10.0-0.1.rc.1
107108
- [WSL2] Fix segmentation fault on WSL2s system with no adpaters present (e.g. /dev/dxg missing)

src/nvc_info.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ static const char * const utility_libs[] = {
8181

8282
static const char * const compute_libs[] = {
8383
"libcuda.so", /* CUDA driver library */
84+
"libcudadebugger.so" /* CUDA Debugger Library */
8485
"libnvidia-opencl.so", /* NVIDIA OpenCL ICD */
8586
"libnvidia-ptxjitcompiler.so", /* PTX-SASS JIT compiler (used by libcuda) */
8687
"libnvidia-fatbinaryloader.so", /* fatbin loader (used by libcuda) */

0 commit comments

Comments
 (0)