1. 10 Sep, 2019 1 commit
  2. 05 Sep, 2019 8 commits
  3. 04 Sep, 2019 11 commits
  4. 03 Sep, 2019 1 commit
  5. 30 Aug, 2019 9 commits
  6. 29 Aug, 2019 5 commits
    • Scott Cyphers's avatar
      Cyphers/from25 (#3545) · 7c540e52
      Scott Cyphers authored
      * Fix crash when NGRAPH_ENABLE_{VISUALIZE,SERIALIZE}_TRACING=1
      
      * Initialization for kw (#3413)
      
      * Fix sum reference to handle corner cases with +-inf (#3412)
      
      * Fix sum reference to handle corner cases with +-inf
      
      * Review comments, and try to make Windows happy
      
      * Update GPU unit_test.manifest
      
      * More template grindery, to make macOS happy
      
      * Update jenkins-trigger.groovy (#3428)
      
      * Cyphers/exec can create tensors (#3445)
      
      * Add method to check if an Executable can create tensors
      
      * Add a Backend check to see if Executable can create tensors
      
      * Update per review comment
      
      * style
      
      * Possible fix so that backend does not keep holding on to the dummy ng_exec
      
      * Separate dynamic loading from static linking (#3456)
      
      * Separate dynamic loading from static linking
      
      * Missed find_my_pathname
      
      * Update jenkins-trigger.groovy (#3518)
      
      * add rank id to trace file name (#3525)
      7c540e52
    • pawelpiotrowicz's avatar
      no_fork : Remove allocation for empty vector (#3544) · 49a0ae55
      pawelpiotrowicz authored
      * no_fork : Remove allication for empty vector
      
      * style
      49a0ae55
    • pawelpiotrowicz's avatar
      no_fork: Performance issue vector of string to T (#3542) · d6f933d5
      pawelpiotrowicz authored
      * no_fork: Performance issue vector of string to T
      
      * style
      d6f933d5
    • Nagy Mostafa's avatar
      [MLIR] Fixes for cpu_fusion.validate_fuse_gru_inputs (#3511) · ef58667f
      Nagy Mostafa authored
      * WIP
      
      * Fix incorrect CK output adjustment
      
      * Bug fix and enroce sanity check
      
      * Change cycle search depth, and fix sanity check
      
      * cpu_fusion.validate_fuse_gru_inputs passes.
      
      * Fix as_single_output to be able to always create a GOE
      
      * minor fix. style-apply
      
      * Clean up debug msgs
      
      * Switch to backward cycle check
      
      * Enable failing test
      
      * PR fixes
      
      * Address feedback: Add fwd cycle checks. Make cycle checking depth configurable
      ef58667f
    • Scott Cyphers's avatar
      a1f3202c
  7. 28 Aug, 2019 5 commits
    • Diego Caballero's avatar
      [MLIR] Add config files for LIT testing (#3523) · d8fbe52b
      Diego Caballero authored
      * [MLIR] Add config files for LIT
      
      LIT is the LLVM testing tool that is used in LLVM and MLIR. It's
      necessary to enable all the MLIR testing in nGraph. This will provide
      a complementary finer grain level of testing than the one currently done
      with gtest. LIT will allow testing each MLIR-based nGraph transformation
      without having to run the whole nGraph pipeline. For example, we will be
      able to write an nGraph dialect input, invoke an single MLIR transformation
      on it and check that the output is the expected.
      
      This PR adds the basic configuration files to enable LIT tool
      in nGraph for MLIR Compiler. `affine_lowering/lit_test.mlir` is a
      dummy test to exercise the new testing feature. Lit testing will be
      enabled in CMAKE in a subsequent PR.
      
      * Address feedback
      d8fbe52b
    • Scott Cyphers's avatar
      Fix compiler warnings. (#3513) · 9b9b184a
      Scott Cyphers authored
      9b9b184a
    • Ewa Tusień's avatar
      [Py] Added operators Shuffle Channels, Squared Difference and Squeeze to Python API. (#3393) · 7b711340
      Ewa Tusień authored
      * [Py] Added operators Shuffle Channels, Squared Difference and Squeeze to Python API.
      
      * [Py] Changed docstring.
      
      * [Py] Changed docstring.
      
      * [Py] Changed docstring.
      7b711340
    • Scott Cyphers's avatar
      Initialize CPU transformer the same way for static and non-static linking (#3516) · bbb9a566
      Scott Cyphers authored
      * Initialize CPU transformer the same way for static and non-static linking.
      
      * Initialize earlier
      bbb9a566
    • Leona C's avatar
      Leona/markdown links (#3529) · 5e8783ae
      Leona C authored
      * Update https links
      
      * Update https links to new ngraph.ai site
      
      * Fix links
      
      * Fix links
      
      * Fix more HTML links
      
      * Reverting CODEOWNER change while we brainstorm on other solutions. As requested by adstraw
      5e8783ae