This repository has been archived by the owner on Jan 3, 2023. It is now read-only.
Releases: NervanaSystems/ngraph
Releases · NervanaSystems/ngraph
nGraph v0.21.0
Release 0.21.0 of nGraph
- The offset argument in tensor reads and writes has been removed
- Save/load API
- More ONNX ops
- Better tensor creation
- More shape support
- Provenance improvements
- offset arg for tensor creation is deprecated
- static linking support
nGraph v0.21.0-rc.1
- The offset argument in tensor reads and writes has been removed
- Save/load API
- More ONNX ops
- Better tensor creation
- More shape support
- Provenance improvements
- offset arg for tensor creation is deprecated
- static linking support
nGraph v0.21.0-rc.0
- Save/load API
- More ONNX ops
- Better tensor creation
- More shape support
- Provenance improvements
- offset arg for tensor creation is deprecated
- static linking support
nGraph v0.20.1-rc.0
Release Candidate 0 of nGraph 0.20.1
- Save/load API
- More ONNX ops
- Better tensor creation
- More shape support
- Provenance improvements
- Sort fix
nGraph v0.20.0-rc.1
Release Candidate 1 of nGraph 0.20.0
- Save/load API
- More ONNX ops
- Better tensor creation
- More shape support
- Provenance improvements
nGraph v0.20.0-rc.0
Release Candidate 0 of nGraph 0.20.0
- Save/load API
- More ONNX ops
- Better tensor creation
- More shape support
- Provenance improvements
nGraph v0.19.1
Release 0.19.1 of nGraph
- Fix for performance regression in GraphRewrite passes
nGraph v0.19.1-rc.0
Release Candidate 0 of nGraph 0.19.1
- Fix for performance regression in GraphRewrite passes
nGraph v0.20.0-dev.0
Development preview 0 of nGraph 0.20.0
WARNING: This is not a release candidate. It is a checkpoint for development of other nGraph components.
nGraph v0.19.0
Release 0.19.0 of nGraph
- More dynamic shape preparation
- Distributed interface factored out
- fp16 and bfloat16 types
- codegen execution parameterized by context
- NodeMap, NodeVector, ParameterVector, ResultVector now vectors
node_vector.hpp
replaced bynode.hpp
op/parameter_vector.hpp
replaced byop/parameter.hpp
op/result_vector.hpp
replaced byop/result.hpp
- Additional ONNX ops