1. 01 Jan, 2020 1 commit
  2. 17 Jul, 2019 1 commit
  3. 03 Jan, 2019 1 commit
  4. 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
  5. 16 Apr, 2018 1 commit
  6. 17 Mar, 2018 2 commits
    • Sang Ik Lee's avatar
      [v0.1.0] Silee2/python binding (#674) · feeaed57
      Sang Ik Lee authored
      * Remove unsupported linker flags for Mac build.
      
      * Restructure python binding.
      Put low level direct wrapper for ngraph c++ API into ngraph/impl
      Move high level API from ngraph_api to ngraph
      
      * Move CMakeLists.txt to its own PR
      feeaed57
    • L.S. Cook's avatar
      [v0.1.0] Cleanup docs (#660) · 972033c9
      L.S. Cook authored
      * Cleanup docs
      
      * Fix typo on syntax
      
      * Update about page with Tunde's v2 of ngraph-ecostystem graphic
      
      * Incorporating feedback from PR reviews
      
      * Add more prereqs to table
      
      * Cleanup neon install documentation
      
      * fix doc build warnings
      
      * Make sure Tundes v3 graphic links properly
      
      * Add detail about ONNX imports to README as requested
      
      * Fix the broken merge
      972033c9
  7. 15 Mar, 2018 1 commit
    • L.S. Cook's avatar
      Prerelease docreview (#652) · 790ca60f
      L.S. Cook authored
      * add some docs for onnx
      
      * Update install documentation
      
      - Clarify the make -j use case from bob's PR
      - Fix the words to be less wordy in some places - unit test does
        not need its own section
      - Add placeholder for onnx integration discussion w Michal
      - See if doxyfile adjustment can build docs faster
      
      * Update install documentation
      
      - Clarify the make -j use case from Bob's PR with Adam's suggestion
      - Fix the words to be less wordy in some places - unit test does
        not need its own section
      - Add placeholder for onnx integration discussion w Michal
      - Fix Framework Integration Guide top links to be bullets
      - See if doxyfile adjustment can build docs faster
      - Fix grammar to the rendered title of embedded link
      
      * Update framework-integration-guides.rst
      
      * Update install.rst
      
      * Update install.rst
      
      * WIP review docs for onnx tutorial
      
      - Fixed install instructions to clariy use of make -j as per discussion
      - Added tutorial on how to run inference for CIFAR10 ResNet
      - Condensed some instructions to involve less clicks when reading on web
      
      * Friendly API for Ngraph++ Python bindings
      
      * Preview doc build for review
      
      * Preview doc build for review small edit
      
      * More collab editing changes
      
      * Make sure intro gets updated in both places
      
      * Really add the changes this time
      
      * PR review comments added
      
      * Match changes made on 79c77fdd to resolve merge conflict
      790ca60f
  8. 02 Mar, 2018 1 commit
  9. 09 Feb, 2018 2 commits
  10. 31 Jan, 2018 1 commit
    • L.S. Cook's avatar
      Amazon codeshare (#429) · 0bf21af9
      L.S. Cook authored
      * WIP on finding a good format for op docs in RST
      
      * A few more scribbles
      
      * fix up branch for Amazon code share
      
      * add conf.py configuration details from aproctor's branch for doxy-breathe integration
      
      * update section on how to build the documentation with breathe install details
      
      * Remove empty file on training, update framework integration notes
      
      * Add CentOS stub, fix spelling, core op definition, add to glossary.
      
      * more documentation cleanup on README and installation and testing
      
      * more cleanup of docs for TernsorFlow
      
      * Simplify Dot Autodiff (#412)
      
      * Simplify Dot Autodiff
      
      * remove commented code
      
      * Remove TupleType, ValueType (#411)
      
      * Remove TupleType, ValueType
      
      * Fix compile error.
      
      * Change convolution reference to work with f32 (#409)
      
      * Drwebb/gpu backend dot op (#413)
      
      * Drwebb/gpu backend dot op (#387)
      
      * GPU Dot prod emitter switch statement
      
      * cuBLAS dot kernel call
      
      * Flush out arg substitution into gpu dot kernel call
      
      * Drwebb/gpu backend dot op (#392)
      
      * Take in CodeWriter into gpu op emitters
      
      * Introduce GPU function gen based on pass functions
      
      * Additional gpu emitter stubs
      
      * link cublas in to unit test and ngraph
      
      * Use static code gen methods for GPU, add new GPU op stubs
      
      * use pass manager to declare functions / cublas Updates
      
      * Prune down gpu_external_function wip
      
      * Switch back to GPU tensor views in GPU backend
      
      * Pass in cublas handle to GPU external function
      
      * cuMalloc memory in gpu tensor view
      
      * Use cuda runtime malloc and free for tensor view managment c
      
      * change GPU tensor view init, and use GPU tensor view for GPU call frame
      
      * include headers as system dirs
      
      * GPU tensor printing utility function
      
      * cublasSetPointer to device mode / Fix copyright notification lowercasing
      
      * Passing GPU dot product test using cuBLAS
      
      Clean up
      
      * Changes from review
      
      * Add an overivew.
      
      * Intro for building graphs.
      
      * Refactor docs so that Doxygen and Sphinx are integrated (Sphinx depends on Doxygen with the docstrings stuff)
      
      Still need to resolve a lingering assumption that the build dir is contained in private-ngraph-cpp. It's proving to be surprisingly tricky.
      
      * Added the TensorFlow XLA build information and example of how to run MNIST MLP with TF/nGraph
      
      * Updated TF integration guide for clarity. Added files from cyphers-amazon branch. Add minor changes to sphinx-doxy to test apis
      
      * Small revision of overview and add graphic from arXiv paper
      
      * WIP more editing, picking up from where I left off last week
      
      * Fix garbled sentence edit
      
      * WIP Edit for readability and such
      :
      
      * Better font rendering on all architectures included with our custom theme
      
      * Cleanup current version of documentation.  Add NeoSans font binaries to make local font rendering of h1 h2 etc
      
      * Missed merge conflict
      
      * Add something on functions, don't forward-reference parameters
      
      * What we have so far into a PR for review
      
      * Need file for cmake
      
      * Missing header
      
      * Remove duplicate file
      
      * added breathe package to contrib/docker/Dockerfile.ngraph_cpp
      0bf21af9
  11. 30 Oct, 2017 1 commit
  12. 11 Sep, 2017 1 commit
  13. 08 Sep, 2017 1 commit