- 23 Aug, 2018 1 commit
-
-
Artur Wojcik authored
Signed-off-by: Artur Wojcik <artur.wojcik@intel.com>
-
- 17 Aug, 2018 2 commits
-
-
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
-
Jaikrishnan Menon authored
-
- 16 Aug, 2018 1 commit
-
-
Artur Wojcik authored
* onnx: pull Protobuf 3.5.x from GitHub Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: fix Travis build configuration issue Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: additional fixes for Travis Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: update documentation - build requirements for MacOS Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: update documentation - build requirements for Ubuntu Signed-off-by: Artur Wojcik <artur.wojcik@intel.com>
-
- 11 Aug, 2018 1 commit
-
-
Robert Kimball authored
-
- 09 Aug, 2018 1 commit
-
-
Jaikrishnan Menon authored
-
- 03 Aug, 2018 1 commit
-
-
Robert Kimball authored
* compiles but does not link
-
- 23 Jul, 2018 2 commits
-
-
Jaikrishnan Menon authored
-
Jaikrishnan Menon authored
-
- 18 Jul, 2018 1 commit
-
-
Robert Kimball authored
-
- 12 Jul, 2018 1 commit
-
-
Robert Kimball authored
* remove custom install path * fix travis build * Add NGRAPH_INSTALL_PREFIX as an alias for CMAKE_INSTALL_PREFIX to make our unit tests pass. * change install path setting
-
- 27 Jun, 2018 1 commit
-
-
Artur Wojcik authored
* onnx: add importer cmakes * onnx: use file(DOWNLOAD ...) command to download onnx.proto * onnx: add Protobuf minimal required version
-
- 26 Jun, 2018 3 commits
-
-
Robert Kimball authored
* cmake runs for interpreter * more updates towards building on windows
-
shssf authored
* First IntelGPU backend based on clDNN with empty functions * Backend/API:Conflicts resolved and comments addressed
-
Igor Kaplounenko authored
* updated to work with llvm 8.1 that tensorflow is built with * sane extensions on the mac * not doing rpath on apple * apply style
-
- 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
-
- 05 Jun, 2018 1 commit
-
-
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
-
- 21 May, 2018 1 commit
-
-
Yixing Lao authored
-
- 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
-
- 09 May, 2018 1 commit
-
-
Yixing Lao authored
* create ngraph_test_util * installs libngraph_test_util
-
- 03 May, 2018 1 commit
-
-
Robert Kimball authored
* migrate files * apply version number to libngraph.so * fix cmake running with empty build directory
-
- 01 May, 2018 1 commit
-
-
Adam Procter authored
* Remove single-line comments ending with backslash These comments cause warnings on gcc. * Add -DNGRAPH_DEBUG_ENABLE cmake option * Forgot to update log.hpp * Better comment in CMakeLists
-
- 26 Apr, 2018 1 commit
-
-
Robert Kimball authored
cleanup some enable flags in cmake. add flags to optionally disable building unit tests and tool (#917)
-
- 25 Apr, 2018 1 commit
-
-
Robert Kimball authored
-
- 20 Apr, 2018 1 commit
-
-
Sang Ik Lee authored
executables not shared libraries. This change will remove the following warning. ld: warning: -pie being ignored. It is only used when linking a main executable
-
- 16 Apr, 2018 1 commit
-
-
Jaikrishnan Menon authored
* CMake: Allow build target arch to be overridden * Add DNGRAPH_TARGET_ARCH option to install docs
-
- 26 Mar, 2018 1 commit
-
-
Fenglei authored
-
- 25 Mar, 2018 1 commit
-
-
Jaikrishnan Menon authored
* CMake: Generate code for the host CPU * CMake: Separate machine-specific flag * Increase tolerance for convolution tests
-
- 17 Mar, 2018 1 commit
-
-
Scott Cyphers authored
-
- 16 Mar, 2018 1 commit
-
-
Robert Kimball authored
* Add flags for SDL-3 compliance * change check to support older versions of CMake
-
- 15 Mar, 2018 1 commit
-
-
Robert Kimball authored
-
- 28 Feb, 2018 2 commits
-
-
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
-
- 14 Feb, 2018 3 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
-
Sevin F. Varoglu authored
- enable distributed ngraph (MPI) - add AllReduce op to ngraph core, interpreter and CPU backend - add AllReduce unit test
-
- 09 Feb, 2018 1 commit
-
-
Jennifer Myers authored
-
- 08 Feb, 2018 2 commits
-
-
Jennifer Myers authored
-
Matthew Brookhart authored
-