blob: 9d0c9ebc87d7e624e273309bd19941d0d5ee5398 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
pkgbase = tensorrt
pkgdesc = A platform for high-performance deep learning inference on NVIDIA hardware
pkgver = 10.13.3.9
pkgrel = 2
url = https://developer.nvidia.com/tensorrt/
arch = x86_64
license = Apache-2.0 AND LicenseRef-TensorRT-LICENSE-AGREEMENT
makedepends = cmake
makedepends = cuda
makedepends = cudnn
makedepends = git
makedepends = python
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
noextract = protobuf-cpp-3.20.1.tar.gz
source = https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.13.3/tars/TensorRT-10.13.3.9.Linux.x86_64-gnu.cuda-13.0.tar.gz
source = git+https://github.com/NVIDIA/TensorRT.git#tag=v10.13.3
source = 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
source = git+https://github.com/onnx/onnx.git
source = git+https://github.com/pybind/pybind11.git
source = git+https://github.com/google/benchmark.git
source = https://github.com/google/protobuf/releases/download/v3.20.1/protobuf-cpp-3.20.1.tar.gz
source = 010-tensorrt-use-local-protobuf-sources.patch
source = 020-tensorrt-fix-python.patch
source = TensorRT-LICENSE-AGREEMENT.txt
sha256sums = 897261be948962c9eb5d3595625f91d85a9aa8b57601aed6efac3fd6d9ff6f53
sha256sums = 1e4212f419a02957ef67f7abf24b4b7fb7c10bd10a48d7a2f8e4ae9b6fae3972
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = dddd73664306d7d895a95e1cf18925b31b52785e468727e4635b45edae5166f9
sha256sums = ba94c0685216fe9566f7989df98b372e72a8da04b66d64380024107f2f7f4a8f
sha256sums = 42d46139486825242aa6db63b476f96ce52988978ff9dae67718f6be2d62efec
sha256sums = 64907f271b91655a28f3c9f3555a3c645b23d878f41063192a9d2a67f752205a
pkgname = tensorrt
depends = cuda
depends = cudnn
depends = gcc-libs
depends = glibc
pkgname = python-tensorrt
pkgdesc = A platform for high-performance deep learning inference on NVIDIA hardware (python bindings and tools)
license = Apache-2.0 AND LicenseRef-TensorRT-LICENSE-AGREEMENT AND LicenseRef-Python-TensorRT-LICENSE-AGREEMENT
depends = gcc-libs
depends = glibc
depends = python
depends = python-numpy
depends = tensorrt
optdepends = python-colored: for onnx_graphsurgeon and polygraphy python modules
optdepends = python-ml-dtypes: for onnx_graphsurgeon python module
optdepends = python-onnxruntime: for onnx_graphsurgeon python module
optdepends = python-protobuf: for polygraphy python modules
optdepends = python-tensorflow-cuda: for polygraphy and tensorflow-quantization python modules
optdepends = python-tf2onnx: for tensorflow-quantization python module
provides = python-polygraphy=0.49.24
provides = python-tensorflow-quantization=0.2.0
|