Releases: NervanaSystems/ngraph
nGraph v0.18.0-rc.2
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
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
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
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
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
Padop takesCoordinateDiffinstead ofShapepad values to allow for negative padding.
nGraph v0.16.0-rc.3
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
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
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
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
Release Candidate 2 of nGraph 0.15.1
Fixes missing library links issue.