summaryrefslogtreecommitdiff
path: root/docs/release/1.11/release-note-1.11.0.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/release/1.11/release-note-1.11.0.md')
-rw-r--r--docs/release/1.11/release-note-1.11.0.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/release/1.11/release-note-1.11.0.md b/docs/release/1.11/release-note-1.11.0.md
new file mode 100644
index 000000000..4b0bf4e40
--- /dev/null
+++ b/docs/release/1.11/release-note-1.11.0.md
@@ -0,0 +1,21 @@
+# Release Note 1.11.0
+
+## ONE Compiler
+
+### Compiler supports more operations
+- MaxPoolWithArgMax by CustomOp
+
+### Changes
+- `one-build` command added as representative command
+- one-cmds are now revised to python script and supports configuration file as input parameters
+- added `rawdata2hdf5` tool to help creating input datasets for calibration
+- added more optimization passes in `one-optimize`; `fuse_preactivation_batchnorm`, `make_batchnorm_gamma_positive` and `fuse_activation_function`
+
+## ONE Runtime
+
+### Runtime backend operation supports more operations and types
+
+- CPU backend
+ - float: AddN, Floor, UniDirectionalSequenceLSTM
+ - uint8: Dequantize, Rank
+ - int8: Dequantize, Rank, Shape