forked from Samsung/ONE
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit is a release note for 1.24.0. ONE-DCO-1.0-Signed-off-by: seongwoo <[email protected]>
- Loading branch information
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |