1. 18 Mar, 2019 7 commits
  2. 15 Mar, 2019 4 commits
    • Leona C's avatar
      Compiler passes section collab (#2533) · a8b789fc
      Leona C authored
      * Cleaner API doc reference for compile call
      
      * Add a useful table for nGraph namespaces
      
      * Remove layout namespace
      
      * Show exploding kernel problem on illustration like IEEE preso
      
      * WIP branch for new documentation restructuring that is a huge pain
      
      * Fix the doc reorg mess
      
      * Fix underline
      
      * List of passes disclaimer note
      
      * Update disclaimers on README
      
      * More cleanup of doc reorg
      
      * Update core docs
      
      * Update overview on core
      
      * Add PR feedback
      
      * Get rid of all the gazillion of doc build errors from rearranging stuff
      
      * Add section on tutorials
      
      * Update branch
      
      * Cleanup intro
      
      * Add better detail to overview
      
      * Revise buildlb instructions and add better title for contributing to doc
      
      * Note about unit tests
      
      * Editing
      
      * Update core overview namespace table and fix more broken links due to ToC changes
      
      * Add doc on pass manager register and run passes code from unit tests
      
      * Add doc on pass manager register and run passes code from unit tests
      
      * Make the compiler passes section more awesome
      
      * Consistent sentence case on all ToC headings
      
      * Update for gold docs
      
      * Add better detail about execution interface
      
      * Minor edits
      
      * Revert strange change
      
      * Update with bucketed list of passes
      
      * Fix build error
      a8b789fc
    • Sang Ik Lee's avatar
      Fix missing libraries when library versioning is enabled. (#2617) · 6d2f182b
      Sang Ik Lee authored
      * Copy and install all mkldnn libraries if versioning is enabled on linux.
      
      * Replace magic numbers with variables.
      
      * Support mkl-dnn library versioning on macos.
      6d2f182b
    • Jayaram Bobba's avatar
      - Bug fix to pick a reference to staleness instead of a copy (#2613) · ad3a1b6b
      Jayaram Bobba authored
      - Enable caching irrespective of cacheability hints when reuse_memory is disabled
      ad3a1b6b
    • Adam Procter's avatar
      (Dynamic) Transpose op (#2594) · 37b95a02
      Adam Procter authored
      * Add construction API for Transpose
      
      * Add type propagation unit tests for Transpose
      
      * Add Transpose to op_tbl, add cases for serializer, stub out execution in INTERPRETER
      
      * Add docs for Transpose
      
      * Remove commented-out code
      
      * Add stub cases for op_tbl-dependent stuff
      
      * Fix missing FAIL()s in the transpose exception checks; fix validate_and_infer_types check
      37b95a02
  3. 14 Mar, 2019 7 commits
  4. 13 Mar, 2019 9 commits
  5. 12 Mar, 2019 4 commits
  6. 11 Mar, 2019 2 commits
  7. 09 Mar, 2019 3 commits
    • Sang Ik Lee's avatar
      Silee2/fix prebuilt mkldnn (#2575) · dfff804b
      Sang Ik Lee authored
      * mkl-dnn prebuilt: Use IMPORTED_LINK_INTERFACE_LIBRARIES to ask to link mklml and omp runtime.
      
      * mkl-dnn prebuilt: fix IMPORTED libraries related issues.
      
      * Setup target libmkl for prebuilt mkl-dnn.
      dfff804b
    • Wenzhe Xue's avatar
      refactor topological_sort to use Node.get_users() (#2536) · 97ca4a69
      Wenzhe Xue authored
      * use Node.get_users() to replace deprecated func
      
      * use const ref instead of auto
      
      * used const auto& in graph_util.cpp
      97ca4a69
    • Leona C's avatar
      Adding edited version of new section on Paddle doc (#2580) · f5b296d0
      Leona C authored
      * Update introduction.rst
      
      * First commit for PaddlePaddle documentation
      
      * Update paddle_integ.rst
      
      * Update paddle_integ.rst
      
      * Update paddle_integ.rst
      
      * PaddlePaddle design diagram
      
      * Update paddle_integ.rst
      
      * PaddlePaddle nGraph directory structure
      
      * Update paddle_integ.rst
      
      * Update paddle_integ.rst
      
      * Update paddle_integ.rst
      
      * Update paddle_integ.rst
      
      * Update paddle_integ.rst
      
      * Update paddle_integ.rst
      
      * Update paddle_integ.rst
      
      * Update paddle_integ.rst
      
      * Update paddle_integ.rst
      
      * Update paddle_integ.rst
      
      * Update paddle_integ.rst
      
      * Update paddle_integ.rst
      
      * Update paddle_integ.rst
      
      * Update paddle_integ.rst
      
      * Update paddle_integ.rst
      
      * Add edits from PR 2578
      
      * update paddle_integ.rst
      f5b296d0
  8. 08 Mar, 2019 3 commits
  9. 07 Mar, 2019 1 commit