1. 28 Mar, 2019 1 commit
    • Jianying Lang's avatar
      Add BroadcastDistributed op (#2243) · 3af7837b
      Jianying Lang authored
      * Add MPI_Bcast to nGraph core
      
      * Add mpi_broadcast op and pass the unit test on CPU backend
      
      * Modify API for MLSL
      
      * Remove unused variable
      
      * Fix the format
      
      * Add the op call in python/pyngraph/ops/regmodule_pyngraph_op.cpp.
      
      * Fix emitter function for DistBroadcast op
      
      * Fix format
      
      * Fix the emitter function for distbroadcast op
      
      * Fix format
      
      * Delete the reference code for distbroadcast op
      
      * Include mlsl.h from ngraph build for genernal external usage
      
      * Change back for build
      
      * Fix alphabetical order issue and line space
      
      * Rename disbroadcast to broadcastdistributed
      
      * Change back continue
      
      * Update the changes
      
      * Fix style
      
      * Delete unused variables
      
      * Change some text format
      
      * Add support for interpreter backend for broadcastdistributed
      
      * Delete some redundant code
      
      * Fix format
      
      * rename
      
      * remove unused file
      
      * More renames
      
      * renaming
      
      * Remove one unused file
      
      * Fix a bug
      
      * add back redundant
      
      * One more commit
      
      * More commits
      
      * Unify distributed_send and distributed_recv functions
      
      * Fix format
      3af7837b
  2. 03 Jan, 2019 1 commit
  3. 04 Dec, 2018 1 commit
    • Robert Kimball's avatar
      Use cmake to do style (#2102) · aaf25652
      Robert Kimball authored
      * wip
      
      * wip
      
      * style check checking
      
      * try cmake version of check/apply style
      
      * update style check to print list of files in error
      
      * cleanup
      aaf25652
  4. 17 Aug, 2018 1 commit
    • Jayaram Bobba's avatar
      Enable DEX only build of ngraph (#1424) · 64ac3775
      Jayaram Bobba authored
      * Optionally get rid of codegen from the CPU backend
      
      * Rename option variable
      
      * Merge fixes
      
      * Merge
      
      * Remove extra changes
      
      * remove dex only exclusions (#1429)
      
      * Unconditionally pick  m_direct_execution if NGRAPH_DEX_ONLY
      
      * Style fix
      64ac3775
  5. 04 Jun, 2018 1 commit
    • Robert Kimball's avatar
      Modernize cmake usage (#1032) · eef750df
      Robert Kimball authored
      * Update cmake files to more modern approach
      
      * disable building libraries that are not required
      
      * handle more build cases
      
      * add versions to backend libs. add start of package target.
      
      * add create_backend to backends
      
      * temporary workaround to tbb not linking correctly with gcc
      
      * install codegen lib
      
      * force tbb to link to the cpu backend so that it is available for codegen
      
      * fix clang build error
      
      * fix warning for codegen build
      
      * update cuda header paths
      
      * change error message for opening backend shared library
      
      * set lib path
      eef750df
  6. 26 Apr, 2018 1 commit
  7. 15 Feb, 2018 1 commit
  8. 09 Feb, 2018 1 commit
  9. 08 Feb, 2018 1 commit
  10. 26 Dec, 2017 1 commit
  11. 25 Nov, 2017 1 commit
    • Robert Kimball's avatar
      Bob/includes (#266) · 51dcfe07
      Robert Kimball authored
      * add json lib 2.1.1
      
      * turn off clang-format for json lib
      
      * add unit test file
      
      * add code to poison the use of ngraph.hpp from within the ngraph library
      51dcfe07
  12. 20 Sep, 2017 2 commits
  13. 19 Sep, 2017 1 commit
  14. 16 Sep, 2017 1 commit
    • Bob Kimball's avatar
      add liveness pass · d3f3bb1b
      Bob Kimball authored
      add naming of tensors and tensor views
      add visualization pass
      add graph dump pass
      d3f3bb1b
  15. 15 Sep, 2017 1 commit
  16. 14 Sep, 2017 1 commit
  17. 13 Sep, 2017 2 commits
  18. 11 Sep, 2017 1 commit
  19. 10 Sep, 2017 1 commit
    • Robert Kimball's avatar
      add pass skeletons · ae48ed32
      Robert Kimball authored
      add test framework
      
      stuff wired up
      
      benchmark segfault for 5M nodes. fun
      
      make traverse_nodes not recursive
      
      print timings on benchmark
      
      unit test for pass manager
      ae48ed32
  20. 08 Sep, 2017 1 commit
    • Scott Cyphers's avatar
      Add input/output tensor information to nodes. · 7a00e125
      Scott Cyphers authored
      All tuples are expanded out to their component tensors.
      
      Output: Describes one tensor output of an node
      Input: Described one tensor input to a node, including the output supplying the value.
      7a00e125
  21. 06 Sep, 2017 2 commits
  22. 05 Sep, 2017 1 commit
    • Avijit's avatar
      Avijit/ngraph cpp integration 2 (#81) · 3c815ee4
      Avijit authored
      * Cleaned up the CMakeLists.txt to properly do the include paths and fixed the install targets.
      Also cleaned up the header files located in sub directories.
      * Added a simple C++ example with Makefile.
      * UPdated the readme with TF usage instructions.
      3c815ee4
  23. 31 Aug, 2017 1 commit
  24. 30 Aug, 2017 4 commits
  25. 29 Aug, 2017 1 commit
  26. 23 Aug, 2017 1 commit
  27. 22 Aug, 2017 2 commits
  28. 19 Aug, 2017 1 commit
  29. 16 Aug, 2017 1 commit
  30. 10 Aug, 2017 1 commit
  31. 08 Aug, 2017 1 commit
  32. 07 Aug, 2017 1 commit
  33. 25 Jul, 2017 1 commit