Commit a6df47e3 authored by Leona C's avatar Leona C Committed by Scott Cyphers

Update section on Homomorphic Encryption transformer (#2879)

* Update section on Homomorphic Encryption transformer

* Make sure other updated files get added to git commit

* Clarify that rc versions may have newer features and may be less stable.

* Prettier formatting because vectors are important

* Minor review changes
parent fe370177
...@@ -220,7 +220,7 @@ To perform unit tests on the install: ...@@ -220,7 +220,7 @@ To perform unit tests on the install:
$ make check $ make check
.. _doxygen: https://www.stack.nl/~dimitri/doxygen/ .. _doxygen: http://www.doxygen.nl/index.html
.. _Sphinx: http://www.sphinx-doc.org/en/stable/ .. _Sphinx: http://www.sphinx-doc.org/en/stable/
.. _breathe: https://breathe.readthedocs.io/en/latest/ .. _breathe: https://breathe.readthedocs.io/en/latest/
.. _llvm.org: https://www.llvm.org .. _llvm.org: https://www.llvm.org
......
.. project/extras.rst .. project/extras.rst
####### #######
Extras Extras
####### #######
Homomorphic Encryption (HE)
===========================
* `Deep Learning on Encrypted Data with HE Transformer for nGraph`_ * **Encryption with Intel® HE transformer for nGraph™**
* The `Intel HE_transformer`_ enables deep encryption with nGraph Backends.
* `Blog post`_ with `examples`_
.. note:: Some implementations using TensorFlow* may also work with the
`nGraph Bridge repo`_ if older versions of ``ngraph-tf`` are not
available.
.. _nGraph Bridge repo: https://github.com/tensorflow/ngraph-bridge
.. _Intel HE_transformer: https://github.com/NervanaSystems/he-transformer
.. _Blog post: https://www.intel.ai/he-transformer-for-ngraph-enabling-deep-learning-on-encrypted-data/
.. _Deep Learning on Encrypted Data with HE Transformer for nGraph: https://www.intel.ai/he-transformer-for-ngraph-enabling-deep-learning-on-encrypted-data/ .. _examples: https://github.com/NervanaSystems/he-transformer#examples
\ No newline at end of file \ No newline at end of file
...@@ -3,17 +3,24 @@ ...@@ -3,17 +3,24 @@
Release Notes Release Notes
############# #############
The latest |version| download below For downloads formatted as ``.zip`` and ``tar.gz``, see https://github.com/NervanaSystems/ngraph/releases;
* `Format .zip`_
* `Format tar.gz`_
See also: https://github.com/NervanaSystems/ngraph/releases for previous versions.
.. important:: Pre-releases (``-rc-0.*``) have newer features, and are less stable.
CHANGELOG |release| CHANGELOG |release|
=================== ===================
+ 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 by ``node.hpp``
- ``op/parameter_vector.hpp`` replaced by ``op/parameter.hpp``
- ``op/result_vector.hpp`` replaced by ``op/result.hpp``
+ Additional ONNX ops
+ Add graph visualization tools to doc + Add graph visualization tools to doc
+ Update doxygen to be friendlier to frontends + Update doxygen to be friendlier to frontends
...@@ -21,6 +28,7 @@ CHANGELOG |release| ...@@ -21,6 +28,7 @@ CHANGELOG |release|
Changelog Changelog
========= =========
nGraph v0.18.1 nGraph v0.18.1
-------------- --------------
...@@ -57,7 +65,3 @@ nGraph v0.16.0-rc.3 ...@@ -57,7 +65,3 @@ nGraph v0.16.0-rc.3
+ Fix memory leak + Fix memory leak
+ Concat optimization + Concat optimization
+ Doc updates + Doc updates
.. _Format .zip: https://github.com/NervanaSystems/ngraph/archive/v0.19.0-rc.0.zip
.. _Format tar.gz: https://github.com/NervanaSystems/ngraph/archive/v0.19.0-rc.0.tar.gz
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment