1. 14 Mar, 2019 5 commits
    • Sang Ik Lee's avatar
      Silee2/external project rpath (#2525) · 1eea5fe6
      Sang Ik Lee authored
      * Set rpath for mkl-dnn.
      
      * Set library rpath to  on Linux.
      
      * Use patchelf to set rpath of prebuilt mklml library.
      
      * Add patchelf to Linux Dockerfiles.
      
      * Revert "Add patchelf to Linux Dockerfiles."
      
      This reverts commit 1769505a866061552942e19467ddcc0dad0922e8.
      
      * Revert "Use patchelf to set rpath of prebuilt mklml library."
      
      This reverts commit 726f6553a0450520328607177d64baf48fa93dd2.
      
      * Copy cldnn runtime.
      
      * Copy mlsl libraries.
      1eea5fe6
    • Ashok Emani's avatar
      QuantizedDot and QuantizedDotBias ops CPU impl (#2592) · 1a6f8487
      Ashok Emani authored
      * QuantizedDot and QuantizedDotBias ops CPU impl
      
      * add builders and unittests
      
      * fix CI issue
      
      * fix GPU emitter build
      
      * Remove duplicate line.
      1a6f8487
    • Diego Caballero's avatar
      Make 'use_mkldnn_kernel' properly deal with non-ops nodes (#2602) · 60ca608c
      Diego Caballero authored
      Previous code silently crashes when node is not a op.
      60ca608c
    • Adam Procter's avatar
      Add support for shape-specialization of functions (#2322) · 6e877f6c
      Adam Procter authored
      * Add support for shape-specializing functions
      
      * Move PR comment into docstring for specialize_shapes
      
      * Fix some broken unit tests
      
      * Add stub cases for op_tbl-dependent stuff
      
      * Revert "Add stub cases for op_tbl-dependent stuff"
      
      This reverts commit 2153967dc2fe544ca78a99548c8bb3cdfefc8470.
      6e877f6c
    • Sergey Shalnov's avatar
      IntelGPU backend: Convert operation fix to be friendly with CPU float… (#2485) · 2ece2d9c
      Sergey Shalnov authored
      * IntelGPU backend: Convert operation fix to be friendly with CPU floating point conversion
      
      * PR2485. Exclude tests from GPU backend
      
      * PR2485. Apply new tests changes
      
      * Make this PR INTELGPU specific only
      
      * Remove new tests from the list
      
      * Update intelgpu_op_custom_kernels.cpp
      
      * Update intelgpu_op_custom_kernels.cpp
      
      * Update intelgpu_op_custom_kernels.cpp
      
      * Update intelgpu_op_custom_kernels.cpp
      2ece2d9c
  2. 13 Mar, 2019 9 commits
  3. 12 Mar, 2019 4 commits
  4. 11 Mar, 2019 2 commits
  5. 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
  6. 08 Mar, 2019 3 commits
  7. 07 Mar, 2019 6 commits
    • Sandeep's avatar
      limit distributed user option to one flag (#2512) · e2e60722
      Sandeep authored
      * limit user option to one flag
      
      * add space for if
      
      * check if intel cpu only backend
      
      * cosmetic
      
      * make it clear
      
      * Align to look pretty
      
      * docs update
      e2e60722
    • harryskim's avatar
      Revamp repo doc (#2560) · f3e759c2
      harryskim authored
      * Update gold release date and features
      
      * Diagram that shows FW & HW support for main md
      
      * Simplified nGraph architecture for CPU
      
      * Complex architecture diagram for all backends
      
      * Replace
      
      * Add ngraph stack diagram with FW and HW support
      
      * relocate
      
      * Relocate
      
      * Replace stack diagram with NNP-L & NNP-I
      
      * Updated copy and removed the disclaimer
      
      * Removed "more detailed" sentence
      
      * Update README.md
      
      * Fixed sentence
      
      * Update README.md
      
      * nGraph logo small version
      
      * Update README.md
      
      * Added logo
      
      * nGraph logo smallest version
      
      * nGraph logo with header
      
      * Update README.md
      
      * Delete ngraph_logo_header.png
      
      * nGraph logo with header
      
      * Update README.md
      
      * nGraph header on the main repo page
      
      * Added header
      
      * nGraph architecture simplified for CPU
      
      * nGraph architecture complex
      
      * Added architecture simple architecture diagram
      
      * Modified the full stack diagram
      
      * nGraph architecture simple diagram with padding
      
      * Added padding to simple architecture image
      
      * Update ABOUT.md
      
      * Updated the sentences with NNP full name
      f3e759c2
    • Scott Cyphers's avatar
      Remove some IDE and clang warnings (#2572) · 75e15617
      Scott Cyphers authored
      75e15617
    • Jayaram Bobba's avatar
      fb094fb1
    • Adam Rogowiec's avatar
      [ONNX] Convert models to text format. (#2528) · 073e68fd
      Adam Rogowiec authored
      * Handle models in prototxt format.
      Signed-off-by: 's avatarAdam Rogowiec <adam.rogowiec@intel.com>
      
      * Convert Onnx models to text format.
      
      * Tool for conversion between protobuf ONNX models in binary and text format.
      Signed-off-by: 's avatarAdam Rogowiec <adam.rogowiec@intel.com>
      
      * Update ONNX test models text format.
      
      * Convert ONNX LSTM model to text format.
      
      * Rename and make second argument optional.
      
      * Unify models metadata.
      
      * Remove onnx binary models.
      
      * Review: fix comments.
      
      * Fix not yet updated models extension in UTs.
      
      * Add UT with binary protobuf models.
      
      * Clang format.
      
      * Remove failing UT in prototxt since it has problems with CI.
      
      * Inhibit logging protobuf errors.
      
      * Revert "Remove failing UT in prototxt since it has problems with CI."
      
      This reverts commit 94741a8c4594f3cc2ebdca428fa40b94a79240c2.
      
      * Remove LogSilencer from onnx importer api and remove respective UT.
      
      * Conversion script updates
      073e68fd
    • harryskim's avatar
      Reworked the sentence to make the reference clear (#2570) · 89c00a2c
      harryskim authored
      I thought I committed this change to the last PR, but it didn't go through.
      89c00a2c
  8. 06 Mar, 2019 6 commits
    • Robert Kimball's avatar
      Update friendly names to work properly in serialized graphs (#2566) · 14a1645b
      Robert Kimball authored
      * update friendly names to work properly in serialized graphs
      
      * style
      
      * fix compile error
      14a1645b
    • Fenglei's avatar
      05aa055c
    • Scott Cyphers's avatar
      Cyphers/r15catchup (#2567) · 94ce950b
      Scott Cyphers authored
      * Fix bug introduced by #2238 on r0.15 (#2515)
      
      * Fix bug introduced by #2238
      
      * style
      
      * Avijit/add diag 4 distributed debugging (#2523)
      
      * Fix bug introduced by #2238
      
      * Added a debug logging macro: NGRAPH_DIST_DEBUG which prints the timestamp and MPI rank for distributed AllReduceops
      
      * Fixed code formatting.
      
      * Moved the logging implementation to log.cpp
      
      * Fixed clang warning
      
      * Don't use namespace in header
      
      * Fix ifdef
      
      * disable warning
      
      * Fix files that had missing headers (#2539) (#2541)
      
      * Update mkl-dnn to v0.18. (#2543)
      
      * Update mkl-dnn to v0.18.
      
      * Update mkl-dnn patch file.
      
      * Fixed Centos build issues (gcc 4.8.5 doesn't implement std::put_time - hence the issue). Also fixed a logical error in the distributed setup for unit tests (#2545)
      
      * Migrate Klocwork issues (#2557)
      
      * Migrate Klocwork fixes
      
      * change to kick off another build
      
      * Fix crash by correcting index (#2561)
      
      * Update build script to fix Windows build issues and add some work tow… (#2531)
      
      * Update build script to fix Windows build issues and add some work towards making codegen work on Windows.
      
      * Use "git apply" instead of "patch". (#2532)
      
      Enable using pre-installed MKLDNN on Window.
      
      * Remove commented out lines.
      94ce950b
    • Leona C's avatar
      Leona/doc logo (#2565) · 12977f04
      Leona C authored
      * Update gold release date and features
      
      * Diagram that shows FW & HW support for main md
      
      * Simplified nGraph architecture for CPU
      
      * Complex architecture diagram for all backends
      
      * Replace
      
      * Add ngraph stack diagram with FW and HW support
      
      * relocate
      
      * Relocate
      
      * Replace stack diagram with NNP-L & NNP-I
      
      * Updated copy and removed the disclaimer
      
      * Removed "more detailed" sentence
      
      * Update README.md
      
      * Fixed sentence
      
      * Update README.md
      
      * nGraph logo small version
      
      * Update README.md
      
      * Added logo
      
      * nGraph logo smallest version
      
      * nGraph logo with header
      
      * Update README.md
      
      * Delete ngraph_logo_header.png
      
      * nGraph logo with header
      
      * Update README.md
      
      * nGraph header on the main repo page
      
      * Added header
      
      * nGraph architecture simplified for CPU
      
      * nGraph architecture complex
      
      * Added architecture simple architecture diagram
      
      * Modified the full stack diagram
      
      * nGraph architecture simple diagram with padding
      
      * Added padding to simple architecture image
      
      * Update ABOUT.md
      
      * Add new logo to doc landpage
      
      * Fix typo
      12977f04
    • Jayaram Bobba's avatar
    • Robert Kimball's avatar
      Replace macro with proper function declaration (#2548) · 56772c9e
      Robert Kimball authored
      * replace macro with proper function declaration
      
      * fix merge error
      56772c9e
  9. 05 Mar, 2019 2 commits