- 07 Jul, 2018 1 commit
-
-
shssf authored
-
- 26 Jun, 2018 1 commit
-
-
Robert Kimball authored
* cmake runs for interpreter * more updates towards building on windows
-
- 25 Jun, 2018 1 commit
-
-
Robert Kimball authored
* remove reference to ngraph core code from codegen. add stand-alone implementations of needed funcions * fixed potential pointer leak * clean up file_util * more file util cleanup, removing unused functions * interpreter works on mac * CPU and INTERPRETER build and pass unmit tests on macos * move get_directory to file_util * cleanup
-
- 19 Jun, 2018 1 commit
-
-
Robert Kimball authored
* fix mkldnn rpath * fix compile warning * close backends when exiting * set backend output directory of backends to the ngraph output directory * Aprocter/patch patch (#1119) * Move more rpath stuff inside if(NOT APPLE) * fix repatch problem with mkldnn library * add updated patch command for older versions of cmake
-
- 13 Jun, 2018 1 commit
-
-
Robert Kimball authored
* backend libraries now found in tree dynamically read header search paths fix running from install
-
- 11 Jun, 2018 1 commit
-
-
Robert Kimball authored
* finally have something almost acceptable
-
- 07 Jun, 2018 1 commit
-
-
Robert Kimball authored
-
- 06 Jun, 2018 2 commits
-
-
Robert Kimball authored
-
Robert Kimball authored
-
- 04 Jun, 2018 1 commit
-
-
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
-
- 17 May, 2018 1 commit
-
-
Sang Ik Lee authored
If user manully provide MKLDNN_INCLUDE_DIR and MKLDNN_LIB_DIR, don't build mkl-dnn and just add a dummy external project "ext-_mkldnn" to satisfy target dependency for the rest of the build.
-
- 14 May, 2018 1 commit
-
-
Yixing Lao authored
* Enable NNP reverse build, clean up ngraph repo * clean mkldnn cmake
-
- 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
-
- 08 May, 2018 2 commits
-
-
Sevin F. Varoglu authored
* Minor changes for AllReduce
-
Pruthvi authored
-
- 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
-
- 18 Apr, 2018 1 commit
-
-
Sang Ik Lee authored
* Remove usage of CMAKE_MAKE_PROGRAM as it slows down parallel build * Make make properly propagate to child and add back targeted build. * Revert "Make make properly propagate to child and add back targeted build." This reverts commit b4b1d8db0f0d42850e53d4e0f773261c292ccaf6.
-
- 05 Apr, 2018 1 commit
-
-
Jaikrishnan Menon authored
-
- 03 Apr, 2018 1 commit
-
-
Scott Cyphers authored
* Fix clang warnings on macos * Conditionalize warning on Apple clang version.
-
- 30 Mar, 2018 1 commit
-
-
Sandeep authored
-
- 29 Mar, 2018 1 commit
-
-
Jaikrishnan Menon authored
-
- 28 Mar, 2018 2 commits
-
-
Adam Procter authored
Fix LLVM commit hashes to work around recent version bump incompatible with our hard-coded "5.0.1" paths (#781)
-
chaseadams509 authored
-
- 21 Mar, 2018 1 commit
-
-
Yixing Lao authored
* update nnp transformer path
-
- 20 Mar, 2018 3 commits
-
-
Sandeep authored
* topolotical-sort based node clustering * cmake builds * Argon manager renamed to NNP along with placement * nnp dir cmake changes * tests pass * more renames * somemore renames * reslove redefination * revert to ARGON_API * more PR comments and remove nnp-fusion tests as redundant * update path * fix format
-
Adam Procter authored
-
Jaikrishnan Menon authored
-
- 16 Mar, 2018 2 commits
-
-
Jai Menon authored
* CPU: Update Eigen * CPU: Move patched Eigen master branch to NervanaSystems
-
Robert Kimball authored
* Add flags for SDL-3 compliance * change check to support older versions of CMake
-
- 13 Mar, 2018 1 commit
-
-
Jayaram Bobba authored
-
- 06 Mar, 2018 1 commit
-
-
Robert Kimball authored
* patch working * wip * fix patcher * remove debug message: * cleanup * fix typo
-
- 28 Feb, 2018 3 commits
-
-
Adam Procter authored
* Exit build with error message when NGRAPH_USE_PREBUILT_LLVM is requested on non-Linux OSes
-
Robert Kimball authored
* add support for both command line arg and env var to set NGRAPH_WARINGS_AS_ERRORS'
-
Robert Kimball authored
* make json lib an external project * add env var to turn warnings to errors
-
- 26 Feb, 2018 1 commit
-
-
Yixing Lao authored
* initial support for hybrid transformer * add broadcast_vector_rowwise_reversed for hybrid test * headerc * get function placement fix * conv ref test generator graph node in labmda fuction * rename map_parameter_to_source_node * type change map_parameter_to_source_node * use interpreter for numerical derivative * better comments
-
- 14 Feb, 2018 2 commits
-
-
Adam Procter authored
* Allow caching of external dependencies (everything but TBB, which I can't figure out yet) * Tweaks to get CPU backend building and linking (but not actually working) on macOS * Tweaks to codegen/CPU backend to enable macOS (no builtin headers yet) * Re-enable header caching stuff on macOS * Suppress unsupported compiler warning for Apple Clang * Fix includes for macOS compatibility
-
Adam Procter authored
-
- 09 Feb, 2018 1 commit
-
-
Jennifer Myers authored
-
- 08 Feb, 2018 1 commit
-
-
Jennifer Myers authored
-