* Do not normalize negative indices for Gather v8
* code style fix
* added transformation test with accuracy check for Gather-v8
* removed GatherNegativeConstIndicesNormalize transformation at all
* ConvertGather8ToGather7 conversion: added more checks
* Introduced shared Gather8withIndicesDataLayerTest: added CPU, GPU instances
* code style fix
* small fix
* review fixes
* do negative indices normalization if possible
* code style fix
* refactor cpu test instances
* code style fix
* add test data for SRF on Linux
* update cpu map detection for Ecore only platform
* update test data for smoke test of streams generation
* update test data
* [GPU] oneDNN3.3 integration.
* Supports new formats from oneDNN3.3 requires.
* Fix Perf regression because of the wrong mvn kernel selection issue.
modnet_webcam_portrait_matting.int8
person-reidentification-retail-0248.int8
* support undefined onednn tag for using any tag instead.
Signed-off-by: hyunback <hyunback.kim@intel.com>
* Merge opt_kernel into reference
* Remove get_default_order
* Use ov:: in jit generators
* Remove unused template function
* Add reshape parameter for consistency with Op spec
* Add brief description and such
* Remove unused param from reshape ref
* Use C++ casting
* Remove ngraph namespace from operations without namespace
* Try to fix build
* Additional fixes
* More fixes
* More fixs
* Fix reverse op
* Fixed tests
* Throw an exception if somebody tries to reallocate tensor
* Revert "Throw an exception if somebody tries to reallocate tensor"
This reverts commit 8e06d6d576.
* Remove python test
* Revert "Remove python test"
This reverts commit 37b12148d3.
* Changed evaluate model behavior
* check dirs
* cmake, build, instlll
* use make
* use build dir
* use target
* add missing
* execute conformance tests
* correct path for requirements
* setupvars
* add API conformance
* conformance as a separate job; install all necessary files
* uncomment
* merge
* install deps
* use matrix, upload expected failures to gh cache
* use 8-core
* use the same paths
* uncomment
* comment
* change
* use csv
* add exit if there are failed tests
* always upload logs
* check dir
* use another dir for expected_failures
* upload always
* rm
* new key
* rm unused
* change
* update
* update
* rm unused
* do not exit if update is set
* copy file
* do not fail in failures check
* use specific branch
* run clean
* add expected failures
* uncomment
* comment out
* correctly add failed tests to fix_priority; check for unexpected failures in case of an update
* use azure runners for conformance
* use 4-core
* uncomment
* comment out
* split deps installation
* add missing deps for setup-python
* print error
* install certs
* do not verify ssl
* add ca-certificates install
* uncomment
* comment
* pack artifacts, rm unused deps
* rm unused dep
* always pack artifacts
* rm for func tests
* use less cores
* use var
* store int
* do not exit if non-zero code
* only 4 core
* use gh runner
* use sudo
* add missing sudo
* use expected failures
* uncomment
* comment
* create fresh expected failures
* use expected failures
* use specific ref and repo
* use expected failures
* uncomment
* comment out
* check caches
* fix str
* rm unused
* restore by restore key
* create dir
* use array
* use diff path
* mv after each download
* add sleeping and more logs
* add saving of hash table
* change
* uncomment
* comment
* download cache entries
* check dir
* use better dir
* uncomment
* rm unused
* add skip configs
* update lists
* rm unused dir; add docs
* rm unused
* rm hardcoded repo ref
* rm unused options; use better name for job
* rm unnecessary dir creation
* GPU primitive and kernel changes to support ScatterElementsUpdate-12
* Add single-layer test for ScatterElementsUpdate-12
* Unit tests:
- fix formats test - add separate data type for indices;
- add tests for Reduction.