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
Update documented/runtime baseline for TensorRT 11.x and CUDA 13.3.
Remove the legacy weak precision builder-flag path from the native ONNX builder.
Treat Precision.fp16 as model precision intent instead of calling removed TensorRT flags; use typed ONNX graphs, ModelOpt AutoCast, or Q/DQ nodes for reduced precision.
Move CI container metadata to the newest verified TensorRT NGC tag, 26.05-py3.
Clean up local/macOS development imports and Linux build warnings.
Validation
Local: swift build --target TensorRT and swift build --target TensorRTTests.
Ubuntu RTX 4090 host: Swift 6.3.2, TensorRT 11.1/CUDA 13.3, swift test passed with 23 tests and no compiler warnings.