blob: d84662b9a1d5e18ba8ba76fc26352752ea7179be (
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
65
|
pkgbase = tensorrt
pkgdesc = A platform for high-performance deep learning inference on NVIDIA hardware
pkgver = 10.6.0.26
pkgrel = 1
url = https://developer.nvidia.com/tensorrt/
arch = x86_64
license = LicenseRef-NVIDIA-TensorRT-SLA
license = Apache-2.0
makedepends = git
makedepends = cmake
makedepends = cuda
makedepends = cudnn
makedepends = python
makedepends = python-build
makedepends = python-installer
makedepends = python-onnx
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.6.0/tars/TensorRT-10.6.0.26.Linux.x86_64-gnu.cuda-12.6.tar.gz
source = git+https://github.com/NVIDIA/TensorRT.git#tag=v10.6.0
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
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 = 030-tensorrt-onnx-tensorrt-disable-missing-source-file.patch
source = TensorRT-SLA.txt
sha256sums = 33d3c2f3f4c84dc7991a4337a6fde9ed33f5c8e5c4f03ac2eb6b994a382b03a0
sha256sums = ff3ee2316456216c000c0e214c9b4053bfdb811316b2e9dace13fd83897fa54d
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = dddd73664306d7d895a95e1cf18925b31b52785e468727e4635b45edae5166f9
sha256sums = ba94c0685216fe9566f7989df98b372e72a8da04b66d64380024107f2f7f4a8f
sha256sums = 62109d798ecfe286aa12d8c848927baa074b422669fb6248590a7ae00074ab26
sha256sums = 5b90eb795c5d7a209a67c7aad73f3b472650e52c0c42f8cd15b43b5a6c6396c4
sha256sums = c493df1b40477f750d9840a1b0b6cf5ec36c1b6bde3bcd6c7029e27e60df3c58
pkgname = tensorrt
depends = cuda
depends = cudnn
pkgname = python-tensorrt
pkgdesc = A platform for high-performance deep learning inference on NVIDIA hardware (python bindings and tools)
license = LicenseRef-Custom
license = Apache-2.0
depends = python
depends = python-numpy
depends = tensorrt
optdepends = python-onnx: for onnx_graphsurgeon python module
optdepends = python-onnxruntime: for onnx_graphsurgeon and polygraphy python modules
optdepends = python-protobuf: for polygraphy and tensorflow-quantization python modules
optdepends = python-tensorflow-cuda: for polygraphy python module
optdepends = python-tf2onnx: for tensorflow-quantization python module
provides = python-onnx-graphsurgeon=0.5.3
provides = python-polygraphy=0.49.14
provides = python-tensorflow-quantization=0.2.0
|