1. 21 Jun, 2019 1 commit
  2. 12 Jun, 2019 1 commit
  3. 02 Jun, 2019 2 commits
  4. 30 May, 2019 1 commit
    • Jayaram Bobba's avatar
      Initial implementation of implicit broadcasting for eltwise ops (#2936) · 0caefe7d
      Jayaram Bobba authored
      * Initial implementation of implicit broadcasting for eltwise ops. Only Add supported
      
      * Addressed PR feedback
      
      * cleanup
      
      * Rename Bcast to Broadcast
      
      * Autobroadcasting support for rest of elementwise ops
      
      * Serializer support for autobroadcast
      
      * Added missing autob serialization for Minimum
      
      * Added execution unit tests and more op types to implicit broadcast elimination
      
      * Addressed PR feedback
      
      * Fixes windows build issue
      
      * RVO optimization per PR feedback
      0caefe7d
  5. 18 Mar, 2019 2 commits
  6. 27 Feb, 2019 1 commit
    • Ayan Moitra's avatar
      Unit tests for relevant resnet50 integer ops (#2456) · 86394f10
      Ayan Moitra authored
      * Int unit tests that fail with bfloat
      
      * move tests out of single file
      
      * style
      
      * Incorporate Bob's comments
      
      * edits
      
      * Incorporate comments
      
      * style
      
      * edits
      
      * Add failing test to intel gpu manifest
      
      * comments incoprorated
      86394f10
  7. 22 Feb, 2019 1 commit
  8. 13 Feb, 2019 1 commit
  9. 11 Feb, 2019 1 commit
    • Sandeep's avatar
      add OpenMPI support besides MLSL (#2353) · 08c4c57c
      Sandeep authored
      * quick fix to add openmpi as default
      
      * add finalize to distributed class & use unit test
      
      * use intel mlsl github link
      
      * apply style
      
      * address a few comments
      
      * fix test
      
      * update nbench cmake
      
      * remove extras
      
      * fix a bug
      
      * add counter to finalize and cleanup
      
      * test ci error
      
      * address mlsl ci error
      
      * update flag names, as mentioned in pr comment
      
      * revert back the link to mlsl repo and tag
      
      * add flag to finalize
      
      * apply style
      
      * debug with info
      
      * delete when flag is true
      
      * add distributed setup class works, tests pass
      
      * fix style
      
      * remove extra instance
      
      * disable the test due to a bug
      
      * change flag to ompi
      
      * remove the dependency of setting NGRAPH_DISTRIBUTED_ENABLE flag
      
      * cleanup
      
      * change extern to static
      
      * remove the option NGRAPH_DISTRIBUTED_ENABLE setting this flag
      
      * formatting
      
      * update flags not catched by ci
      
      * make unique pointer
      
      * remove unused bool, fix clang error
      08c4c57c
  10. 03 Jan, 2019 1 commit
  11. 19 Dec, 2018 1 commit
  12. 07 Dec, 2018 1 commit
    • Robert Kimball's avatar
      Backend API change pre-work (#2064) · e0933553
      Robert Kimball authored
      * change compile call to return Handle
      
      * make CPU require compile() before call()
      
      * fix unit tests to call compile() before call()
      
      * fix failing ops
      
      * update unit test
      
      * revert some changes
      
      * more fixups
      
      * more diff cleanup
      
      * a few more issues addressed
      
      * more fixes
      
      * update API
      
      * more updates
      
      * fix test_ops.py
      
      * fix
      
      * another attempt to fix
      
      * fix unit test
      
      * fix test error
      e0933553
  13. 16 Nov, 2018 1 commit
  14. 19 Oct, 2018 1 commit