openvino icon indicating copy to clipboard operation
openvino copied to clipboard

OpenVINO™ is an open-source toolkit for optimizing and deploying AI inference

Results 1176 openvino issues
Sort by recently updated
recently updated
newest added

### Details: - *Disable ConvertGatherToGatherCompressed pass in case `useLPT` is false* ### Tickets: - *138337*

category: CPU
category: transformations

### Details: This PR fixes coverity issue for NPUW component ### Tickets: - *ticket-id*

category: NPU

[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

category: Core
category: transformations

### 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...

good first issue
category: CPU
no_stale

### 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)

category: build
category: Python API
category: CI
category: tools
category: dependency_changes
github_actions

### 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...

good first issue
category: CPU
platform: arm
no_stale

### 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...

good first issue
category: CPU
platform: arm
no_stale

### 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...

category: IE Tests
category: CPU

### 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,...

category: Core
category: Python API
category: transformations
category: CPP API

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...

category: CPU
category: transformations
category: LP transformations