1. 19 Sep, 2019 5 commits
    • Adam Procter's avatar
      Add RandomUniform op (#3611) · ab440246
      Adam Procter authored
      * Add RandomUniform op
      
      * Missing files
      
      * Make CPU compile again (RandomUniform tests still don't pass)
      
      * Bop users of existing RNGState class and reorder some comment junk
      
      * Try to bop RNGState in gcpu
      
      * Add RandomUniform to CPU manifest
      
      * Add RandomUniform to PlaidML manifest
      
      * Add .rst for random_uniform
      
      * Clean up junk in the .rst
      
      * Change UniformRNGState to always use double internally
      
      * Change weird test failure message
      
      * Compilation issues
      ab440246
    • Diego Caballero's avatar
      [MLIR] Add flag to dump jitted MLIR to object file (#3607) · f5c89181
      Diego Caballero authored
      * [MLIR] Add flag to dump jitted MLIR to object file
      
      This PR adds a flag to be able to dump the jitted MLIR code to an object
      file and another flag to be able to specify the object file name.
      
      * Add curly braces
      
      * Fix wrong merge
      f5c89181
    • Scott Cyphers's avatar
      Mmahbubu/provenance fix grpah replace (#3624) (#3639) · f40f3981
      Scott Cyphers authored
      * Fixes bug in provenenace for subgraph replacement
      
      * Updates unit tests for the provenance algorithm fix
      
      * Changes provnance set to ordered set for better consistency in iteration order.
      f40f3981
    • Robert Kimball's avatar
      Remove debug graphviz plots (#3623) · 4e175405
      Robert Kimball authored
      4e175405
    • Scott Cyphers's avatar
      Re-enable sign-compare and double-promotion warnings (#3629) · 6c89a91f
      Scott Cyphers authored
      * Fix unsigned comparison and implicit double conversion
      
      * Eliminate sign/unsigned compare warnings, implicit double conversion
      
      * Missed type
      
      * Neww int type
      
      * omp compromise
      
      * style
      6c89a91f
  2. 18 Sep, 2019 5 commits
    • Diego Caballero's avatar
      d1a9b8b3
    • Mateusz Bencer's avatar
      [Spec] Implement Pad:v1 (#3574) · 81b492d4
      Mateusz Bencer authored
      * Pad:v1 was introduced
      
      * Fixed problem with foward declaration
      
      * Code review remarks introduced
      
      * Addtinal asserts and unit-test for Pad:v1 introduced
      
      * Handled optinal arg_pad_value input
      
      * Fixed unit tests messages and clang styles applied
      
      * Styles applied, checking rank improved
      
      * Updated changes.md
      
      * Revert "Updated changes.md"
      
      This reverts commit 8ee16e580705275ee0719648d5251021354e4d84.
      
      * Clang warning fixed
      81b492d4
    • Mateusz Bencer's avatar
      [SPEC] Adjust Concat to specification (#3582) · 779a9300
      Mateusz Bencer authored
      * Changed name of concat axis
      
      * Clang styles applied
      
      * Revert "Clang styles applied"
      
      This reverts commit 4c1d3f4436765ce9eafa00140365d5d3e358eab1.
      
      * Revert "Changed name of concat axis"
      
      This reverts commit cdfe6638777509f21b199ce78fc2fe28cec15d45.
      
      * Introduced alias methods
      
      * Updated changes.md
      779a9300
    • Tomasz Dołbniak's avatar
      [ONNX] Handling of unknown domains in ONNX models (#3631) · bccb1ec8
      Tomasz Dołbniak authored
      * Do not throw for unknown domains in ONNX models
      
      * UT that makes sure onnx_importer does not throw for unknown domains
      
      * Check if nGraph throws for unknown ONNX domain and op
      bccb1ec8
    • Nagy Mostafa's avatar
      [MLIR] Add padding support to Convolution (#3586) · 43a1bf1c
      Nagy Mostafa authored
      * Enable Padding
      
      * Small fix to match MLIR API change
      
      * WIP
      
      * Subtract pad below from virtual img index
      
      * Fixed integer set inequalities
      
      * style-apply
      
      * remove unneeded padAbove values
      
      * Remove dump call
      
      * PR feedback
      
      * style apply
      43a1bf1c
  3. 17 Sep, 2019 4 commits
  4. 16 Sep, 2019 2 commits
  5. 14 Sep, 2019 2 commits
  6. 13 Sep, 2019 1 commit
  7. 12 Sep, 2019 7 commits
  8. 11 Sep, 2019 4 commits
  9. 10 Sep, 2019 6 commits
    • Adam Procter's avatar
      67483af0
    • Nagy Mostafa's avatar
      [MLIR] Remove Fake Instructions (#3568) · 1fb6fa96
      Nagy Mostafa authored
      * WIP
      
      * Fixes
      
      * Increase bitwidth for arg idx attrib
      
      * Minor fixes
      
      * style-apply
      1fb6fa96
    • Michal Chruscinski's avatar
      nGraph-ONNX CI improvement (#3329) · 8757f8e3
      Michal Chruscinski authored
      * nGraph-ONNX CI improvement
      
      - Added parallel CI on many SKUs,
      - Jenkinsfile written in Declarative Pipeline which allows displaying sequential stages for parallel branches in Blue Ocean
      - Moved proper CI code to ngraph-onnx repository
      - Moved base_image_builder to ngraph-onnx repository
      
      * Fix license header
      
      * try catch for git info retrieval
      
      * Add unsupported ops to iGPU backend
      
      * Revert previous change
      8757f8e3
    • Diego Caballero's avatar
      [MLIR] Introduce ngraph-opt tool (#3560) · f159e196
      Diego Caballero authored
      * [MLIR] Enable LIT testing in CMAKE
      
      This PR enables LIT testing in nGraph for MLIR Compiler, introduced in
      PR3523. We can now do `make check-mlir-lit` to run LIT tests.
      
      * Address feedback
      
      * Revisit PR after cmake clean-up
      
      * [MLIR] Introduce ngraph-opt tool
      
      To be used, among other things, for LIT testing.
      `elementwise_binary_ops.mlir` shows a simple LIT test
      using ngraph-opt.
      
      Dummy affine_lowering/lit_test.mlir test that served as initial testing
      of LIT tool configuration is now removed.
      
      * Address feedback
      f159e196
    • Nagy Mostafa's avatar
      [MLIR] Bump commits (#3584) · 3287ca6f
      Nagy Mostafa authored
      * Bump MLIR version and minor fixes in nGraph
      
      * advance commit ids
      
      * fix commit id
      3287ca6f
    • Scott Cyphers's avatar
      Typo · 24bb393f
      Scott Cyphers authored
      24bb393f
  10. 09 Sep, 2019 3 commits
  11. 06 Sep, 2019 1 commit