Merged
Conversation
* change docker approach * Experiment with run onnx runtime tests over MS Azure * experiment to run bnaries directly * enable all tests * Set tests execution as separated scripts * Configurations update: - Add new yml file for onnx_runtime check - Add specific tag to checkout for onnx runtime * Rename according to conventions * Change OpenVINO release version
…e about python/python3 (#4791)
* Operation class review * Remove clamp from FusedOp * Add node validation checks * Add type_prop unit tests * Move backend unit tests into a separate file * Remove unnecessary includes * Add support for i8, i16, u8, u16 and bf16 precisions * Refactor backend unit tests * Remove instance with f64 precision * Move dynamic shape tests to op_eval * Group failing tests into manifest * Add single layer tests and serialization tests * Skip tests with conversion due to plugin misbehavior * Add unit tests fails to manifest with documented issues * Fix centos7 test to skip slt cpu instances of integer precision * Enable dynamic test for float element type * Address review comments
Co-authored-by: anastasia.kuporosova <akuporos@akuporos.inn.intel.com>
* Enable mo.front.common.extractors module * Update package_BOM.txt
* Added GenerateInput to Reduce tests * Skip ReduceProd CPU tests
Co-authored-by: Patryk Elszkowski <patryk.elszkowki@intel.com>
* Use MO as module * Add legal notice
* Initial working solution * moved bfs_search_apply_on_shapeof_subgraph_nodes from utils/graph.py to MarkShapeOfSubgraphDataType.py * Reused bfs from MarkSubgraphsWithCorrectLayout.py * fixed e2e precomit issues: specified correct const data_types, fixed BFS search staring point to avoid nodeless shapeof subgraphs * fixed mxnet_rnnt: added converting all Const nodes in ShapeOf subgraph in MarkAndChangeDataTypeInShapeOfSubgraphs.py, revised Const values in transformations that affect ShapeOf subgraph nodes * reverter ReverseV2ToReverseSequence.py and DecomposeBidirectionalRNNSequence.py * in MarkSubgraphsWithCorrectLayout BFS search beauty applied * apply review comments, returned back 'in_shape_subgraph' attribute * graph condition added * MO IR reader fix for mixed FP16 models, added replacer order placement comment * moved to back phase * new solution with marking nodes from bottom to top (WIP) * successfully tested on back phase * corrected unittest * removed check for start nodes size in bfs * fix transformations that insert f64 to f32 in shape subgraph * corrected log.warning -> log.debug * revised list if shape input operations added unittest for Const shape inputs * applied @lazarevevgeny's comments * licence head corrections
Build OCL kernel batches of different buckets in parallel Co-authored-by: Donghyeon Jeong <donghyeon.jeong@intel.com>
* fix batch adding to init value of read value * fix for batch in Kaldi models * added broadcast to be able reshape in IE * test fixes, added batch broadcasting to created constants * pep fixes * move all changes to 1 transformation * added unit test and fix insertSelect transformation * added comments * remove unneeded params search * fix element_size to send correct batch * fix update batch in element_size * couple fixes * update BOM file * fix review comments * review fixes * review fixes * fix license headers
* [GNA] Remove HW version enforcement when exporting a model * [GNA] Use output index constant instead of literal
* Updating avgPooling errors tracking.
* Correct benchmark_app description of enforcebf16 parameter * Align enforcebf16 parameter description across cpp and py benchmark_apps * Fix typo * Fix another typo
… functional layer in network (#5097)
* Incorrect ITT counter names fixed * Code style fix
* Fix broadcast with BroadcastType::NONE and unit dimensions * fix issues found by flake * fix broadcast negative test * remove xfail_issue_49913
The key changes are: * Using VERBATIM to ensure CMake property passes command-line arguments to child processes. * Using the INCLUDE_DIRECTORIES property instead of COMPILE_FLAGS to add include directories, because COMPILE_FLAGS are treated as space-separated values. (A small side benefit is that this doesn't rely on -I being the include directory option.) In addition, some changes had to be made in order to preserve behavior: * The _GEN_ARGS_LIST variable has to be inlined, because ARCH_SET is a list, and therefore the "-DXARCH_SET=..." argument gets split into multiple arguments (this happens to work by coincidence without VERBATIM). IMO, the code looks better this way anyway. * It's no longer necessary to replace spaces in XARCH_SET in cross_compiled_disp_gen.cmake, because those spaces were an artifact of how the CMake arguments were passed before.
* Proper cleanup of cache_dir on start/end tests Also add ability to skip the test depending on plugins 'skip_test_config' * [GNA] Enable IMPORT_EXPORT_SUPPORT metric Some tests were skipped, appropriate tickets were raised
* initial working solution * constant_folding for Gather-7 successfully enabled * successfuuly added remaining unittests * removed redundant evaluate from private * fixed evaluate for dynamic axis * fix pre-commit for KMB: added default batch_dims=0 to runtime/reference * clang_format_fix * added include ngraph/shape.hpp to fix compilation for onednn-plugin * temporary removed out of bound check for gather * removed optional argument for batch_dims * added const * finally successfully run on ARM: removed redundant declaration * style fix * changed argument types from size_t -> int64_t * changed back to size_t
* Add keep split output ports without consumers * Fix ir reader for split outputs * Update unit tests * Refactoring code according to review * Fix unit test * Fix
* Add serialization single layer tests * Add more precisions, axis and num of splits in single layer tests * Add op to script of trusted operations
* Fixed sending messages to error_handler * Update CCT
Co-authored-by: Patryk Elszkowski <patryk.elszkowki@intel.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.