Vladimir Paramuzov
3ee00e018a
[GPU] Moved onednn_gpu to plugin folder ( #9458 )
2021-12-29 11:06:14 +03:00
Vladislav Volkov
60a11a6348
[CPU] Renamed CPU plugin to ov_intel_cpu_plugin ( #9342 )
2021-12-23 11:49:25 +03:00
Liubov Talamanova
4564867a44
Update POT tests for OMZ location in openvino/thirdparty ( #9171 )
...
* Move OMZ to thirdparty/open_model_zoo
* Improve diagnostic of issues
* Update path to OMZ in the Python wheel setup.py
* Update POT tests for OMZ location in openvino/thirdparty
* fix mo path
Co-authored-by: azhogov <alexander.zhogov@intel.com >
2021-12-20 09:10:39 +03:00
Ilya Lavrenov
9e519946f0
Integrate JSON libs ( #9145 )
...
* Add nlohmann json (Release 3.10.4) as submodule
* Move nlohmann_json lib to json folder, add json_schema validator lib as submodule
* Move BUILD_SHARED_LIBS flag to a separete scope
* Add export of nlohmann_json_schema_validator
* Fix build
* set folder thirdparty
* link lib to offline_transformations and benchmark_app
* suppress shadowing names warning in nlohmann_json lib
* fix include in benchmark_app
* Resolve review comments: add json subdirs to samples cmake
* Fix static build
* Proper json integration
* removed cpp_samples_deps component
Co-authored-by: Ivan Tikhonov <ivan.tikhonov@intel.com >
2021-12-12 20:40:41 +03:00
Ivan Tikhonov
e23e6f3628
Add nlohmann json (Release 3.10.4) as submodule ( #8915 )
2021-12-02 10:41:36 +03:00
Ilya Churaev
b1fba3a675
Rename runtime to src ( #8842 )
...
* Renamed runtime to src
* Removed old paths
* Fixed cmake
* Fixed doc
2021-11-27 11:28:25 +03:00
Alexander Kozlov
bbeec714aa
Moved Post-training Optimization Tool to open-source ( #7940 )
...
* Moved POT to opensource
* Added OMZ as a submodule
* Exclude OMZ from ShellCheck
2021-10-15 16:35:35 +03:00
Vladimir Paramuzov
43609b4b4e
[GPU] Added onednn dependency. ( #6564 )
2021-09-21 09:48:16 +03:00
Anastasia Kuporosova
36318ca2cc
[Python API] move ngraph python api to the new location ( #7364 )
...
* [Python API] Move ngraph python api to the new destination
* fix building tests
* fix code-style checks
* building in azure
* fix building wheels
* apply fixes
2021-09-09 13:41:11 +03:00
Daria Ilina
5292de5338
Reorganize work with openvino/thirdparty (Copied from PR6744) ( #6880 )
...
* Copied PR6744
* Added CMakeLists.txt into gflags
* Return gflags into .gitmodules
* Added CMakeLists.txt into gtest
* fix: remove extra gflags and gtests from .gitmodules
* Change syntax in set gtest_targets
* Make gtest/CMakeLists.txt as in PR6744 for pre-commit experiment
* Update gtest/CMakeLists.txt
* Change version of gtest repo
* Return gtest info into .gitmodules
* Update gflags version to currently used
2021-08-11 11:33:52 +03:00
Ilya Lavrenov
5d781afe73
Naming convention tool integration ( #6967 )
...
* Fixed cycle dependency
* Added NCC infra
* Add submodule
* Added substitution for clang lib
* target depends on target_ncc_check
* Try find_package(Clang QUIET)
* Added github actions
* Try U18 + clang9
* Fixed nnc
* Updated style
* Works for clang-9
* Works for clang-7
* Fixes
2021-08-07 09:55:45 +03:00
Ilya Churaev
40a5ce21aa
Use original onnx ( #6673 )
...
* Merged ONNX editor and ONNX importer to the one folder
* Try to migrate to original ONNX
* Remove ONNX_BUILD_SHARED_LIBS
* Update ONNX
2021-08-04 07:43:13 +03:00
Tomasz Socha
8f18a4f49f
[nGraph] 🦒 Move ngraph dependencies to submodules ( #6304 )
...
* [nGraph] 🦒 Move onnx library to submodule
* [nGraph] 🦒 Move protobuf library to submodule
* [nGraph] 🦒 Move pybind11 library to submodule
* [nGraph] 🦒 Move ittapi library to submodule
* 🛠️ fix extraction of protobuf_VERSION
* Skip shellcheck for pybind11
* WIP I
* Fix condition in protobuf version comparison
* downgrade protobuf to 3.7.1
* Change location of submodules with configs
* Fix
* Update protobuf to v3.9.2
* FIX II
* Style
* FIX III
* switch to tar.gz
2021-07-05 20:06:10 +03:00
Ilya Lavrenov
fc7f80a34e
CVS-34900: updated pugixml to v1.11.4 ( #6301 )
...
* Added pugixml as submodule
* CVS-34900: updated pugixml to v1.11.4
* Fixed link with pugixml
* USe pugixml::static
* Try to fix bug
* Removed GITHUB_PULL_REQUEST
* Replaced OpenVINO_MAIN_SOURCE_DIR -> OpenVINO_SOURCE_DIR
* Removed some usages of IE_MAIN_SOURCE_DIR
* Use ngraph target directly
2021-07-02 11:36:31 +03:00
Vladimir Paramuzov
72b5182354
[IE CLDNN] Build OCL ICD loader from sources ( #6321 )
...
* [IE CLDNN] Build ICD loader from sources
* [IE CLDNN] Switched ocl submodules to latest tag instead of master
* [IE CLDNN] Added several cmake variables to enable find_package for OpenCL
2021-06-23 23:30:17 +03:00
Ilya Lavrenov
2f432980a0
Moved gflags, preprocessing dependencies to root ( #6309 )
2021-06-23 09:53:18 +03:00
Ilya Lavrenov
fa2f9c5201
Migrated to official GoogleTest repo ( #6286 )
...
* Move gtest to <root>/wqthirdparty
* Fixed inference engine tests
* Fixed unit-tests
* Fixed GPU
* Fixed clDNN_unit_tests compilation
* Reverted ngraph changes
* Fixed VPU tests
* Fixed deprecated tests compilation
* Removed OpenVINO clone
* Added public submodule
* Removed
* Fixed Windows
* More updates for INSTANTIATE_TEST_SUITE_P
* Use release-1.10.0
* Removed ngraph copy of gtest
* Revert "Removed ngraph copy of gtest"
This reverts commit ec9fe08d79 .
* Fixes for TYPED_TEST_CASE
* Fixed GNA tests
* Updated submodule
* Updaed index
* TMP disabled tests
* Revert changes and fix compilation errors
* Fixed caching tests
* Revert back
* Revert back all
Co-authored-by: Michael Nosov <mikhail.nosov@intel.com >
2021-06-22 17:39:39 +03:00
Anton Romanov
63a335f0b3
[Speech sample] Added numpy array support ( #5479 )
...
* [Speech sample] Added numpy array support
* Added zlib library submodule to thirdparty
* Added cnpy library original version
* Changed cnpy library: some methods and fixed Klocwork issues
* Change cmakelists and documentation
* Added license information in TPP
* Added support make install to thirdparty components
2021-06-03 12:22:06 +03:00
Vladislav Volkov
2ad7db7b25
Optimizations for precision conversion operations in nGraph reference implementations ( #3974 )
...
* FP16->FP32 conversion vectorization
* int8->FP16 conversion vectorization in nGraph
2021-02-08 16:21:45 +03:00
Alexey Suhov
eab7ef4895
add submodules for mkl-dnn, gflags and gtest
2020-05-21 23:00:55 +03:00
Alexey Suhov
3ad0e4e434
remove ngraph submodule
2020-05-20 00:20:33 +03:00
Alexey Suhov
127cbac5bc
publish master branch snapshot, revision cdcab9d7ab48ffb0ee5629fabbfa06cb45debd9b
2020-04-15 19:01:57 +03:00
Alexey Suhov
b2140c083a
Publishing 2020.1 content
2020-02-11 22:48:49 +03:00
Alexey Suhov
ba6e22b1b5
Publishing 2019 R2 content ( #223 )
2019-08-09 19:02:42 +03:00
Alexey Suhov
55a41d7570
Publishing R4 ( #41 )
...
* Publishing R4
2018-11-23 16:19:43 +03:00