1. 17 Sep, 2018 4 commits
  2. 15 Sep, 2018 5 commits
  3. 14 Sep, 2018 7 commits
    • Chris Sullivan's avatar
      GPU logical reshape pass-through (#1534) · 5d8687d0
      Chris Sullivan authored
      * Add Reshape passthrough when reshape is logical only.
      
      * Move address conditional to RT in case reference is different but both pointer values are the same.
      
      * Add exclusion to common function collection pass so that tensor name check
      is applied during emission for ops that pass inputs through.
      
      * Add propagate_in_place_input/output to handle
      propagating inputs and outputs through the non-destructive ops in the graph.
      
      * Remove references to direct execution.
      
      * Remove checks for in-place transpose.
      
      * Formatting.
      5d8687d0
    • Robert Kimball's avatar
      Remove heap allocations during execution (#1583) · 9a924c17
      Robert Kimball authored
      * elementwise updated
      
      * add support for constructing any order arg list
      
      * add comment for using node_names
      
      * use array instead of vector for args/output
      
      * fix per review comment
      
      * remove dead code
      9a924c17
    • Nick Korovaiko's avatar
      subgraph_topological_sort (#1608) · 293ba8b7
      Nick Korovaiko authored
      293ba8b7
    • Nick Korovaiko's avatar
    • Scott Cyphers's avatar
      Cyphers/layout (#1602) · 2f79f707
      Scott Cyphers authored
      * Remove "view"
      Simplify layout
      
      * Fix merge error
      
      * fix build error
      
      * PR1602. IntelGPU backend. Compilation fixed.
      2f79f707
    • mchrusci's avatar
      [ONNX] ONNX CI on nGraph PRs (#1605) · d2b73f99
      mchrusci authored
      * [AIBT-446] Run nGraph-ONNX tests on nGraph PRs
      
      * Cloning nGraph from NervanaSystems
      
      * Updated CI path to "ngraph/.ci/onnx/jenkins"
      
      * Updated permissions
      
      * Fixed path in find command
      
      * Changes to notification message
      
      * Editing CMakeCache.txt instead of removing
      
      * Removing old ngraph wheels; cloning pybind11 if necessary
      
      * Fixed path in removing ngraph wheel
      d2b73f99
    • tsocha's avatar
      [ONNX] Non-linear operators (#1580) · 1fe02337
      tsocha authored
      * [ONNX] Non-linear operators
      
      * Review fix pt. 1
      
      * Review fix pt. 2
      
      * Non-linear tests
      
      * style check
      
      * Exception fix
      
      * Test fix
      1fe02337
  4. 13 Sep, 2018 8 commits
  5. 12 Sep, 2018 7 commits
  6. 11 Sep, 2018 4 commits
    • Robert Kimball's avatar
      Interpreter use switch() for main loop (#1538) · d81d0c93
      Robert Kimball authored
      * wip
      
      * interperter use switch instead of if/else
      
      * more cleanup
      
      * make nop elimination run on all backends
      
      * revert
      
      * use single include file to define all ops so there is only one instance
      
      * move op.tbl to ngraph/op dir as it is useful. Added useage example.
      
      * add some comments where needed
      
      * revert some changes to reduce delta
      
      * add const
      
      * add more const
      
      * simplify using NodeWrapper
      
      * update per review comments
      
      * update per review comments
      
      * update per review comments
      
      * remove switch warning as it is not supported in older gcc
      d81d0c93
    • Nick Korovaiko's avatar
      set correct perms on source files (#1564) · 5032f343
      Nick Korovaiko authored
      5032f343
    • Michał Karzyński's avatar
      189cf3b7
    • 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
  7. 10 Sep, 2018 1 commit
  8. 08 Sep, 2018 1 commit
    • Adam Rogowiec's avatar
      [ONNX] Reduce* operations (#1562) · 4341c6ac
      Adam Rogowiec authored
      * ReduceSum and ReduceSumSquare ONNX operations.
      
      * Add new reduction ops.
      
      - ReduceLogSum,
      - ReduceLogSumExp,
      - ReduceMax,
      - ReduceMin,
      - ReduceMean,
      - ReduceProd.
      
      * Add ReduceL1 and ReduceL2
      
      * Utility generic functions generating monotonic sequences of values.
      
      * Review comments: return AxisSet not std::vector
      
      * Use common functions for generating monotonic sequence.
      
      * Review comments.
      4341c6ac
  9. 07 Sep, 2018 3 commits