1. 07 Sep, 2018 1 commit
  2. 06 Sep, 2018 2 commits
  3. 05 Sep, 2018 1 commit
  4. 04 Sep, 2018 3 commits
    • Fenglei's avatar
      nvgpu reduce to scalar optimization (#1491) · 5f40d957
      Fenglei authored
      * add cuda reduce
      
      * clang format
      
      * fix bugs
      
      * fix bug
      
      * add 1d reduce
      
      * clang format
      
      * fix bugs
      
      * unroll loop
      
      * remove debug info
      
      * revert tests
      
      * unroll 1D reduce op
      
      * add comments
      
      * using cudnn for nd to scalar reduction
      
      * remove cuda 1d reduction since cudnn version is faster
      
      * remove 1D kernel
      
      * fix bugs
      
      * 1d multi block size
      
      * remove debug
      
      * change kernel name
      
      * add reduce to scalar optimization, add test
      
      * fix bugs and tune parameters
      
      * clang format
      
      * update comments
      
      * update comments
      
      * update comments
      
      * clang format
      
      * update comments
      
      * remove wrong comments, apply clang format
      
      * resolve Bob's comment
      
      * clang format
      
      * pass shared mem size from cuLaunchKernel, set unroll loop size through host code
      
      * remove unused code.clang format
      
      * change reduce to thread with shfl for each warp first
      
      * add seed
      
      * unroll size
      5f40d957
    • shssf's avatar
      IntelGPU backend: Sum operation optimization (#1545) · ed22bf6c
      shssf authored
      * IntelGPU backend: Sum operation optimization
      
      * PR1545. Comments addressed. Test added. Helper function refactored.
      ed22bf6c
    • tsocha's avatar
      [ONNX] Numpy style binary broadcasting (#1549) · a2521cf9
      tsocha authored
      a2521cf9
  5. 03 Sep, 2018 2 commits
    • Adam Rogowiec's avatar
      [ONNX] Reshape operator (#1529) · 5c706276
      Adam Rogowiec authored
      * Move reshape utils down to reshape namespace.
      
      * Reshape operation.
      
      * Reshape operator binding.
      
      * Error fixes.
      
      * Reshape unit tests.
      
      * Move flatten utility function to reshape namespace.
      
      * Fix unused catched exception object
      
      * Add Constant support for int64
      
      * Review fix.
      
      * clang-format
      
      * Review fix part 2.
      
      * Enable output shape as a second node input (only Constant).
      
      * Unit test for "dynamic" output shape (from Constant node).
      
      * Review fixes.
      
      * Make sure second Reshape op input is Constant node.
      5c706276
    • shssf's avatar
      b9cbd039
  6. 01 Sep, 2018 1 commit
  7. 31 Aug, 2018 4 commits
    • Adam Procter's avatar
      c386da90
    • Scott Cyphers's avatar
      Validate/infer types as a virtual function (#1463) · 132b5305
      Scott Cyphers authored
      * Validate/infer types as a virtual function
      BroadcastLike, ScalarConstantLike
      Set output shape separately from output types
      Remove some obsolete tests
      Replace *Like ops with fixed type versions
      
      * Review comments
      
      * Remove TensorViewType
      
      * Remove PrimaryTensorView
      
      * Reviewer comments
      
      * Style fix.
      
      * Another try at GPU
      
      * GPU
      
      * Simplify class hierarchy
      
      * More of previous.
      
      * Better errors
      
      * Remove unneeded classes
      
      * Merge
      
      * Update Python bindings
      
      * clang-format
      
      * Remove redundant files
      
      * Remove commented out lines
      
      * clang-format
      
      * Group includes
      
      * Missing tests
      
      * Merge error
      132b5305
    • tsocha's avatar
      [ONNX] Unsqueeze operator (#1521) · 9afbc891
      tsocha authored
      9afbc891
    • tsocha's avatar
      [ONNX] Concat operator (#1524) · e6dad531
      tsocha authored
      * [ONNX] Concat operator
      
      * Style fix
      e6dad531
  8. 30 Aug, 2018 2 commits
  9. 29 Aug, 2018 6 commits
  10. 28 Aug, 2018 3 commits
  11. 27 Aug, 2018 2 commits
  12. 24 Aug, 2018 5 commits
  13. 23 Aug, 2018 1 commit
  14. 22 Aug, 2018 3 commits
  15. 21 Aug, 2018 3 commits
    • Robert Kimball's avatar
      Statically link cpu backend into ngraph shared library (#1444) · 5ab5a129
      Robert Kimball authored
      * static link cpu library to ngraph
      
      * remove debug
      
      * link ngraph and cpu backend into a single shared object
      
      * add -fPIC and whole-archive for CPU backend
      
      * Added conditional for --whole-archive for Mac OS.
      
      * Added more conditonal for MacOS.
      
      * fix linking problem and unit test failures caused by multiple copies of the same function in CPU backend and INTERPRETER
      
      * fix nbench build
      
      * add nbench to unit test build
      
      * add version number to libngraph
      5ab5a129
    • Nick Korovaiko's avatar
      ArgMin (#1435) · 951e77b4
      Nick Korovaiko authored
      * argmin
      
      * address feedbacka argmin
      
      * add new lines
      
      *  addnew lines
      
      * address adam's nitpicks
      
      * scott's feedback
      
      * fix unit tests
      951e77b4
    • Michał Karzyński's avatar
      [ONNX] Add Relu op (#1448) · 73942928
      Michał Karzyński authored
      * [ONNX] Add Relu op
      73942928
  16. 17 Aug, 2018 1 commit