Skip to content

v0.0.6

Latest

Choose a tag to compare

@zamderax zamderax released this 19 Jun 20:20

What's Changed

  • Upgrade the package baseline to Swift 6.3+.
  • 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.