1. 20 Jun, 2018 1 commit
  2. 06 Jun, 2018 1 commit
  3. 04 Jun, 2018 1 commit
    • Robert Kimball's avatar
      Modernize cmake usage (#1032) · eef750df
      Robert Kimball authored
      * Update cmake files to more modern approach
      
      * disable building libraries that are not required
      
      * handle more build cases
      
      * add versions to backend libs. add start of package target.
      
      * add create_backend to backends
      
      * temporary workaround to tbb not linking correctly with gcc
      
      * install codegen lib
      
      * force tbb to link to the cpu backend so that it is available for codegen
      
      * fix clang build error
      
      * fix warning for codegen build
      
      * update cuda header paths
      
      * change error message for opening backend shared library
      
      * set lib path
      eef750df
  4. 21 May, 2018 1 commit
    • L.S. Cook's avatar
      Docs/editing (#1026) · 98740cd7
      L.S. Cook authored
      * editing how to execute computation file for clarity and linenos
      
      * Add placeholder for runtime docs
      
      * Update section on backends, interpreter, and FPGA options
      
      * add updated master to fix python_ci
      
      * Weird autosummary issue reverted
      
      * Clarify new section
      
      * remove renamed file
      
      * sentence structure
      98740cd7
  5. 15 May, 2018 1 commit
    • L.S. Cook's avatar
      Leona/onnxdoc2 (#1013) · 60d39747
      L.S. Cook authored
      * Make sure that generating pyapi does not throw errors due to directory structureor linenos
      
      * update docs
      
      * one blank line instead of two
      
      * blank line error resolve
      60d39747
  6. 11 May, 2018 2 commits
  7. 10 May, 2018 1 commit
  8. 08 May, 2018 4 commits
    • L.S. Cook's avatar
      Leona/doc cleanup 2 (#946) · 22ea1f95
      L.S. Cook authored
      * doc updates
      
      * test add section on transformers to graph basics
      
      * Fix typo on abs
      
      * Adding more background and detail for graph-building concepts unique to nGraph
      
      * First pass at updating nGraph basics for StackOverflow kinds of questions
      
      * Forgot to add a file
      
      * Update for new naming and capitalization conventions
      
      * add edits from first PR review
      
      * More updates from PR review
      22ea1f95
    • Adam Rogowiec's avatar
      [Py] (Partially) automatic generation of python API doc (#973) · 11ec6449
      Adam Rogowiec authored
      * First version of nGraph Python API documentation pages.
      
      * Remove use of (`) apostrophes since they generate Sphinx warnings.
      
      * Fix submodule rendering in Sphinx PythonAPI docs
      
      * Add updated index and conf py files
      
      * Updated version of Python API doc.
      
      * Better description for the autosummary
      
      * FIX: Disable autogeneration of summary files in documentation.
      
      * Remove redundant file containing duplicate information.
      
      * Remove unused Sphinx extensions.
      
      * (Partially) automatic generation of python API doc.
      
      - Detailed documentation is generated automatically
      - Summaries are generated automatically for all files except runtime.py
        which is parsed incorrectly.
      - No additional steps required. Only run `make html`. Under the hood there
        is lunched script which generates all required files to some temporary
        directory under `/tmp/sphinx_auto_py_doc/` and copied to docs directory
        afterwards.
      - Remove `autosummary_generate` from in configuration file since we use
        custom script which performs this step.
      
      * Review update.
      
      * Automatically generated stub files for doc.
      
      - Added just few empty lines which has been removed during recent merge.
      11ec6449
    • Jayaram Bobba's avatar
      Computation reuse (#945) · 41c50b44
      Jayaram Bobba authored
      * Make temp memory pools static to avoid memory allocation overheads
      
      * Initial implementation for graph control to enable caching and computation reuse
      
      * Added sphinx documentation
      
      * Turned off memory buffer reuse in CPU transformer to support computation reuse. Added unit test
      
      * Change memoizable to cacheable
      
      * Change memoizable to cacheable
      
      * Rename variables
      41c50b44
    • Adam Rogowiec's avatar
      [Py] Fix Python API doc. (#921) · 882e721c
      Adam Rogowiec authored
      * First version of nGraph Python API documentation pages.
      
      * Remove use of (`) apostrophes since they generate Sphinx warnings.
      
      * Fix submodule rendering in Sphinx PythonAPI docs
      
      * Add updated index and conf py files
      
      * Updated version of Python API doc.
      
      * Better description for the autosummary
      
      * FIX: Disable autogeneration of summary files in documentation.
      882e721c
  9. 01 May, 2018 1 commit
  10. 30 Apr, 2018 1 commit
  11. 27 Apr, 2018 2 commits
  12. 26 Apr, 2018 3 commits
  13. 23 Apr, 2018 1 commit
  14. 20 Apr, 2018 1 commit
  15. 16 Apr, 2018 2 commits
  16. 13 Apr, 2018 2 commits
    • Robert Kimball's avatar
      Remove legacy Backend API (#848) · ec501913
      Robert Kimball authored
      * remove deprecated
      
      * remove all legacy Backend API usage
      
      remove deprecated files
      
      * pull in changes from master
      
      * fix GPU calls
      
      * disable tests in convolution generator
      
      * update per PR comments. Enable performance counter feature.
      
      * update per PR comments
      
      * fix build error
      
      * fix conditionally compiled test :(
      ec501913
    • Scott Cyphers's avatar
      BatchNorm documentation (#856) · 1e091f6f
      Scott Cyphers authored
      * BatchNorm documentation
      
      * Fix typo, install URL
      
      * Switch to desired BatchNorm
      1e091f6f
  17. 10 Apr, 2018 1 commit
  18. 09 Apr, 2018 2 commits
    • L.S. Cook's avatar
      Editing so far for review and feedback (#813) · a2ab7b50
      L.S. Cook authored
      * WIP editing so far for review and feedback
      
      * Add missing env var export for neon install new process
      
      * Add modified venv setup for TF
      
      * More edits for FW integration and landpage
      
      * Revise from PR feedback
      
      * More PR feedback and editing for clarity
      
      * Minor rewording, clearer explanation
      
      * Final pass edit
      
      * more editing
      a2ab7b50
    • Robert Kimball's avatar
      New backend/transformer API (#739) · 777600c6
      Robert Kimball authored
      * force backend compile() to make a copy of the graph
      
      fix copy_with_new_args on ops that have function pointers internal
      
      update unit test for new backend API
      
      add unit test for multiple simulataneous backends
      
      * move get_subdevices virtual method to Manager class
      
      * update GPU to latest
      
      * update call methods
      
      * add remove_compiled_function()
      777600c6
  19. 04 Apr, 2018 2 commits
  20. 03 Apr, 2018 1 commit
  21. 29 Mar, 2018 2 commits
  22. 28 Mar, 2018 1 commit
  23. 26 Mar, 2018 2 commits
    • Adam Procter's avatar
      Increment version number to 0.2.0 (#758) · d2e23dea
      Adam Procter authored
      d2e23dea
    • L.S. Cook's avatar
      Leona/neon install 2 (#731) · 393a27e2
      L.S. Cook authored
      * update CentOS requs
      
      * doc link imports title of section so remove redundant word
      
      * CentOS getting its own section for install
      
      * don't need both http and ssh clone for centos
      
      * don't need to be root to install ngraph
      
      * Integrate PR comments
      
      * Update section on CentOS install for nGraph with PR feedback
      393a27e2
  24. 23 Mar, 2018 1 commit
  25. 22 Mar, 2018 1 commit
  26. 20 Mar, 2018 1 commit
  27. 19 Mar, 2018 1 commit
    • L.S. Cook's avatar
      Doc validation2 (#684) · 25720a80
      L.S. Cook authored
      * File renaming missed in git add earlier
      
      * More doc validation for neon install
      
      * Typo on sphinx syntax for ordered list
      
      * Missed a delete
      
      * More clarity on optional steps WRT virtualenv and opt dirs
      
      * Rendering subbullets as bullets for clarity and fix typo
      
      * New docbuild graphic now working
      
      * Framework intg guide updated with ngraph-neon doc improvements
      25720a80