Maxim Vafin
68fef6243c
Apply suggestions from code review
...
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
2023-10-04 22:55:11 +02:00
Maxim Vafin
e65ee445b5
Remove pt quantization
2023-10-04 22:21:34 +02:00
Maxim Vafin
5309430141
Fix results validation
2023-10-04 21:47:35 +02:00
Ilya Lavrenov
8b089b60cd
Removed Azure pipelines migrated to GHA ( #20245 )
2023-10-04 22:51:15 +04:00
Irina Efode
cdcbb1dc00
[CONFORMANCE][SUBGRAPHS DUMPER] Rework subgraphs_dumper
graphs extraction algo feedback by plugins ( #19669 )
...
* [CONFORMANCE][SUBGRAPHS DUMPER] Change repeat pattern extractor to avoid duplications and reduce graphs size
* Small change
* temporary
* merge
* try to handle large models
* Fixes + tests
* Remove extra
* Exclude models after const folding in case dynamic modesl
* shapes to meta
* Fix tests
* Fix test + is_subgraph
* Fix issue with default output
* change hashing
* Check memory
* Hash algo
* correct modelsize check
* Log large models
* tmp disable fused_names extractor
* add device for fused_names
* remove extra
* fix vuild
* Disable fused_names extractor
2023-10-04 19:50:56 +02:00
Irina Efode
d7be40b808
[CONFORMANCE][CMAKE] Add SubgraphsDumper lib ( #20053 )
2023-10-04 20:48:15 +04:00
Ivan Tikhonov
3d6fb85a99
Model builders refactoring: rename dirs, targets, file names ( #19885 )
...
* Model builders refactoring
* Apply review comments
* resolve review commets: update cmake target names
* fix build: use correct headers
* fix headers
* fix build
* fix docs
2023-10-04 18:08:24 +02:00
Piotr Krzemiński
48164e2279
[Ref][Core][Opset13] Add Multinomial Operation ( #19655 )
...
* [Ref] Multinomial base file
* [Ref] Add core & reference implementation reusing other ops
* [Ref] Fix reference implementation, add missing parameters, add tests
* [Core] Add opset13, register multinomial, add shape inference
* [Ref][Core] Fix compile errors
* [Ref][Core] Clang fix
* [TEMPLATE] Remove bf16, f16, f64 types
* [TEMPLATE] Remove incorrect input types for 'input' parameter
* [Ref][Tests] Remove deleted test types
* [Ref] Fix & optimize shape inference
* [PT FE] Apply suggestions from review
* [Template] Migrate to new API
* [Core] Add a clause for dynamic input in shape inference
* [Tests] Add missing type_prop test (?)
* Update multinomial_shape_inference.hpp
* Update multinomial.hpp
* [Ref] Fix build issues
* [Ref] Fix clang and style
* [Ref] Fix tests without replacement
* [Ref] Fix with_replacement sampling error
* [Ref] Remove debugging artifacts
* [Ref] Cast to 64-bit size for 32-bit systems
* Update multinomial.hpp
* [Ref] Add missing type_prop tests, add shape inference tests
* Update multinomial.cpp
* Update multinomial_shape_inference_test.cpp
* Update multinomial.cpp
* Update multinomial.hpp
* [Ref] Fix compilation errors from shape inference test
* [Ref] Fix compilation error of type_prop, apply recommendations from review
* [Ref] Add multiple shape inference tests
* [Ref] Change TEST to TEST_F, add more type_prop tests
* [Ref] Clang fixes
* [Ref] Fix shape inference tests with mismatching args
* [Ref] Fix remaining type_prop errors
* [Ref] Replace HostTensor with normal Tensor in shape inference tests
* Update opset.cpp
* [Ref] Possible fix for 'function empty' error
* [Ref] Add a cast to remove conversion warning
* [Ref] Add conformance test of Multinomial
* [Ref] Match style of conf test to the remaining tests
* Update single_op_graph.cpp
2023-10-04 17:14:32 +02:00
Katarzyna Mitrus
bdb13aa28d
[Opset13][pyAPI] Python API opset13 init and NMSRotated-13 ( #20204 )
...
* Opset13 init
* Update py API to use Opset13
* Add nms_rotated op to py API
* Add tests
* Add trailng comma
* Adjust blank spaces
* Add nms_rotated to init file
* Update tests
* Update style
* Adjust Optional keyword
* Update op docs with shapes
* Add Tensor rypes hints
* Update tests to import opset13
2023-10-04 17:05:29 +02:00
Karol Blaszczak
a13cc8c733
[DOCS] conan fix ( #20216 )
2023-10-04 14:51:35 +02:00
jmacekx
dc505e0bef
[DOCS] add pyyaml to docs requirements ( #20236 )
2023-10-04 14:25:03 +02:00
Irina Efode
8679414be4
[GHA][CONFORMANCE] Init gtest filter for parallel runner in case not used arg ( #20234 )
2023-10-04 14:57:32 +04:00
Nadezhda Ageeva
0b56e8d32d
Keep precision of inputs/outputs in SubgraphBaseTest::calculate_refs ( #20227 )
2023-10-04 10:55:26 +00:00
Ilya Churaev
3b8ac28ced
Moved ConstantResultTest to new API ( #20224 )
2023-10-04 14:18:05 +04:00
Alexandra Sidorova
ee8bd33c6d
[CPU][Snippets] Fixed EnforcePrecision pass registration ( #20051 )
2023-10-04 14:04:52 +04:00
Tatiana Savina
e5233a2f2c
[DOCS] Port doc conversion change ( #20232 )
...
* [DOCS] Fix conversion docs comments (#20144 )
* fix comments
* more fixes
* fix missing part
* add ovc to img (#20192 )
2023-10-04 11:54:24 +02:00
Sebastian Golebiewski
185d728b7e
Changing file structure of Operation Sets ( #20225 )
2023-10-04 11:17:43 +02:00
Sergey Shlyapnikov
b9ff53a5a4
[GPU] Fix runtime reorders optimization and add runtime memory dependencies ( #20202 )
2023-10-04 12:57:02 +04:00
Andrey Kashchikhin
78e3ed6a75
[CI] [GHA] Introduce GHA Linux CUDA Pipeline ( #19884 )
...
* add pipeline
* rm triggers
* address comments
* use uninteractive as env
* rm triggers
* rm unused testdata
* use better concurrency group
Co-authored-by: Mikhail Ryzhov <mikhail.ryzhov@intel.com>
* use aks runner
* correct path
* provide path
* add missing cmake options; rm unnecessary dir creation
* use image from private docker
* split OV and plugin cmake & build; do not fail on warning for plugin build
* use different build_dir for nvidia plugin
* add missing options
* rm unnecessary options; add target for build
* Apply suggestions from code review
try fix for NVIDIA plugin
* Apply suggestions from code review
revert to default contrib repo, used ccache for CUDA files
---------
Co-authored-by: Mikhail Ryzhov <mikhail.ryzhov@intel.com>
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
2023-10-04 11:50:57 +04:00
Mateusz Mikolajczyk
7926302d35
[Ref][Core][Opset13] BitwiseAnd, BitwiseOr and BitwiseXor core shell and reference ( #20058 )
...
* Add Bitwise binary core and refs
* Add draft for tests
* Formatting, build issues and tests
* Fix tests
* Add reference tests
* Apply requested changes
* Add requested changes
* Rename
* uncomment test
* Update src/tests/functional/plugin/conformance/test_runner/op_conformance_runner/src/op_impl_check/single_op_graph.cpp
Co-authored-by: Tomasz Jankowski <tomasz1.jankowski@intel.com>
* change reference
---------
Co-authored-by: Tomasz Jankowski <tomasz1.jankowski@intel.com>
2023-10-04 09:38:33 +02:00
Vladimir Paramuzov
0ee0b4d956
[GPU] Fix custom layer ( #20220 )
2023-10-04 10:18:34 +04:00
Ilya Lavrenov
749ed9dec7
Added python search path for Conda ( #19929 )
2023-10-03 22:47:52 +04:00
Sofya Balandina
379ff62575
[apiConformance] Remove 1.0 api tests ( #20185 )
2023-10-03 18:07:10 +02:00
Ilya Lavrenov
d5ea8d5a92
Explicitly set Python3_FIND_STRATEGY ( #20215 )
2023-10-03 18:43:45 +04:00
Edward Shogulin
ae3b19d034
[LPT] [NPU] Multiply support ( #19859 )
...
* [LPT] [NPU] Multiply support
* [LPT] [NPU] Multiply support documentation
* 1) FakeQuantize support 2) refactoring
* [LPT] DisableCleanup attribute + cleanup transformations extension
* [LPT] DisableCleanup usage
* [LPT] Tests infrastructure support
* [LPT] infrastructure quick fix
* [LPT] Recurrent Cell Transformation fix
* refactoring & comment fixes
2023-10-03 15:31:33 +01:00
Maciej Smyk
2b07576e2b
[DOCS] Adding Conan distribution article to docs for master ( #20205 )
2023-10-03 16:29:54 +02:00
Sebastian Golebiewski
d5f0c6f4ef
Changing file structure of Operation Sets section ( #20214 )
2023-10-03 15:32:47 +02:00
Maciej Smyk
e072dc33b0
Device Plugins Restructure ( #20219 )
2023-10-03 15:14:03 +02:00
Vladimir Paramuzov
a2c524019a
[GPU] Use ov element type and float16 inside plugin ( #20110 )
2023-10-03 16:46:50 +04:00
Sebastian Golebiewski
1178d983e6
Changing file structure of POT Tool Examples section ( #20213 )
2023-10-03 14:41:37 +02:00
Sebastian Golebiewski
1e110c9ff5
Changing file structure of POT tool section ( #20208 )
2023-10-03 12:25:32 +02:00
Oleg Pipikin
09e642a9e5
Refactor FakeQuantizeLayerTest, ExtractImagePatchesTest, GatherNDLayerTest, GatherTreeLayerTest ( #20016 )
...
* Refactor FakeQuantizeLayerTest
* Refactor ExtractImagePatchesTest
* Refactor GatherNDLayerTest
* Refactor GatherTreeLayerTest
* Apply comments
* Apply comments
---------
Co-authored-by: Pavel Durandin <pavel.durandin@intel.com>
2023-10-03 13:56:12 +04:00
Maxim Vafin
35e72251e9
[PT FE] Add support for aten::numpy_T and aten::feature_dropout ( #20136 )
...
* Add support for aten::numpy_t and aten::feature_dropout
* Update tests/layer_tests/pytorch_tests/test_transpose.py
Co-authored-by: Ekaterina Aidova <ekaterina.aidova@intel.com>
---------
Co-authored-by: Ekaterina Aidova <ekaterina.aidova@intel.com>
2023-10-03 09:52:29 +00:00
Sebastian Golebiewski
893710d08f
Changing file structure of Post-Training Optimization Tool section ( #20207 )
2023-10-03 11:42:53 +02:00
Pawel Raasz
f8881dd2a4
[core]Api 2.0/migrate Subtract op to new API ( #20108 )
...
* Migrate Subtract to new API
* Sync has_evaluate precision with evaluate
2023-10-03 10:55:20 +02:00
Maciej Smyk
9a9c74f6c6
Deployment guide restructure ( #20201 )
2023-10-03 09:42:18 +02:00
Maciej Smyk
1f6617e05d
model-preparation-restructured ( #20186 )
2023-10-03 09:42:09 +02:00
Maciej Smyk
492d475728
Model Optimization Guide Restructure ( #20188 )
2023-10-03 09:41:56 +02:00
Maciej Smyk
e7435af7b0
Running Inference Restructure ( #20195 )
2023-10-03 09:41:44 +02:00
Sebastian Golebiewski
c7fb00a461
[DOCS] Changing file structure of Apache MXNet Caffe and Kaldi section ( #20200 )
...
* Changing file structure of Apache MXNet Caffe and Kaldi section
* Update
2023-10-03 08:45:59 +02:00
Sebastian Golebiewski
1f1841c683
Changing file structure of OpenVINO API 2.0 transition section ( #20199 )
2023-10-03 08:34:44 +02:00
Sebastian Golebiewski
eec30ec50d
Changing file structure of Legacy Model Optimizer Extensibility section ( #20198 )
2023-10-03 08:26:35 +02:00
Ilya Lavrenov
d37326b37e
Disable pkg-config search on Android via CMAKE_DISABLE_FIND_PACKAGE_PkgConfig ( #20179 )
2023-10-03 09:16:56 +04:00
Ilya Churaev
23e5964c5d
Remove HostTensor from ov namespace ( #20168 )
...
* Remove HostTensor from ov namespace
* Fixed build
2023-10-03 09:13:18 +04:00
Anastasia Kuporosova
3bdd12b6c5
[PyOV][Docs] Update docs with new way of using properties ( #20116 )
2023-10-03 06:59:57 +02:00
Przemyslaw Wysocki
9dd5fe97cb
Add field for JIRA ticket in Good First Issue template ( #20187 )
...
* Add gfi
* Minor change
* Fix linter
* fix typo
* Fix typo'
* Add new field
* Minor change
2023-10-02 21:55:14 +04:00
Andrey Kashchikhin
bcd331d145
[CI] [GHA] Transfer Linux ONNX Runtime to AKS runners ( #20157 )
...
* transition to aks runners
* correct name
* incorporate onnxruntime into linux pipeline
* add missing python installation
* install build dependencies
* add path
* rm unused
* mv stage
* correct dir
* use 16-core for onnxruntime job
* rm obsolete
* rm logs
* rm unnecessary step
* rm unnecessary dir creation
2023-10-02 21:45:17 +04:00
Alina Kladieva
86dfacbc51
[build_samples_msvc] Exit properly on error ( #20191 )
2023-10-02 21:34:08 +04:00
Taylor Yeonbok Lee
33881542c5
[GPU] Fix gpu memory handling ( #19930 )
...
* [GPU] Added more debug print for prepare input/output
Skip enqueuemempcy for zero count tensor
* Fix mem alloc limitation
* Simplify memory check condition
* Fix not to wait for null event
* Additional fixes
- apply review comments (disable 0 size memcpy for other mem types) && return user event instead of nullptr
- fixd get_max_memory to return cpu memory instead of global memorysize (Because in windows, max_global_memory returns shared gpu memory instead of physical memory size)
* Fixed functest failure
2023-10-02 09:44:22 -07:00
Sebastian Golebiewski
97a830965f
Changing file structure of Model Conversion Tutorials in Documenation section ( #20193 )
2023-10-02 16:18:45 +02:00