Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Releases: NervanaSystems/ngraph

nGraph v0.18.0-rc.2

10 Apr 21:56
c5d52f1

Choose a tag to compare

nGraph v0.18.0-rc.2 Pre-release
Pre-release

Release Candidate 2 of nGraph 0.18.0

  • Event tracing improvements
  • Gaussian error function
  • Begin tracking framework node names
  • ONNX quantization
  • More fusions

nGraph v0.18.0-rc.1

09 Apr 20:15

Choose a tag to compare

nGraph v0.18.0-rc.1 Pre-release
Pre-release

Release Candidate 1 of nGraph 0.18.0

  • Event tracing improvements
  • Gaussian error function
  • Begin tracking framework node names
  • ONNX quantization
  • More fusions

nGraph v0.18.0-rc.0

09 Apr 18:33

Choose a tag to compare

nGraph v0.18.0-rc.0 Pre-release
Pre-release

Release Candidate 0 of nGraph 0.18.0

  • Event tracing improvements
  • Gaussian error function
  • Begin tracking framework node names
  • ONNX quantization
  • More fusions

nGraph v0.17.0-rc.1

04 Apr 00:40
045b71e

Choose a tag to compare

nGraph v0.17.0-rc.1 Pre-release
Pre-release

Release Candidate 1 of nGraph 0.17.0

  • Allow negative padding in more places
  • Add code generation for some quantized ops
  • Preliminary dynamic shape support
  • initial distributed ops
  • Fixes reference convolution accumulation bug

API Changes

  • Pad op takes CoordinateDiff instead of Shape pad values to allow for negative padding.

nGraph v0.17.0-rc.0

29 Mar 21:07

Choose a tag to compare

nGraph v0.17.0-rc.0 Pre-release
Pre-release

Release Candidate 0 of nGraph 0.17.0

  • Allow negative padding in more places
  • Add code generation for some quantized ops
  • Preliminary dynamic shape support
  • initial distributed ops

API Changes

  • Pad op takes CoordinateDiff instead of Shape pad values to allow for negative padding.

nGraph v0.16.0-rc.3

28 Mar 15:08
0f925f0

Choose a tag to compare

nGraph v0.16.0-rc.3 Pre-release
Pre-release

Release Candidate 3 of nGraph 0.16.0

NodeInput and NodeOutput classes prepares for simplifications of Node
Test improvements
Additional quantization ops
Build improvements
Performance improvements
Fix memory leak
Concat optimization
Doc updates

nGraph v0.16.0-rc.2

26 Mar 01:23
5b9b098

Choose a tag to compare

nGraph v0.16.0-rc.2 Pre-release
Pre-release

Release Candidate 2 of nGraph 0.16.0

NodeInput and NodeOutput classes prepares for simplifications of Node
Test improvements
Additional quantization ops
Build improvements
Performance improvements
Fix memory leak
Concat optimization

nGraph v0.16.0-rc.1

25 Mar 23:56
6cf0012

Choose a tag to compare

nGraph v0.16.0-rc.1 Pre-release
Pre-release

Release Candidate 1 of nGraph 0.16.0

NodeInput and NodeOutput classes prepares for simplifications of Node
Test improvements
Additional quantization ops
Build improvements
Performance improvements
Fix memory leak

nGraph v0.16.0-rc.0

18 Mar 23:50

Choose a tag to compare

nGraph v0.16.0-rc.0 Pre-release
Pre-release

Release Candidate 0 of nGraph 0.16.0

NodeInput and NodeOutput classes prepares for simplifications of Node
Test improvements
Additional quantization ops
Build improvements

nGraph v0.15.1-rc.2

14 Mar 18:00

Choose a tag to compare

nGraph v0.15.1-rc.2 Pre-release
Pre-release

Release Candidate 2 of nGraph 0.15.1

Fixes missing library links issue.