Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chengchiwang committed Apr 29, 2020
1 parent 1e7d184 commit e7173f1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.3.0] - 2020-04-30 Cheng-Chi Wang <chengchi@skymizer.com>
### Added
- New operators - Clip, Max, Min, ReduceMean, and PRelu.
- Integration with MKLDNN - The ONNC library can call Intel MKLDNN library for accelerating the computation of convolution and Gemm (matrix multiplication) on Intel CPU.
- C Backend
- ONNC can compile models into C files.
- ONNC provides a library containing function implementation for 116 neural network operators defined according to ONNX rel-1.3.0 specification.

## [1.0.0] - 2019-3-11 Der-Yu Tsai <a127a127@skymizer.com>
### Added
- NVDLA Backend
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ONNC (Open Neural Network Compiler) is a retargetable compilation framework desi

## Current Status

* [v1.2.0](https://github.com/ONNC/onnc/releases)
* [v1.3.0](https://github.com/ONNC/onnc/releases)

## How to contribute

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.3.0

0 comments on commit e7173f1

Please sign in to comment.