openvino
openvino copied to clipboard
OpenVINO™ is an open-source toolkit for optimizing and deploying AI inference
### Details: - *Disable ConvertGatherToGatherCompressed pass in case `useLPT` is false* ### Tickets: - *138337*
### Details: This PR fixes coverity issue for NPUW component ### Tickets: - *ticket-id*
[TRANSFORMATIONS] Make TotalSequenceLengthPattern pattern stricter Make TotalSequenceLengthPattern pattern stricter to match one of the cases when 'scale' is calculated from shape. ### Tickets: - CVS-138933 Signed-off-by: Andrii Staikov
### Context [JIT Emitters](https://github.com/openvinotoolkit/openvino/blob/42f1cb095143f19c0b9ee25836c29748bc8d9bf2/src/plugins/intel_cpu/src/emitters/README.md) are part of code generation feature (a.k.a. tensor compiler) that automatically produces highly-efficient optimized fused subgraph binary code. Each emitter implements specific operation from low level...
### Details: - based on https://github.com/openvinotoolkit/openvino/pull/24889 - + Added workflow which runs Python API tests specifically using numpy>=2.0.0 ### Tickets: - [CVS-143476](https://jira.devtools.intel.com/browse/CVS-143476)
### Context [JIT Emitters](https://github.com/openvinotoolkit/openvino/blob/42f1cb095143f19c0b9ee25836c29748bc8d9bf2/src/plugins/intel_cpu/src/emitters/README.md) are part of code generation feature (a.k.a. tensor compiler) that automatically produces highly-efficient optimized fused subgraph binary code. Each emitter implements specific operation from low level...
### Context [JIT Emitters](https://github.com/openvinotoolkit/openvino/blob/42f1cb095143f19c0b9ee25836c29748bc8d9bf2/src/plugins/intel_cpu/src/emitters/README.md) are part of code generation feature (a.k.a. tensor compiler) that automatically produces highly-efficient optimized fused subgraph binary code. Each emitter implements specific operation from low level...
### Details: *Previously Tail Loop with `Brgemm` by dynamic dimension `M` was processed with scalar increment. This PR is extended the functionality: now this Tail Loop is evaluated once and...
### Details: - *Introduces operator+ and operator- for ov::Symbol* - *Uses introduced operators in `Add::evaluate_symbol`, `Subtract::evaluate_symbol` and shape_infer of Range operation* Significantly reduces the number of unique symbols in models,...
Fix Coverity issues Fix the following issues reported by Coverity: * Overflowed constant * Explicit null dereferenced * Dereference null return value * Using invalid iterator ### Tickets: - CVS-145094...