Mikhail Ryzhov
c2d8d30487
include requirements.txt to the test package
2023-08-22 11:57:33 +02:00
Mikhail Ryzhov
ca90411446
test pip deps
2023-08-22 11:57:32 +02:00
Mikhail Ryzhov
f54ccfd5d5
test commit
2023-08-22 11:57:30 +02:00
Mikhail Ryzhov
f9e2be1a4b
increase test timeout
2023-08-22 11:56:36 +02:00
Mikhail Ryzhov
b05989dc4c
set suite arg
2023-08-22 11:56:35 +02:00
Mikhail Ryzhov
99c5c6d6b4
grouping suites
2023-08-22 11:56:34 +02:00
Mikhail Ryzhov
29754f40db
test
2023-08-22 11:56:32 +02:00
Mikhail Ryzhov
b753c3def3
fixed param
2023-08-22 11:56:31 +02:00
Mikhail Ryzhov
8a160d70cf
make step optional
2023-08-22 11:56:30 +02:00
Mikhail Ryzhov
dfb45f2c44
test on 4 cores
2023-08-22 11:56:29 +02:00
Mikhail Ryzhov
89a79eb539
fixed empty name in suites
2023-08-22 11:56:28 +02:00
Mikhail Ryzhov
f7814d7caa
added failed logs
2023-08-22 11:56:27 +02:00
Mikhail Ryzhov
ae536fbf66
temroary removed parallel logs
2023-08-22 11:56:26 +02:00
Mikhail Ryzhov
25b63a9938
excluded disabled suites
2023-08-22 11:56:25 +02:00
Mikhail Ryzhov
b82697b300
optimized splitting mode
2023-08-22 11:56:22 +02:00
Mikhail Ryzhov
4554850b61
fixed workload
2023-08-22 11:55:16 +02:00
Mikhail Ryzhov
fde4a80a00
enabled test cache
2023-08-22 11:55:15 +02:00
Mikhail Ryzhov
5141f0117a
extended logs
2023-08-22 11:55:13 +02:00
Mikhail Ryzhov
a0fa5a282e
Added option to split tests by suites
2023-08-22 11:55:11 +02:00
Mikhail Ryzhov
2c599cde24
switched test to large runner
2023-08-22 11:51:52 +02:00
Mikhail Ryzhov
c901e0537e
test call fix
2023-08-22 11:51:51 +02:00
Mikhail Ryzhov
be106c091a
added script to the test package
2023-08-22 11:51:49 +02:00
Mikhail Ryzhov
2a4fa90847
test job
2023-08-22 11:51:21 +02:00
Irina Efode
551cb7ab1a
[CONFORMANCE] Extend conformance runner to use in GA with expected_failures filelist ( #19285 )
...
* [CONFORMANCE] Extend conformance runner to use in GA with expected_failures filelist
* fix
* exclude failed tests from run in case without update
* Small refactoring
2023-08-22 13:32:34 +04:00
Sofya Balandina
0cc3044764
Add attr info to rename_conformance_ir hash ( #19277 )
2023-08-22 13:30:24 +04:00
Sebastian Golebiewski
4703196f5c
link-to-frontend ( #19178 )
2023-08-22 11:21:56 +02:00
Zhang Yi
53c47aaa91
[CPU]Fix mlas threadpool of MlasExecuteThreaded ( #19292 )
2023-08-22 12:49:38 +04:00
Sebastian Golebiewski
20bf7aec13
[DOCS] Update tutorials for master ( #19307 )
...
* update-160823
* fixes
* fix-toc-headings
* fix-headings
* fix
* fix-headings
* fix
* fix-headings
* fixes
* Update 220-cross-lingual-books-alignment-with-output.rst
* fixes
* fix
* fix-toc-headings
* fix-headings
* fix toc
* fix toc
* fix toc
* add-missing-301-nncf
* Update 301-tensorflow-training-openvino-nncf-with-output.rst
* fix toc
* fixes
2023-08-21 16:47:14 +02:00
Wanglei Shen
7c273dc2c5
fix SDL issue (CID 1518459) ( #19287 )
2023-08-21 20:24:59 +08:00
Pavel Esir
90f6500871
[tests] switch layer tests to FP16 on pre-commit ( #19090 )
...
* switch to FP16 on layer tests on precommit; add Pytorch layer tests for precision sensitive subgraph
* remove redundant changes
* moved precision sensitive tests into test_mo_convert_pytorch.py
* remove redundant dumping
* skip layer tests with chaotic output
* add copy() to avoid side effects
2023-08-21 16:03:47 +04:00
Roman Kazantsev
5539d052b0
[JAX][TF Hub][TF FE] Introduce JAX layer tests and support of XLA operations ( #19269 )
...
* [JAX][TF Hub][TF FE] Introduce JAX layer tests and support of XLA operations
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Fix JAX layer tests infa
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Extend run for JAX layer tests
* Use ovc convert_model
* Fix translator and extend layer test cases
* Exclude jax testing on Windows
---------
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-08-21 16:01:48 +04:00
Ilya Churaev
cbe744b717
Introduce model reader which works only with new API ( #19077 )
...
* Introduce model reader which works only with new API
* Fix GNA compilation
* Removed old code
* Fixed Windows build
* Remove legacy headers from core_impl
* Fixed caching tests if plugin on legacy API call ReadNetwork
2023-08-21 15:42:36 +04:00
Roman Kazantsev
19ff7fba3d
[TF FE] Fix support of CTCLoss and add tests to pre-commit ( #19291 )
...
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-08-21 14:26:36 +04:00
Wanglei Shen
61fcf3855a
fix SDL issue (CID 1518457) ( #19289 )
...
* fix SDL issue (CID 1518457)
* update for comments
2023-08-21 17:43:09 +08:00
Maxim Vafin
d55e45f677
[PT FE] Support non boolean inputs for __or__ and __and__ operations ( #19268 )
...
* [PT FE] Support non boolean inputs for __or__ and __and__ operations
* Add test for __or__
2023-08-21 10:55:30 +02:00
Zlobin Vladimir
3813b0bc55
classification_sample_async: state that the samples support NCHW model layout only ( #19259 )
...
Ticket 107409
2023-08-21 09:02:29 +04:00
Karol Blaszczak
601cfadabf
Update prerelease_information.md ( #19282 )
2023-08-18 20:00:54 +02:00
Karol Blaszczak
3e6a3eee6d
[DOCS] contributing guidelines ( #19218 )
...
changes to the contribution guide
2023-08-18 17:59:31 +02:00
Karol Blaszczak
7635f89141
[DOCS] pre-releasenotes 23.1 Aug port master ( #19273 )
2023-08-18 17:58:01 +02:00
Vladimir Paramuzov
526d76c81f
[GPU] New headers and namespaces in some parts ( #19229 )
2023-08-18 15:57:15 +04:00
Anton Voronov
4f29e60742
FIxed is_on_constant_path() using in all places ( #19239 )
...
* Fixed matmul weights check in snippets_mark_skipped
* fix
* ConvertMatMulToFC: is_on_constant_path fix
* [TESTS] added SplitMatMulConcat subgraph test
* MarkDequantizationSubgraph: is_on_constant_path fix
2023-08-18 14:01:07 +04:00
Roman Kazantsev
24ddf1b274
[TF FE] Use regular Convolution in case dynamic input channels ( #19253 )
...
* [TF FE] Use regular Convolution in case dynamic input channels
This solution is aligned with the legacy frontend but it has limitation.
This is a temporal solution until the core obtains ShapeOf evaluator.
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Remove unused variable from the test
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Fix unit-test
* Update mo unit-test
---------
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
2023-08-18 13:39:59 +04:00
Vitaliy Urusovskij
ef33c2b3fd
Fix uninit members in default GroupNormalization()
( #19244 )
2023-08-18 12:16:55 +04:00
Irina Efode
e9fdf0cac4
[CONFORMANCE] Add progress bar to Subgraphs Dumper ( #19235 )
2023-08-18 11:59:22 +04:00
Ivan Tikhonov
dc6f04f475
Handle unspecified type in wrap_tensor function; unit tests ( #19220 )
2023-08-18 10:25:09 +04:00
Ivan Tikhonov
20bb450af2
Fix TransposeSinking when the data input is broadcasted ( #19233 )
2023-08-18 10:23:59 +04:00
Georgy Krivoruchko
e4bed7a31c
[ONNX] Fixed issue with missing sort when wstring path ( #19250 )
...
* Fixed issue with missing sort when wstring path
* Fixed CI linux builds
2023-08-18 01:24:59 +04:00
Anastasia Kuporosova
f51f0c7a6a
try to remove redandant functions ( #18761 )
...
* try to remove redandant functions
* remove redundant imports
---------
Co-authored-by: Michal Lukaszewski <michal.lukaszewski@intel.com>
2023-08-17 16:11:39 +00:00
Edward Shogulin
318009f8d5
[LPT] MoveFakeQuantize: Q/DQ pattern identification generalization ( #18945 )
...
* [LPT] MoveFakeQuantize Q/D pattern dequantization generalization
* [LPT] MoveFakeQuantize Q/D pattern dequantization generalization: quantize op convert
2023-08-17 17:07:51 +01:00
Vitaliy Urusovskij
dea2310153
Add recreate_and_infer_in_thread
memleak test ( #19078 )
...
* Add `recreate_and_infer_in_thread` memleak test
* Add custom threshold for memleak test
* Update tests/stress_tests/common/ie_pipelines/pipelines.cpp
2023-08-17 17:13:07 +04:00