- Hardware Platform (Jetson / GPU)
GPU: NVIDIA RTX PRO 500 Blackwell Generation Laptop GPU (compute capability 12.0)
- DeepStream Version
DeepStream 7.1 (building from nvcr.io/nvidia/deepstream container)
- JetPack Version (valid for Jetson only)
N/A (dGPU platform)
- TensorRT Version
TensorRT v100300
- NVIDIA GPU Driver Version (valid for GPU only)
Driver Version: 580.105.08
- Issue Type (questions, new requirements, bugs)
Bug
[02/04/2026-16:19:40] [E] Error[1]: IBuilder::buildSerializedNetwork: Error Code 1: Internal Error (Unsupported SM: 0xc00)
[02/04/2026-16:19:40] [E] Engine could not be created from network
[02/04/2026-16:19:40] [E] Building engine failed
[02/04/2026-16:19:40] [E] Failed to create engine from model or file.
[02/04/2026-16:19:40] [E] Engine set up failed
&&&& FAILED TensorRT.trtexec [TensorRT v100300] # trtexec --onnx=/models/e91ed15ffef9400787a1fa69e328cd3a/ghost_reid.onnx --saveEngine=/models/e91ed15ffef9400787a1fa69e328cd3a/ghost_reid.engine --minShapes=input:1x3x384x128 --optShapes=input:4x3x384x128 --maxShapes=input:16x3x384x128 --fp16
- How to reproduce the issue?
I’m attempting to build a DeepStream 7.1 application on a laptop with RTX PRO 500 Blackwell GPU using CUDA Toolkit 12.9/13.0. The goal is to cross-compile for Jetson Orin (sm_87) deployment, but the build process crashes the GPU.
Steps to reproduce:
- Host system: Laptop with NVIDIA RTX PRO 500 Blackwell Generation GPU
- Using CUDA Toolkit 12.9/13.0
- Building DeepStream 7.1 container/application (targeting ARM64/sm_87 for Jetson Orin)
Questions:
- Is RTX PRO 500 Blackwell officially supported for DeepStream 7.1builds (as host build machine)?
- Are there known issues with CUDA 12.9 + Blackwell architecture when building DeepStream?
- Should I use a different CUDA Toolkit version for building on Blackwell while targeting Orin sm_87?
Additional context:
- Target deployment: Jetson Orin (sm_87), not the Blackwell GPU itself
- Previous forum discussions mentioned DeepStream 7.1 doesn’t officially support Blackwell for runtime, but I’m using it only as a build host
Any guidance on stable build configuration or known compatibility issues would be appreciated.