Skip to content

Commit

Permalink
Merge branch 'cherry-pick-v1.13.5' into 'release-1.13'
Browse files Browse the repository at this point in the history
Backport changes for v1.13.5 release

See merge request nvidia/container-toolkit/libnvidia-container!223
  • Loading branch information
Evan Lezar committed Jul 18, 2023
2 parents 31e068e + c83fe42 commit 66607bd
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
6 changes: 6 additions & 0 deletions pkg/deb/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
libnvidia-container (1.13.5-1) UNRELEASED; urgency=medium

* Include Shared Compiler Library (libnvidia-gpucomp.so) in the list of compute libaries.

-- NVIDIA CORPORATION <cudatools@nvidia.com> Thu, 13 Jul 2023 15:55:20 +0200

libnvidia-container (1.13.4-1) UNRELEASED; urgency=medium

* Bump version to 1.13.4
Expand Down
3 changes: 3 additions & 0 deletions pkg/rpm/SPECS/libnvidia-container.spec
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ This package contains command-line tools that facilitate using the library.
%{_bindir}/*

%changelog
* Thu Jul 13 2023 NVIDIA CORPORATION <cudatools@nvidia.com> 1.13.5-1
- Include Shared Compiler Library (libnvidia-gpucomp.so) in the list of compute libaries.

* Tue Jul 11 2023 NVIDIA CORPORATION <cudatools@nvidia.com> 1.13.4-1
- Bump version to 1.13.4

Expand Down
4 changes: 2 additions & 2 deletions src/nvc.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ extern "C" {

#define NVC_MAJOR 1
#define NVC_MINOR 13
#define NVC_PATCH 4
#define NVC_PATCH 5

// Specify the release tag.
// For stable releases, this should be defined as empty.
// For release candidates, this should be defined with the format "rc.1"
// The version string should also be updated accordingly, using a - separator where applicable.
#define NVC_TAG
#define NVC_VERSION "1.13.4"
#define NVC_VERSION "1.13.5"

#define NVC_ARG_MAX 256

Expand Down
1 change: 1 addition & 0 deletions src/nvc_info.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ static const char * const compute_libs[] = {
"libcuda.so", /* CUDA driver library */
"libcudadebugger.so", /* CUDA Debugger Library */
"libnvidia-opencl.so", /* NVIDIA OpenCL ICD */
"libnvidia-gpucomp.so", /* Shared Compiler Library */
"libnvidia-ptxjitcompiler.so", /* PTX-SASS JIT compiler (used by libcuda) */
"libnvidia-fatbinaryloader.so", /* fatbin loader (used by libcuda) */
"libnvidia-allocator.so", /* NVIDIA allocator runtime library */
Expand Down

0 comments on commit 66607bd

Please sign in to comment.