- 31 May, 2019 1 commit
-
-
Sang Ik Lee authored
* Cleanup how compile flags set and used by nGraph and external projects. Set C++11 through CMake and pass it down to external projects. Prefer CMake variables such as CMAKE_POSITION_INDEPENDENT_CODE and CMAKE_CXX_STANDARD instead of explicitly setting compiler dependent flags. Create json compilation database for external projects. CMAKE_CXX_FLAGS is used as common global options for nGraph and external projects. add_compile_options() is used for local options for current and sub directories. add_definitions() is used for setting definitions for current and sub directories. Note: Global options are not passed down to some external projects. Note: mkl-dnn resets CMAKE_CXX_FLAGS internally. Note: TBB and MLSL are not CMake based. Noet: Eigen and json is header only library. * Fix error. * Fix error. (second attempt) * Cleanup code. * Allow check for undefined macro. * Try to fix cldnn issue. * Set type for CMake arguments. * Pass C++ standard to protobuf. * Pass C++ standard down to TBB. * Change how Clang specific flags are handled. * Fix error. * Workaround for compile error on Baidu's PDPD docker. * Fix windows build error.
-
- 19 Apr, 2019 1 commit
-
-
Sang Ik Lee authored
-
- 18 Mar, 2019 1 commit
-
-
Junfeng Dong authored
* Enable onnx, protobuf and onnx import on Windows. * Apply style.
-
- 27 Feb, 2019 1 commit
-
-
Scott Cyphers authored
* Add info about lib versions in an easy to find place * Review comments
-
- 22 Feb, 2019 1 commit
-
-
Sang Ik Lee authored
-
- 19 Feb, 2019 1 commit
-
-
Sang Ik Lee authored
* Use git shallow clone if CMake >= 3.6. Remove BUILD_BYPRODUCTS. * Fix ONNX, protobuf integration.
-
- 15 Feb, 2019 1 commit
-
-
Sang Ik Lee authored
* Use uniform naming for external project prefixes and use INSTALL_DIR instead of SOURCE_DIR for referencing prebuilt external libraries. * TBB: Use single variable to share path across files.
-
- 03 Jan, 2019 1 commit
-
-
Robert Kimball authored
* update licenses for 2019 * style
-
- 27 Aug, 2018 1 commit
-
-
Artur Wojcik authored
* onnxifi: add 'onnx' as external project Signed-off-by:
Artur Wojcik <artur.wojcik@intel.com> * onnxifi: public interface function stubs Signed-off-by:
Artur Wojcik <artur.wojcik@intel.com> * onnxifi: fix the typo in function name Signed-off-by:
Artur Wojcik <artur.wojcik@intel.com> * onnx: fix compilation Ubuntu 16.04 Signed-off-by:
Artur Wojcik <artur.wojcik@intel.com> * onnxifi: update to dummy backend Signed-off-by:
Artur Wojcik <artur.wojcik@intel.com> * onnxifi: style cleanup Signed-off-by:
Artur Wojcik <artur.wojcik@intel.com>
-
- 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>
-