|
28 | 28 | * Add Einsum defusion in kneronnxopt. |
29 | 29 | * Support Cast to int64 in knerex and compiler. |
30 | 30 | * Support HardSwish, Topk and Split nodes in knerex and compiler. |
31 | | - * Update the regression flow log printing. Print success log seperately from errors to avoid confusing. |
| 31 | + * Update the regression flow log printing. Print success log separately from errors to avoid confusing. |
32 | 32 | * Update IP evaluator for DMA with small length. |
33 | 33 | * Fix the kneronnxopt bug in `replace_Gather_with_Slice`. |
34 | 34 | * Fix the knerex bug: node Concat channel mismatch. |
|
40 | 40 | * Add `const_in_bitwidth_mode` option for quantization. The default is int16. Unless the customer particularly desires to increase the speed, it can be changed to int8 |
41 | 41 | * Update analyzer exception log. |
42 | 42 | * Update kneronnxopt to set expanding dilated Conv to False by default. |
43 | | - * Update kneronnxopt to diable fusing BatchNormalization into Conv by default. |
| 43 | + * Update kneronnxopt to disable fusing BatchNormalization into Conv by default. |
44 | 44 | * Update compiler for the deep search memory estimation algorithm. |
45 | 45 | * Update compiler to extend the timeout for deep search. |
46 | 46 | * Update compiler to change expt/log/softmax to 16b. |
|
51 | 51 | * **[v0.31.0]** |
52 | 52 | * **Introduce `quan_config` for `ModelConfig.analysis` for more detailed quantization configuration.** |
53 | 53 | * **Add `ktc.opt_and_eval` command for quick onnx optimization and evaluation.** |
54 | | - * **Remove deprecated `compilerIpevaluator_730.sh` and add warning messages to other depecated scritps.** |
| 54 | + * **Remove deprecated `compilerIpevaluator_730.sh` and add warning messages to other deprecated scripts.** |
55 | 55 | * Add `compiler_tiling` option for IP evaluator. |
56 | 56 | * Add `--clear-shapes` and `--replace-avgpool-with-conv` flags to kneronnxopt. |
57 | 57 | * Add `--seperate` flag to kneronnxopt.onnx_vs_onnx for detailed output comparison. |
|
188 | 188 | * Support text procssing models. |
189 | 189 | * Set flatbuffer as the default 720 compiling mode. |
190 | 190 | * Refactor compiler and analyser inner structure. |
191 | | - * **Due to the structure change, batch compiler do not backwark support previous bie files.** |
| 191 | + * **Due to the structure change, batch compiler do not backward support previous bie files.** |
192 | 192 | * Refactor toolchain manual. |
193 | 193 | * Bug fixes. |
194 | 194 | * **[v0.19.0]** |
|
198 | 198 | * ktc: Add `mode`, `optimize`, `export_dynasty_dump` argument to analysis. |
199 | 199 | * ktc: Set `skip_verify` in analysis as deprecated. |
200 | 200 | * regression: Add optimize option for optimization level selection. |
201 | | - * regression: Fix interface to asure platform is integer. |
| 201 | + * regression: Fix interface to assure platform is integer. |
202 | 202 | * converter: Add 720 batch process with `--opt-720` flag. |
203 | 203 | * converter: Add enable shared weight duplication flag `-d`. By default, shared weights are no longer duplicated. |
204 | | - * converter: Remove `-s` flag since it is now the default behavious. |
| 204 | + * converter: Remove `-s` flag since it is now the default behavior. |
205 | 205 | * converter: Optimize debug output. |
206 | 206 | * compiler: Fix RDMA not correctly executed. |
207 | 207 | * E2E simulator: Change dynasty library fetching method. |
|
0 commit comments