Search Criteria
Package Details: tensorrt 10.16.0.72-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/tensorrt.git (read-only, click to copy) |
|---|---|
| Package Base: | tensorrt |
| Description: | A platform for high-performance deep learning inference on NVIDIA hardware |
| Upstream URL: | https://developer.nvidia.com/tensorrt/ |
| Keywords: | ai artificial intelligence nvidia |
| Licenses: | Apache-2.0 AND LicenseRef-TensorRT-LICENSE-AGREEMENT |
| Submitter: | dbermond |
| Maintainer: | dbermond |
| Last Packager: | dbermond |
| Votes: | 21 |
| Popularity: | 0.039334 |
| First Submitted: | 2018-07-29 16:17 (UTC) |
| Last Updated: | 2026-03-27 15:16 (UTC) |
Dependencies (20)
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda-12.5AUR, cuda-12.9AUR, cuda-12.8AUR, cuda-pascalAUR)
- cudnn (cudnn9.10-cuda12.9AUR, cudnn-pascalAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- libgcc (libgcc-snapshotAUR)
- libstdc++ (libstdc++-snapshotAUR)
- nvidia-utils (nvidia-410xx-utilsAUR, nvidia-440xx-utilsAUR, nvidia-430xx-utilsAUR, nvidia-340xx-utilsAUR, nvidia-510xx-utilsAUR, nvidia-utils-teslaAUR, nvidia-525xx-utilsAUR, nvidia-575xx-utilsAUR, nvidia-340xx-utils-macbookAUR, nvidia-535xx-utilsAUR, nvidia-utils-betaAUR, nvidia-470xx-utilsAUR, nvidia-390xx-utilsAUR, nvidia-550xx-utilsAUR, nvidia-580xx-utilsAUR, nvidia-vulkan-utilsAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda-12.5AUR, cuda-12.9AUR, cuda-12.8AUR, cuda-pascalAUR) (make)
- cudnn (cudnn9.10-cuda12.9AUR, cudnn-pascalAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- nvidia-utils (nvidia-410xx-utilsAUR, nvidia-440xx-utilsAUR, nvidia-430xx-utilsAUR, nvidia-340xx-utilsAUR, nvidia-510xx-utilsAUR, nvidia-utils-teslaAUR, nvidia-525xx-utilsAUR, nvidia-575xx-utilsAUR, nvidia-340xx-utils-macbookAUR, nvidia-535xx-utilsAUR, nvidia-utils-betaAUR, nvidia-470xx-utilsAUR, nvidia-390xx-utilsAUR, nvidia-550xx-utilsAUR, nvidia-580xx-utilsAUR, nvidia-vulkan-utilsAUR) (make)
- python (make)
- python-build (make)
- python-installer (make)
- python-ml-dtypes (make)
- python-onnx (make)
- python-setuptools (make)
- python-typing_extensions (make)
- python-wheel (make)
- tensorrt-cross-builder-libsAUR (optional) – for cross building engine files
Required by (6)
Sources (11)
- 010-tensorrt-use-local-protobuf-sources.patch
- 020-tensorrt-fix-python.patch
- cub-nvlabs
- git+https://github.com/NVIDIA/TensorRT.git#tag=v10.16
- git+https://github.com/onnx/onnx-tensorrt.git
- git+https://github.com/onnx/onnx.git
- git+https://github.com/protocolbuffers/protobuf.git
- git+https://github.com/pybind/pybind11.git
- https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.16.0/tars/TensorRT-10.16.0.72.Linux.x86_64-gnu.cuda-13.2.tar.gz
- https://github.com/google/protobuf/releases/download/v3.20.1/protobuf-cpp-3.20.1.tar.gz
- TensorRT-LICENSE-AGREEMENT.txt
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 .. 13 Next › Last »
medaminezghal commented on 2025-12-20 10:28 (UTC)
@dbermond This update has broke the TensorRT URL by removing the CPU arch from it.
dbermond commented on 2025-12-19 18:43 (UTC)
@medaminezghal In TensorRt-RTX repository, there is only demos and samples, so I see no need to provide a package for this. Regarding the suggestion about "tests", sorry, but I'm not willing to add such type of testing procedure (just import a python module), as this is non-standard in python packages. A proper upstream python testing system should be used for testing python software. The onnx git submodules were updated, thanks for reporting.
medaminezghal commented on 2025-12-17 15:18 (UTC) (edited on 2025-12-17 15:18 (UTC) by medaminezghal)
@dbermond Also benchmark isn't necessary anymore as it's remove from onnx from version 1.17.0 and the used version from onnx-tensorrt is 1.18.0.
medaminezghal commented on 2025-12-17 15:00 (UTC)
@dbermond Also if you can add those tests from the TensorRT documentation:
This will help ensure that the build works fine.
medaminezghal commented on 2025-12-17 14:48 (UTC)
@dbermond I mean providing this package that already include its python package.
dbermond commented on 2025-12-15 04:04 (UTC)
@medaminezghal implemented the 'tensorrt_dispatch' and 'tensorrt_lean' python modules built from the open source software repository. As far as I could gather, 'tensorrt_rtx' python module is for Windows only, and it does not build for me. You can verify that 'tensorrt_rtx' python module is not available in the downloaded GNU/Linux source file, but only 'tensorrt', 'tensorrt_dispatch' and 'tensorrt_lean'.
medaminezghal commented on 2025-12-09 15:01 (UTC)
@dbermond I think you need to install
tensorrt_dispatch,tensorrt_leanandtensorrtinstead of the packages that exist under tools because they don't have the same versions asTensorRT. Also Could you provideTensorRt_RTX?idanka commented on 2025-10-16 23:29 (UTC)
@dbermond Sry Manjaro is up to date, but latest cuda package 12.9.1-2 is installed.
dbermond commented on 2025-10-14 20:42 (UTC)
@idanka I have just checked, and the package is building perfectly fine in an up-to-date Arch Linux system with cuda 13.0.2. The compute_110 architecture is supported by cuda 13, and I cannot reproduce your issue. Make sure that you have an up-to-date Arch Linux system with the latest packaged cuda version installed. The hardware is not relevant at build time, but only at run time, and you can build it even in a system without a nvidia gpu.
idanka commented on 2025-10-14 20:22 (UTC) (edited on 2025-10-14 20:24 (UTC) by idanka)
Update error nvidia rtx 3050
CMake will not be able to correctly generate this project. Call Stack (most recent call first): CMakeLists.txt:102 (project)
-- Configuring incomplete, errors occurred! ==> HIBA: Hiba történt a build()-ben. Megszakítás...
« First ‹ Previous 1 2 3 4 5 6 7 .. 13 Next › Last »