This repository has been archived by the owner on Jan 3, 2023. It is now read-only.
Releases: NervanaSystems/ngraph-tf
Releases · NervanaSystems/ngraph-tf
Release v0.12.0
Major changes and bug fixes
- Added nGraph support for TensorFlow Variable Ops and optimizers to eliminate unnecessary copy of tensors between device and host memory during training iterations
- Use the following build option to enable this feature:
--enable_variables_and_optimizers
- Use the following build option to enable this feature:
- Build option to enable Grappler based nGraph integration:
--use_grappler_optimizer
- Bazel build script now uses grappler to connect nGraph to TensorFlow
- Added API to query cxx11_abi and the above build options:
cxx11_abi_flag()
- Enhanced Grappler based graph rewriting
Dependency information
TensorFlow v1.13.1
nGraph v0.18.0
Release v0.12.0-rc6
Dependency information
TensorFlow v1.13.1
nGraph v0.18.0-rc.2
Release v0.12.0-rc5
Major changes and bug fixes
- nGraph version upgrade
- Added feature to support keeping tensor on the device memory during training iterations
- To enable this use this flag for build_ngtf.py: --enable_variables_and_optimizers
Dependency information
TensorFlow v1.13.1
nGraph v0.18.0-rc.1
Release v0.12.0-rc4
Major changes and bug fixes
- Replaced the Event with ngraph::Event module and associated cleanups
- Fixed bazel build and added to the test_runner.py.
- Added support for including nGraph include files to the Python Whl
- Added
ngraph_tf_cxx11_abi_flag()
API that returns the value of the_GLIBCXX_USE_CXX11_ABI
used building the bridge and nGraph library.
Dependency information (no change from last time)
TensorFlow v1.13.1
nGraph v0.17.0-rc.1
v0.12.0-rc3
Major changes and bug fixes
- nGraph version upgraded to v0.17.0-rc.1
- Updated Pad Op and added unit tests
Dependency information
TensorFlow v1.13.1
nGraph v0.17.0-rc.1
Release v0.12.0-rc2
Major changes and bug fixes
- nGraph version upgraded to v0.16.0-rc.3
- Added Grappler optimizer based integration to TensorFlow
- Implement Quantized avgpool, Quantizedconcat, Onehot ops
- Add support for CentOS 7.6 builds in docker containers
Dependency information
TensorFlow v1.13.1
nGraph v0.16.0-rc.3
Release v0.12.0-rc1
Major changes and bug fixes
- TensorFlow version upgraded to 1.13.1
- Removed the build option 3 documentation
- Added event tracing. To enable use:
NGRAPH_TF_ENABLE_TRACING
- More unit tests
Dependency information
TensorFlow v1.13.1
nGraph v0.16.0-rc.2
Release v0.12.0-rc0
Major changes and bug fixes
- Added timing information for critical computation areas
- More support for Quantization
- Fixed the bazel build (missing symbol error)
- Added more diagnostics for AllReduce debugging.
- Fixed broken unit tests for GPU and custom hardware.
- Added support to build and test nGraph GPU backend.
- Added scripts for inference accuracy verification tests.
Dependency information
TensorFlow v1.12.0
nGraph v0.15.1-rc.2
Release v0.11.0
Changes and bug fixes
- Unit test fix on Mac OS
- Documentation update
Dependency information
TensorFlow v1.12.0
nGraph v0.14.0
Release v0.11.0-rc1
Changes and bug fixes
- Added support for bazel based build for the C++ library for nGraph-TensorFlow bridge.
- Added more diagnostic logs for memory and timing profile
Dependency information
TensorFlow v1.12.0
nGraph v0.14.0-rc.1