- 15 Oct, 2018 1 commit
-
-
tsocha authored
Add support for an environment variable `NGRAPH_ONNX_IMPORT_ENABLE` to setup.py This variable controls whether the Python API is build with or without support for ONNX import functionality built into core nGraph.
-
- 12 Oct, 2018 1 commit
-
-
Artur Wojcik authored
Signed-off-by: Artur Wojcik <artur.wojcik@intel.com>
-
- 31 Aug, 2018 1 commit
-
-
Michał Karzyński authored
-
- 28 Aug, 2018 1 commit
-
-
Michał Karzyński authored
* Add Travis testing on CentOS * Disable building CPU Backend * Remove Python dependencies from CentOS for now
-
- 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>
-
- 12 Aug, 2018 2 commits
-
-
rsketine authored
* Update Dockerfile reverted the INTERPRETER CHANGES * Added a conditional for a prebuilt argument based on task type * Added default arg and also conditional cmake argument * Update .travis.yml * Update Dockerfile
-
Robert Kimball authored
* remove test that relies on CPU if CPU is not built * fix docker build * change onnx to use INTERPRETER * run unit-test-check
-
- 10 Aug, 2018 2 commits
-
-
Artur Wojcik authored
* onnx: add 'constant' operator Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: getting attribute value by name Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: fix code style Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: fix clang compilation warnings Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: exception Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: add 'split' operator Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: add public interface Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: add initial unit test for importer Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: initial implementetion of operator' set Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * [WIP] Unit test for split operation. * Fix Split Op bounds calculation + UT * clang format * Split Op with variable parts unit test. * Remove unused headers * Add missing ngraph install prefix for cmake in travis Dockerfile. * Remove -Wno-zero-as-null-pointer-constant * Code review * Apply clang-format-3.9 * Add missing onnx_import interface files to CMakeList * Copyright notice format
-
rsketine authored
* Update Dockerfile Added -j 4 to speed up build times * Update Dockerfile j -4 comes across the same error as j -8 so moving this to j -2 * Update Dockerfile * Update Dockerfile * experimenting with less number of tasks * Update Dockerfile * Added cmake changes to use the INTERPRETER instead of cpu. * Update .travis.yml
-
- 28 Jul, 2018 1 commit
-
-
rsketine authored
* Update Dockerfile took out make -j 8 as we are running out of virtual memory. added df -k for getting the disk space info in logs. * Update .travis.yml As we bring up 3 containers here i am reducing to 2 and trying to see if this is deployed on different machines then should not matter. * Update .travis.yml 3 in parallel should pass also 2 of then are passing so trying this out
-
- 23 Jul, 2018 4 commits
-
-
Jaikrishnan Menon authored
This reverts commit 549a4fd1.
-
Jaikrishnan Menon authored
-
Jaikrishnan Menon authored
-
Jaikrishnan Menon 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
-
- 18 May, 2018 1 commit
-
-
Michał Karzyński authored
-
- 15 May, 2018 1 commit
-
-
Michał Karzyński authored
-
- 20 Apr, 2018 1 commit
-
-
Michał Karzyński authored
Force test to fail if any env fails.
-
- 10 Apr, 2018 1 commit
-
-
Sang Ik Lee authored
* Remove the no longer supported alternative installation method for python binding. * Put back CMakeLists.txt as it is used by travis ci dockerfile. * Remove python/CMakeLists.txt and update Travis CI
-
- 09 Apr, 2018 1 commit
-
-
Tomasz Socha authored
-
- 05 Apr, 2018 1 commit
-
-
Michał Karzyński authored
* Enable Travis CI * Enable Travis CI - update README * Travis CI - Parallel testing
-