1. 18 Sep, 2018 2 commits
  2. 17 Sep, 2018 1 commit
  3. 15 Sep, 2018 2 commits
  4. 14 Sep, 2018 3 commits
  5. 13 Sep, 2018 2 commits
    • Robert Kimball's avatar
      Handle unsupported op in nbench (#1531) · fe676f72
      Robert Kimball authored
      * add unsupported_op exception
      
      * unsupported_op test
      
      * add printout of unsupported op in model
      
      * fix GPU dispatcher check
      
      * fix test designation
      
      * catch exceptions on single file runs too
      
      * add unsupported_op exception where needed
      
      * remove unsupported_op class
      
      * add unassigned op exception
      
      * add unit test
      
      * catch unsupported op in nbench
      
      * add cpu test back
      
      * update all latest merges
      
      * mode change
      fe676f72
    • Nick Korovaiko's avatar
      Control dependencies (#1445) · 58f9af01
      Nick Korovaiko authored
      * topological sort with cdeps
      
      * add control deps API, fix unit tests
      
      * rollback adjoints changes
      
      * fix test failures,add more tests
      
      * remove dead code
      
      * address scott's feedback
      58f9af01
  6. 12 Sep, 2018 5 commits
  7. 11 Sep, 2018 1 commit
    • gaurides's avatar
      Add conv add fusion (#1526) · 37174c90
      gaurides authored
      * Add conv add fusion
      
      * Updated file permissions and cpu_fusion order
      
      * Formatted code using maint/apply-code-format.sh
      
      * Fixed minor review comments
      
      * Use NODE_VALIDATION_ASSERT instead of throw ngraph_error;\nupgrade baseline and fix issues
      
      * Some more fixes
      37174c90
  8. 07 Sep, 2018 3 commits
  9. 06 Sep, 2018 2 commits
  10. 05 Sep, 2018 1 commit
  11. 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
  12. 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
  13. 01 Sep, 2018 1 commit
  14. 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
  15. 30 Aug, 2018 2 commits
  16. 29 Aug, 2018 6 commits