1. 22 Sep, 2018 1 commit
  2. 21 Sep, 2018 4 commits
  3. 19 Sep, 2018 8 commits
  4. 18 Sep, 2018 8 commits
  5. 17 Sep, 2018 5 commits
  6. 15 Sep, 2018 5 commits
  7. 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
  8. 13 Sep, 2018 2 commits
    • Scott Cyphers's avatar
      Fix some validation errors (#1603) · 17af4266
      Scott Cyphers authored
      17af4266
    • 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