* the proxy device with id should be also a proxy device.
* 1. using real name in the logic of checking if device is proxy.
2. Disable the added test case.
Signed-off-by: Wang, Yang <yang4.wang@intel.com>
* enable test case
---------
Signed-off-by: Wang, Yang <yang4.wang@intel.com>
Co-authored-by: Chen Peter <peter.chen@intel.com>
* resolve skipped HF models: 2nd batch
* commented out models with no info and less than 10 downloads
* Revert "commented out models with no info and less than 10 downloads"
This reverts commit a55861ed69.
* replace with self.image
* resolve todo
* Update tests/model_hub_tests/torch_tests/test_hf_transformers.py
Co-authored-by: Maxim Vafin <maxim.vafin@intel.com>
* Update tests/model_hub_tests/torch_tests/test_hf_transformers.py
---------
Co-authored-by: Maxim Vafin <maxim.vafin@intel.com>
* Added common functions for onnx tests
* Removed test cases which are non-related to ONNX
Extended convert_model by extension
* Extended test utils by convert_partially
* Added model convertion using istream as input
* Moved common functionality to a ov namespace
* Removed unused function
* update parse_processor_info_macos for wrong macos info
* update default setting
* update default setting
* update for comment
* fix typo
* update test data
* update init order
* Switch Windows Conditional Compilation workflow to AKS runners
* Fix YAML syntax
* Limit number of threads for CC build
* Split build stages to two to avoid step being successful when it's not
* Install python to conditional compilation job
* Combine both build commands into a single step
* Trying to work around sccache port issue
Sometimes build hangs and then ends by timeout. The only error message
in the logs is "sccache: error: An attempt was made to access a socket in a way forbidden by its access permissions. (os error 10013)"
* Temporary disable ctest step
* Revert "Temporary disable ctest step"
This reverts commit 8714200994.
* Disable Windows conditional compilation for PRs
* [PyOV] Expose result op
* update docs with op.Result
* codestyle
* add test and fix flake8 errors
* add result test
* fix transformation tests
* update return type
* [CPU] CPU API 2.0 migration for TensorDesc
* Fixed CustomOpCPUTest issue
* Cleanup unused code
1. normalize_preprocess
2. MemoryDescUtils::convertToBlockedMemoryDesc
3. Fix a typo issue
* Fix zero dim with none zero strides issue
* Fix Expected and actual shape are different: [] VS [1]
* Remove InferenceEngine::Layout
* Solve rebase issues
* Update for code reviewer's comments
* Keep ov::intel_cpu::node::Generic for legacy compatibility
* Solve scalar data issue
* Solve reviewer's comments
* Restore Generic registeration
* fix coredump with numactl
* record original socketid and numaid
* update comment
* update comments
---------
Co-authored-by: Chen Peter <peter.chen@intel.com>
* extract cpu func tests into a reusable workflow
* add needs
* check paths
* correct paths
* rm usage of setupvars
* extract samples
* use yaml string
* split mac workflow
* check variables
* try github workspace
* check full dir
* set variables
* try with sub directory
* Revert "try with sub directory"
This reverts commit d891ee3f28.
* extract c++ tests from linux
* change
* use cxx workflow in mac workflows
* add noninteractive
* extract cpu func tests
* rm unused
* enable mac
* fix reusable workflow name
* correct path for sparse-checkout
* extract python UT
* remove unnecessary asterisk
* remove another unnecessary asterisk
* use reusable action for linux cc
* add check for setupvars existence
* check with manually installed opencl
* add components input to samples workflow; rm pr triggers for mac workflows
* add missing needs
* add missing option for deps install script
* use disables in test themselves instead of ifs in workflows
* use reusable workflow for cxx tests in linux arm
* use python reusable workflow in linux arm
* add missing endif
* use self-hosted for samples, add x86_64 constraint for jax
* check paths
* find gompby partial name
* skip failing tests on arm; correct gomp finding for ovc
* check tests
* add debian packages job; use job_ prefix for reusable workflows with jobs
* extract tf hub model tests
* extract tf model hub perf tests
* extract pytorch models tests
* do not use container on GHA runners
* extract onnx runtime
* add missing deps
* skip test for linux arm
* rm always()s
* fix quotes
* correct paths
* correct ifs, check dir for onnxruntime
* correct path for onnxruntime utils folder; install python3
* use self-hosted as input
* check for self-hosted runner via name, pass version
* skip cpu plugin unittest
* check cxx tests
* rm pr trigger
* [TF FE] Switch on ConvLSTM2D layer tests in pre-commit
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Remove extra blank line
---------
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>