summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2022-08-18 19:42:05 -0300
committerDaniel Bermond2022-08-18 19:42:05 -0300
commit3fc053795faa14923dc50dfac245c149c9ea5f85 (patch)
treeae3e5259fdd399eafe055a52912bee76b7ce08e8
parente9ed251f292a0afce1c86d7a122c714654af9eaf (diff)
downloadaur-3fc053795faa14923dc50dfac245c149c9ea5f85.tar.gz
Update to version 8.4.2.4
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD17
-rw-r--r--TensorRT-SLA.txt (renamed from TensorRT-SLA-2022.07.25.txt)26
3 files changed, 27 insertions, 28 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05f64096044f..36949284255a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tensorrt
pkgdesc = A platform for high-performance deep learning inference on NVIDIA hardware
- pkgver = 8.4.1.5
+ pkgver = 8.4.2.4
pkgrel = 1
url = https://developer.nvidia.com/tensorrt/
arch = x86_64
@@ -17,8 +17,8 @@ pkgbase = tensorrt
makedepends = python-setuptools
makedepends = python-wheel
noextract = protobuf-cpp-3.17.3.tar.gz
- source = local://TensorRT-8.4.1.5.Linux.x86_64-gnu.cuda-11.6.cudnn8.4.tar.gz
- source = git+https://github.com/NVIDIA/TensorRT.git#tag=22.07
+ source = local://TensorRT-8.4.2.4.Linux.x86_64-gnu.cuda-11.6.cudnn8.4.tar.gz
+ source = git+https://github.com/NVIDIA/TensorRT.git#tag=22.08
source = protobuf-protocolbuffers::git+https://github.com/protocolbuffers/protobuf.git
source = cub-nvlabs::git+https://github.com/NVlabs/cub.git
source = git+https://github.com/onnx/onnx-tensorrt.git
@@ -28,8 +28,8 @@ pkgbase = tensorrt
source = https://github.com/google/protobuf/releases/download/v3.17.3/protobuf-cpp-3.17.3.tar.gz
source = 010-tensorrt-use-local-protobuf-sources.patch
source = 020-tensorrt-fix-python.patch
- source = TensorRT-SLA-2022.07.25.txt
- sha256sums = 8107861af218694130f170e071f49814fa3e27f1386ce7cb6d807ac05a7fcf0e
+ source = TensorRT-SLA.txt
+ sha256sums = 530d38d631c86a289df465ff0f31b6653b6338aecfa68c2f4c363fac5f81d7b6
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
@@ -40,7 +40,7 @@ pkgbase = tensorrt
sha256sums = 51cec99f108b83422b7af1170afd7aeb2dd77d2bcbb7b6bad1f92509e9ccf8cb
sha256sums = ea25bb1b188d53cbfbec35d242ab2a2fa8d6009c547c9f5f67bc2f1ad127ceac
sha256sums = ab18bcaebc59620a0b97b67c4bfb7646d9310fffbeb15b8441552c600b0212c9
- sha256sums = 0e28e9bc9a633f0e8b5587321859e30f78cf5116bd8d5c379fc18d17b7efadd2
+ sha256sums = a3e33bbee568e03e7f32481df930c78edc95b49b6b667b37db57cedb1967faed
pkgname = tensorrt
depends = cuda
diff --git a/PKGBUILD b/PKGBUILD
index 8964a5bf185f..9a39d27915bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,15 +9,14 @@
pkgbase=tensorrt
pkgname=('tensorrt' 'python-tensorrt' 'tensorrt-doc')
-pkgver=8.4.1.5
-_ossver=22.07
+pkgver=8.4.2.4
+_ossver=22.08
_cudaver=11.6
_cudnnver=8.4
_protobuf_ver=3.17.3
_pybind11_ver=2.9.2
_graphsurgeon_ver=0.4.6
_uffver=0.6.9
-_license_ver=2022.07.25
pkgrel=1
pkgdesc='A platform for high-performance deep learning inference on NVIDIA hardware'
arch=('x86_64')
@@ -36,9 +35,9 @@ source=("local://TensorRT-${pkgver}.Linux.${CARCH}-gnu.cuda-${_cudaver}.cudnn${_
"https://github.com/google/protobuf/releases/download/v${_protobuf_ver}/protobuf-cpp-${_protobuf_ver}.tar.gz"
'010-tensorrt-use-local-protobuf-sources.patch'
'020-tensorrt-fix-python.patch'
- "TensorRT-SLA-${_license_ver}.txt")
+ 'TensorRT-SLA.txt')
noextract=("protobuf-cpp-${_protobuf_ver}.tar.gz")
-sha256sums=('8107861af218694130f170e071f49814fa3e27f1386ce7cb6d807ac05a7fcf0e'
+sha256sums=('530d38d631c86a289df465ff0f31b6653b6338aecfa68c2f4c363fac5f81d7b6'
'SKIP'
'SKIP'
'SKIP'
@@ -49,7 +48,7 @@ sha256sums=('8107861af218694130f170e071f49814fa3e27f1386ce7cb6d807ac05a7fcf0e'
'51cec99f108b83422b7af1170afd7aeb2dd77d2bcbb7b6bad1f92509e9ccf8cb'
'ea25bb1b188d53cbfbec35d242ab2a2fa8d6009c547c9f5f67bc2f1ad127ceac'
'ab18bcaebc59620a0b97b67c4bfb7646d9310fffbeb15b8441552c600b0212c9'
- '0e28e9bc9a633f0e8b5587321859e30f78cf5116bd8d5c379fc18d17b7efadd2')
+ 'a3e33bbee568e03e7f32481df930c78edc95b49b6b667b37db57cedb1967faed')
prepare() {
# tensorrt git submodules
@@ -131,7 +130,7 @@ package_tensorrt() {
ln -s "libnvinfer_builder_resource.so.${pkgver%.*}" "${pkgdir}/usr/lib/libnvinfer_builder_resource.so.${pkgver%%.*}"
ln -s "libnvinfer_builder_resource.so.${pkgver%%.*}" "${pkgdir}/usr/lib/libnvinfer_builder_resource.so"
- install -D -m644 "TensorRT-SLA-${_license_ver}.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ install -D -m644 TensorRT-SLA.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
install -D -m644 "TensorRT-${pkgver}/doc/Acknowledgements.txt" "${pkgdir}/usr/share/licenses/${pkgname}/ACKNOWLEDGEMENTS"
install -D -m644 TensorRT/NOTICE -t "${pkgdir}/usr/share/licenses/${pkgname}"
}
@@ -162,7 +161,7 @@ package_python-tensorrt() {
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-graphsurgeon"
ln -s "../../../lib/python${_pyver}/site-packages/uff-${_uffver}.dist-info/LICENSE.txt" \
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-uff"
- install -D -m644 "${srcdir}/TensorRT-SLA-${_license_ver}.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-NVIDIA-SLA"
+ install -D -m644 "${srcdir}/TensorRT-SLA.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-NVIDIA-SLA"
install -D -m644 "${srcdir}/TensorRT-${pkgver}/doc/Acknowledgements.txt" "${pkgdir}/usr/share/licenses/${pkgname}/ACKNOWLEDGEMENTS"
install -D -m644 "${srcdir}/TensorRT/NOTICE" -t "${pkgdir}/usr/share/licenses/${pkgname}"
}
@@ -174,6 +173,6 @@ package_tensorrt-doc() {
install -d -m755 "${pkgdir}/usr/share/doc/${pkgbase}"
cp -dr --no-preserve='ownership' "TensorRT-${pkgver}/doc"/{cpp,python} "${pkgdir}/usr/share/doc/${pkgbase}"
- install -D -m644 "TensorRT-SLA-${_license_ver}.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ install -D -m644 TensorRT-SLA.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
install -D -m644 "TensorRT-${pkgver}/doc/Acknowledgements.txt" "${pkgdir}/usr/share/licenses/${pkgname}/ACKNOWLEDGEMENTS"
}
diff --git a/TensorRT-SLA-2022.07.25.txt b/TensorRT-SLA.txt
index 578ec08f2426..52ecf45bb2fe 100644
--- a/TensorRT-SLA-2022.07.25.txt
+++ b/TensorRT-SLA.txt
@@ -5,7 +5,7 @@ Software License Agreement | NVIDIA Docs
-SLA-08835-001 _v8.4.2 | July 2022
+SLA-08835-001 _v8.4.3 | August 2022
Table of Contents
Chapter 1. License................................................................................................................1
1.1. Grant.......................................................................................................................................... 1
@@ -25,7 +25,7 @@ Chapter 7. General..............................................................
- NVIDIA TensorRT SLA-08835-001 _v8.4.2 | ii
+ NVIDIA TensorRT SLA-08835-001 _v8.4.3 | ii
Chapter 1. License.
@@ -64,7 +64,7 @@ These are the distribution requirements for you to exercise the distribution gra
-NVIDIA TensorRT SLA-08835-001 _v8.4.2 | 1
+NVIDIA TensorRT SLA-08835-001 _v8.4.3 | 1
License.
@@ -115,7 +115,7 @@ held by the copyright holders indicated in the third-party software or license.
-NVIDIA TensorRT SLA-08835-001 _v8.4.2 | 2
+NVIDIA TensorRT SLA-08835-001 _v8.4.3 | 2
License.
@@ -128,7 +128,7 @@ under this Agreement.
-NVIDIA TensorRT SLA-08835-001 _v8.4.2 | 3
+NVIDIA TensorRT SLA-08835-001 _v8.4.3 | 3
Chapter 2. Limitations.
@@ -173,7 +173,7 @@ compliance with its terms.
-NVIDIA TensorRT SLA-08835-001 _v8.4.2 | 4
+NVIDIA TensorRT SLA-08835-001 _v8.4.3 | 4
Chapter 3. Ownership.
@@ -198,7 +198,7 @@ feedback to NVIDIA through the developer portal at https://developer.nvidia.com.
-NVIDIA TensorRT SLA-08835-001 _v8.4.2 | 5
+NVIDIA TensorRT SLA-08835-001 _v8.4.3 | 5
Chapter 4. No Warranties.
@@ -214,7 +214,7 @@ USAGE, COURSE OF DEALING OR COURSE OF TRADE.
-NVIDIA TensorRT SLA-08835-001 _v8.4.2 | 6
+NVIDIA TensorRT SLA-08835-001 _v8.4.3 | 6
Chapter 5. Limitations of Liability.
@@ -240,7 +240,7 @@ would be substantially different.
-NVIDIA TensorRT SLA-08835-001 _v8.4.2 | 7
+NVIDIA TensorRT SLA-08835-001 _v8.4.3 | 7
Chapter 6. Termination.
@@ -264,7 +264,7 @@ granted to you.
-NVIDIA TensorRT SLA-08835-001 _v8.4.2 | 8
+NVIDIA TensorRT SLA-08835-001 _v8.4.3 | 8
Chapter 7. General.
@@ -306,7 +306,7 @@ administered by the U.S. Department of Treasury’s Office of Foreign Assets Con
-NVIDIA TensorRT SLA-08835-001 _v8.4.2 | 9
+NVIDIA TensorRT SLA-08835-001 _v8.4.3 | 9
General.
@@ -332,7 +332,7 @@ representatives of both parties.
-NVIDIA TensorRT SLA-08835-001 _v8.4.2 | 10
+NVIDIA TensorRT SLA-08835-001 _v8.4.3 | 10
Chapter 8. TensorRT SUPPLEMENT
TO SOFTWARE LICENSE
AGREEMENT FOR NVIDIA
@@ -364,7 +364,7 @@ license-questions@nvidia.com.
-NVIDIA TensorRT SLA-08835-001 _v8.4.2 | 11
+NVIDIA TensorRT SLA-08835-001 _v8.4.3 | 11
Notice
This document is provided for information purposes only and shall not be regarded as a warranty of a certain functionality, condition, or quality of a product. NVIDIA
Corporation (“NVIDIA”) makes no representations or warranties, expressed or implied, as to the accuracy or completeness of the information contained in this