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

Release v0.12.0

Latest
Compare
Choose a tag to compare
@avijit-nervana avijit-nervana released this 18 Apr 04:30

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