You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Model: Fast-FoundationStereo, exported from the NGC checkpoint (nvidia/tao/fast-foundationstereo v1.2, model_best_bp2_serialize.pth) with the official scripts/make_single_onnx.py (NVlabs/Fast-FoundationStereo, opset 17), --height 288 --width 480 --valid_iters 4, exporter run in nvcr.io/nvidia/pytorch:25.06-py3-igpu
Failure (identical on both TRT versions, fp32 — no precision flags involved)
TRT 10.14.1:
Error[9]: Skipping tactic 0x0 due to exception [myelin_graph.h:1182] MyelinCheckException:
nvrtc_compile.cpp:1118: CHECK(success) failed. NVRTC Compilation failure
Error[10]: IBuilder::buildSerializedNetworkToStream: Error Code 10: Internal Error
(Could not find any implementation for node {ForeignNode[/Concat.../Unsqueeze_166]}.)
TRT 11.2.1.2:
MyelinCheckException: nvrtc_compile.cpp:1122: CHECK(success) failed. NVRTC Compilation failure
Error Code 10: Internal Error (Could not find any implementation for node {ForeignNode[/Concat.../Cast_118]}.)
Additional data points
An older single-ONNX export of the same model (576x960, iters_8, exported ~May 2026 with an older torch) builds and runs correctly in fp32 on the same machine/TRT 10.14.1 (1199 ms) — the failure is specific to graph patterns emitted by the newer exporter/torch.
fp16 builds of the older export segfault the TRT compiler on SM110 (10.13.3 and 10.14.1; July 2026 finding).
Full FoundationStereo-S (NGC dynamic ONNX) at 288x480 builds fp32 on 10.14.1 (1052 ms) — so small dims per se are fine.
Title: Myelin NVRTC compilation failure on Jetson Thor (SM110) building Fast-FoundationStereo — reproduces on TRT 10.14.1 and 11.2.1.2
Environment
tensorrtcu13 aarch64, python API)nvidia/tao/fast-foundationstereov1.2,model_best_bp2_serialize.pth) with the officialscripts/make_single_onnx.py(NVlabs/Fast-FoundationStereo, opset 17),--height 288 --width 480 --valid_iters 4, exporter run innvcr.io/nvidia/pytorch:25.06-py3-igpuFailure (identical on both TRT versions, fp32 — no precision flags involved)
TRT 10.14.1:
TRT 11.2.1.2:
Additional data points
Questions
make_plugin_onnx.py+ cpp plugin) the intended deployment route on Thor today?trtexec --fp16?Full build logs and both ONNX files available on request.