Skip to content

Tensorrt 11.0.0#1

Open
elliotberman wants to merge 2357 commits into
tensorrt-10.16.1from
tensorrt-11.0.0
Open

Tensorrt 11.0.0#1
elliotberman wants to merge 2357 commits into
tensorrt-10.16.1from
tensorrt-11.0.0

Conversation

@elliotberman

Copy link
Copy Markdown
Owner

TensorRT 11.0.0 support

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • Nixpkgs 25.11 Release Notes (or backporting 25.05 Nixpkgs Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
  • NixOS 25.11 Release Notes (or backporting 25.05 NixOS Release notes)
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md, pkgs/README.md, maintainers/README.md and other contributing documentation in corresponding paths.

Add a 👍 reaction to pull requests you find important.

flokli and others added 29 commits June 8, 2026 21:17
emilylange and others added 21 commits June 9, 2026 13:30
Removed in recent PR but example is non deterministic and not safe on
darwin.
If the tar is a zstd-compressed, we need to add zstd to
nativeBuildInputs to unpack the source. TensorRT 11.0.0 has switched to
.tar.zst for their redistributables.
@elliotberman elliotberman force-pushed the tensorrt-11.0.0 branch 3 times, most recently from e91805f to 0b18c4f Compare June 9, 2026 17:36
See https://developer.nvidia.com/tensorrt/download/11x announcements
for details.

Format       Filename pattern
Tar (10.x)   TensorRT-<version>.<os>.<arch>-gnu.cuda-<cuda_version>.tar.gz
Tar (11.x)   TensorRT-<product>-<product_version>-<os>-<arch>-cuda-<cuda_version>-Release-external.tar.zst
Zip (10.x)   TensorRT-<version>.<os>.<arch>.cuda-<cudaver>.zip
Zip (11.x)   TensorRT-<product>-<product_version>-<os>-<arch>-cuda-<cuda_version>-Release-external.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.