Ilya Churaev
e2635a0053
Introduce ov::ICore ( #15096 )
...
* Added new ov::ICore
* Fixed style and removed unused functions
* Fixed mock core
* Fixed linker issue
* Fixed inference functional tests
* Update copyrights
* Use new plugin API inside the new API
* Fixed CPU tests
* Removed old plugin from ov::IPlugin
* Fixed Inference tests
* Added comments and some other minor changes
* Split core interfaces
* Added logic to load v7 IRs without crash
* Fixed thread tests
* Fixed comments:
* Add const keyword for core methods
* Rename core methods
* Fixed mock core
* Added more const methods
* Fixed tests
* Remove unnecessary exception catch
* Fixed some comments
* Remove default implementations of get/set property
* Fix additional comments
* Removed set property
* Try to fix linux build
* Revert function move
2023-01-20 13:43:48 +04:00
Ilya Churaev
0c9abf43a9
Updated copyright headers ( #15124 )
...
* Updated copyright headers
* Revert "Fixed linker warnings in docs snippets on Windows (#15119 )"
This reverts commit 372699ec49
.
2023-01-16 11:02:17 +04:00
Ilya Lavrenov
6ca47b074d
Library versions & made tests relocatable ( #12416 )
...
* Fixes for cases when TBB_DIR env var is set
* Don't use make in build_samples.sh script
* First version of Windows installer
* WIndows NSIS installer
* Improved version of debian packages
* Improvements
* Improvements
* Debian packages now look good
* Library versioning
* Fixed tests to run against debian packages
* Fixed frontend tests
* Fixed code style
* FIxed Windows
* Fixed python tests
* Fixed paths in tests
* fdvfdv
* Fixes
* USe versioning only for debian packages
* Relocatable tests
* Fixed
* Fixed all tests
* Fixed clang-format
* Fixed more tests
* Fixed some tests
* Absolute paths in .ci
* Fixes
* Added support of OpenCV 3.4
* Trying to fix gnaUnitTests
2022-08-08 13:59:24 +04:00
Lidia Toropova
2f0bcc8542
Moved stress tests to OV API 2.0 ( #9791 )
...
* Moved stress tests to OV API 2.0
* Fix for using ouput index instead of get_index
* Removed ov::runtime namespace in stress tests
* Updated stress tests according to latest changes in OV 2.0
* Fix memleaks tests
* Updated run_memcheck.py to process gtest_filter
* Updated fillTensors, added InferAPI1 and InferAPI2 classes
* Updated test_inference_with_streams
* Updated isImage, comments
* Updated fillTensors to fill image_info inputs with positive pseudo-random numbers
* Removed redundant variable in fillTensors
2022-01-31 17:07:25 +03:00
Alexey Suhov
a79830cb55
Update year to 2022 in copyright notice ( #9755 )
2022-01-19 01:07:49 +03:00
Olesya Martinyuk
133b3b6468
Remove local configs and it's copying to bin/ for stress tests ( #7131 )
2021-08-19 12:57:47 +03:00
Ilya Sharikov
252483bb83
Common tests library for shared functionality ( #6578 )
2021-07-23 10:37:35 +03:00
Vitaliy Urusovskij
a92a737ba0
Develop installation rules for time and stress tests ( #6649 )
...
* Prepare `install` rule for time_tests
* Prepare `install` rule for stress tests
2021-07-16 16:30:20 +03:00
Ilya Lavrenov
07f94ea602
Minimized usage of IE_MAIN_SOURCE_DIR
( #6422 )
...
* Minimized IE_MAIN_SOURCE_DIR hardcode
* Used COMPILE_OPTIONS instead of COMPILE_FLAGS
* Fixed compilation
* Enabled NGRAPH_DYNAMIC_COMPONENTS_ENABLE by default
* Fixes
* Moved GNA related file
* Fixed backend compilation
* Fixed Windows for ngraph
* Fixed <root>/tests build
* More updates
* Fixed scripts install
* Fixed Windows
* Fixed Windows
2021-06-30 18:15:41 +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
Vitaliy Urusovskij
291a80c84a
Make stress and time tests build dependent from gflags from samples ( #5883 )
...
* Make timetests dependent on IE gflags 3rdparty from samples/
* Make stress tests dependent on IE gflags 3rdparty from samples/
2021-06-04 10:27:23 +03:00
Vitaliy Urusovskij
68ed12cb98
Enable FetchContent
for gflags
dependency in stress tests ( #5449 )
...
* Enable `FetchContent` for `gflags` dependency in stress tests
* Add `HAVE_SYS_STAT_H`, `HAVE_INTTYPES_H`, `INTTYPES_FORMAT` for stress tests
2021-04-29 14:44:12 +03:00
Alexey Suhov
a748c26fee
Align copyright notice in cpp and cmake source files (CVS-51320) ( #4950 )
2021-03-25 02:40:09 +03:00
Ilya Lavrenov
24fb09edb3
Improvements in cmake scripts ( #4766 )
...
1. Find Threads only once in IEDevScripts package
2. Small refactoring in IE Dev Package
2021-03-15 13:07:38 +03:00
Victor Kuznetsov
7ba9723242
[Stress] Add precision field to MemCheck configs ( #4362 )
2021-02-24 14:56:09 +03:00
Vitaliy Urusovskij
4bfb353dbd
Add fillBlobs
to fix issue with negative values in image_info
input layer ( #3271 )
2020-11-23 17:32:49 +03:00
Vitaliy Urusovskij
f8513d8fd3
[Stress] Remove --env_conf at all after deprecation ( #1582 )
2020-08-03 12:58:27 +03:00
Vitaliy Urusovskij
25cadb661b
[Stress] Enable OMZ info_dumper.py in get_testdata.py ( #1485 )
...
* [Stress] Support OMZ model_info.py in get_testdata.py
* [Stress] Copy IRs from OMZ models folder to IRs folder
* [Stress] Support modified configs in C++ tests
* [Stress] Deprecate support of --env_conf due refactoring of configs
* [Stress] Update configs:
1. Removed env configs due deprecation
2. Moved test configs to a new format
* [Stress] Extend MemCheck records with info from test config
2020-07-31 12:13:12 +03:00
Ilya Lavrenov
a7579d5c35
Removed ICNNNetReader interface ( #1042 )
...
* Removed ICNNNetReader interface
* Fixed stress tests
* Fixed comments in VPU plugin
* Removed duplicated stress tests
* Fixed watchdog tests
2020-06-23 22:34:26 +03:00
Alexey Suhov
357cc7eb4c
publish master branch snapshot, revision 0110d9c98fd7209589d06344f0d836f61d81f4b3
2020-04-27 21:21:29 +03:00
Alexey Suhov
127cbac5bc
publish master branch snapshot, revision cdcab9d7ab48ffb0ee5629fabbfa06cb45debd9b
2020-04-15 19:01:57 +03:00