- 28 Mar, 2019 1 commit
-
-
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
-
- 21 Jan, 2019 1 commit
-
-
Yixing Lao authored
-
- 03 Jan, 2019 1 commit
-
-
Robert Kimball authored
* update licenses for 2019 * style
-
- 14 Dec, 2018 1 commit
-
-
Robert Kimball authored
-
- 04 Dec, 2018 1 commit
-
-
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
-
- 15 Nov, 2018 1 commit
-
-
Avijit authored
Replaced the git command 'ls-repote --tags' with which produces the same output but works for clones without branches (#2066)
-
- 07 Nov, 2018 1 commit
-
-
Robert Kimball authored
* add nop backend * nop backend * fix flag name * add new switch to cmake output of switch settings * add new unit test to igpu manifest * remove redundant test
-
- 02 Nov, 2018 1 commit
-
-
Sang Ik Lee authored
* Update "JSON for Modern C++" to a version that officially supports gcc 4.8 * "JSON for Modern C++" is header only and does not need to be configured.
-
- 25 Oct, 2018 1 commit
-
-
Robert Kimball authored
-
- 12 Oct, 2018 1 commit
-
-
Robert Kimball authored
* move backend specific test files to test/backend directory * remove unit_test_control * move tests back to test root * fix comment * wip * fix manifest
-
- 07 Jul, 2018 1 commit
-
-
shssf authored
-
- 13 Jun, 2018 1 commit
-
-
Robert Kimball authored
* backend libraries now found in tree dynamically read header search paths fix running from install
-
- 10 May, 2018 1 commit
-
-
Robert Kimball authored
* Add mechanism for disabling specific backend unit tests from a manifest file. Populate the test manifest files for CPU, GPU and INTERPRETER. * update docs for new manifest controlled transformer unit tests
-
- 05 May, 2018 1 commit
-
-
Jaikrishnan Menon authored
-
- 03 May, 2018 1 commit
-
-
Robert Kimball authored
* migrate files * apply version number to libngraph.so * fix cmake running with empty build directory
-
- 06 Mar, 2018 1 commit
-
-
Robert Kimball authored
* patch working * wip * fix patcher * remove debug message: * cleanup * fix typo
-
- 28 Feb, 2018 1 commit
-
-
Robert Kimball authored
* add support for both command line arg and env var to set NGRAPH_WARINGS_AS_ERRORS'
-
- 09 Feb, 2018 1 commit
-
-
Jennifer Myers authored
-
- 08 Feb, 2018 1 commit
-
-
Jennifer Myers authored
-
- 19 Jan, 2018 1 commit
-
-
Tristan Webb authored
* Add mention of blob ref of original file from caffe2 * Mention location of source listing originally from LLVM project
-
- 21 Nov, 2017 2 commits
-
-
Tristan Webb authored
-
Tristan Webb authored
Reused from Caffe 2 (Apache Licensed) [Link](https://github.com/caffe2/caffe2/blob/master/cmake/Modules/FindCuDNN.cmake)
-
- 30 Oct, 2017 1 commit
-
-
Christian Convey authored
- Adds Sphinx docs support. - Sphinx and Doxygen docs now built by CI. - Sphinx and Doxygen docs now installed by `make install`.
-
- 06 Sep, 2017 1 commit
-
-
Robert Kimball authored
add cmake finder for graphviz dot program and then conditionally compile visualization based on finding
-
- 07 Aug, 2017 1 commit
-
-
Christian Convey authored
-
- 25 Jul, 2017 1 commit
-
-
Robert Kimball authored
-