Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
N
ngraph
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ngraph
Commits
7dc2f96a
Commit
7dc2f96a
authored
Jul 23, 2019
by
Leona C
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove prerelease content
parent
e5991ade
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
18 deletions
+22
-18
buildlb.rst
doc/sphinx/source/buildlb.rst
+13
-13
release-notes.rst
doc/sphinx/source/project/release-notes.rst
+9
-5
No files found.
doc/sphinx/source/buildlb.rst
View file @
7dc2f96a
...
...
@@ -5,7 +5,7 @@ Build and Test
###############
* :ref:`default_ngflags`
*
:ref:`ngraph_plaidml_backend`
..
:ref:`ngraph_plaidml_backend`
There are a few common paths to take when manually building the |project|
from source code. Today nGraph supports various developers working on all
...
...
@@ -161,17 +161,17 @@ The process documented here will work on CentOS 7.4.
$ make && sudo make install
..
_ngraph_plaidml_backend:
..
.. _ngraph_plaidml_backend: hide this until announcement is official
Building nGraph-PlaidML from source
===================================
..
Building nGraph-PlaidML from source
..
===================================
The following instructions will create the ``~/ngraph_plaidml_dist``
locally:
..
The following instructions will create the ``~/ngraph_plaidml_dist``
..
locally:
#. Ensure you have installed the :ref:`prerequisites` for your OS.
..
#. Ensure you have installed the :ref:`prerequisites` for your OS.
#. Install the prerequisites for the backend. Our hybrid ``NGRAPH_PLAIDML``
..
#. Install the prerequisites for the backend. Our hybrid ``NGRAPH_PLAIDML``
backend works best with Python3 versions. We recommend that you use a
virtual environment, due to some of the difficulties that users have
seen when trying to install outside of a venv.
...
...
@@ -182,20 +182,20 @@ locally:
$ pip install plaidml
$ plaidml-setup
#. Clone the source code, create and enter your build directory:
..
#. Clone the source code, create and enter your build directory:
.. code-block:: console
$ git clone https://github.com/NervanaSystems/ngraph.git
$ cd ngraph && mkdir build && cd build
#. Prepare the CMake files as follows:
..
#. Prepare the CMake files as follows:
.. code-block:: console
$ cmake .. -DCMAKE_INSTALL_PREFIX=~/ngraph_plaidml_dist -DNGRAPH_CPU_ENABLE=OFF -DNGRAPH_PLAIDML_ENABLE=ON
#. Run :command:`make` and ``make install``. Note that if you are building
..
#. Run :command:`make` and ``make install``. Note that if you are building
outside a local or user path, you may need to run ``make install`` as the
root user.
...
...
@@ -210,8 +210,8 @@ locally:
tests can be run when PlaidML devices are available at the machine
level.
For more about working with the PlaidML backend from nGraph, see our
API documentation :doc:`backends/plaidml-ng-api/index`.
..
For more about working with the PlaidML backend from nGraph, see our
..
API documentation :doc:`backends/plaidml-ng-api/index`.
macOS\* development
...
...
doc/sphinx/source/project/release-notes.rst
View file @
7dc2f96a
...
...
@@ -16,14 +16,19 @@ We are pleased to announce the release of version |version|-doc.
Core updates for |version|
~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ Better PlaidML support
+ More ONNX ops
+ Elementwise divide defaults to Python semantics
+ GenerateMask seed optional
+ Graph visualization improvements
+ Preserve control dependencies in more places
+ GetOutputElement has single input
Latest doc updates
~~~~~~~~~~~~~~~~~~
+ Add instructions how to build ``NGRAPH_PLAIDML`` backend.
.. Latest doc updates
.. ~~~~~~~~~~~~~~~~~~
.. + Add instructions how to build ``NGRAPH_PLAIDML`` backend.
.. important:: Pre-releases (``-rc-0.*``) have newer features, and are less stable.
...
...
@@ -35,7 +40,6 @@ Changelog on Previous Releases
0.23
----
+ PlaidML support
+ More ONNX ops
+ Elementwise divide defaults to Python semantics
+ GenerateMask seed optional
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment