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

Releases: NervanaSystems/ngraph-tf

Release v0.12.0

18 Apr 04:30
Compare
Choose a tag to compare

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
  • 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

12 Apr 18:25
Compare
Choose a tag to compare
Release v0.12.0-rc6 Pre-release
Pre-release

Dependency information

TensorFlow v1.13.1
nGraph v0.18.0-rc.2

Release v0.12.0-rc5

10 Apr 17:17
Compare
Choose a tag to compare
Release v0.12.0-rc5 Pre-release
Pre-release

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

09 Apr 06:11
Compare
Choose a tag to compare
Release v0.12.0-rc4 Pre-release
Pre-release

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

04 Apr 21:11
Compare
Choose a tag to compare
v0.12.0-rc3 Pre-release
Pre-release

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

02 Apr 01:05
Compare
Choose a tag to compare
Release v0.12.0-rc2 Pre-release
Pre-release

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

27 Mar 14:17
Compare
Choose a tag to compare
Release v0.12.0-rc1 Pre-release
Pre-release

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

14 Mar 23:23
Compare
Choose a tag to compare
Release v0.12.0-rc0 Pre-release
Pre-release

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

21 Feb 07:08
7d1992e
Compare
Choose a tag to compare

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

20 Feb 15:06
63a1b4c
Compare
Choose a tag to compare
Release v0.11.0-rc1 Pre-release
Pre-release

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