diff --git a/docs/release/1.24/index.rst b/docs/release/1.24/index.rst new file mode 100644 index 00000000000..fa169882015 --- /dev/null +++ b/docs/release/1.24/index.rst @@ -0,0 +1,13 @@ +.. ONE documentation master file, created by + sphinx-quickstart on Thu Jul 18 14:08:15 2023. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +1.24 +==== + +.. toctree:: + :maxdepth: 2 + :caption: Contents: + + ./release-note-1.24.0.md diff --git a/docs/release/1.24/release-note-1.24.0.md b/docs/release/1.24/release-note-1.24.0.md new file mode 100644 index 00000000000..9020da8aaf4 --- /dev/null +++ b/docs/release/1.24/release-note-1.24.0.md @@ -0,0 +1,9 @@ +# Release Note 1.24.0 + +## ONE Compiler + +- Introduce _one-import-onnx_ extension interface +- _onecc_ supports profiling of multiple backends with a single cfg file +- Enable more Quantize operator: FloorMod, Squeeze +- _visq_ supports multi-out nodes +- _onecc_ introduces `dynamic_batch_to_single_batch option` option.