summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 4bc9168f7a823996167fe59a12c67318711b7999 (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
pkgbase = tensorrt
	pkgdesc = A platform for high-performance deep learning inference on NVIDIA hardware
	pkgver = 8.0.1.6
	pkgrel = 1
	url = https://developer.nvidia.com/tensorrt/
	arch = x86_64
	license = custom:NVIDIA-SLA
	license = Apache
	makedepends = git
	makedepends = cmake
	makedepends = poppler
	makedepends = cuda
	makedepends = cudnn
	makedepends = python
	makedepends = python-onnx
	makedepends = python-pip
	makedepends = python-wheel
	noextract = protobuf-cpp-3.17.3.tar.gz
	source = local://TensorRT-8.0.1.6.Linux.x86_64-gnu.cuda-11.3.cudnn8.2.tar.gz
	source = git+https://github.com/NVIDIA/TensorRT.git#tag=8.0.1
	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.17.3/protobuf-cpp-3.17.3.tar.gz
	source = 010-tensorrt-use-local-protobuf-sources.patch
	source = 020-tensorrt-fix-cub-deprecation-huge-warnings.patch
	source = 030-tensorrt-fix-python.patch
	sha256sums = def6a5ee50bed25a68a9c9e22ec671a8f29ee5414bde47c5767bd279e5596f88
	sha256sums = SKIP
	sha256sums = SKIP
	sha256sums = SKIP
	sha256sums = SKIP
	sha256sums = SKIP
	sha256sums = SKIP
	sha256sums = SKIP
	sha256sums = 51cec99f108b83422b7af1170afd7aeb2dd77d2bcbb7b6bad1f92509e9ccf8cb
	sha256sums = ea25bb1b188d53cbfbec35d242ab2a2fa8d6009c547c9f5f67bc2f1ad127ceac
	sha256sums = ecde4147042e67a5162082806f15691781bd307f93f7f8a742ac44bf44db7342
	sha256sums = c12d9148b7d6fc436387e7eb7b16a0066358f69e32bbee8cc9ac066b1faa902a

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)
	depends = python
	depends = python-numpy
	depends = python-pycuda
	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 uff python modules
	optdepends = python-tensorflow-cuda: for graphsurgeon, polygraphy and uff python modules and convert-to-uff tool

pkgname = tensorrt-doc
	pkgdesc = A platform for high-performance deep learning inference on NVIDIA hardware (documentation)
	arch = any
	license = custom:NVIDIA-SLA