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

### Context [JIT Emitters](https://github.com/openvinotoolkit/openvino/blob/master/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: risc-v

### Tickets: - N/A

category: CPU
category: build
category: CI
github_actions

### Details: - The change allows parameters to be recognized alongside constants as valid weight inputs for transformations producing FullyConnectedCompressed nodes ### Description of the issue: At present, the FC_COMPRESSED_WEIGHT_PATTERN...

category: GPU
ExternalIntelPR

### Tickets: - CVS-178036

category: IE Tests
category: CI
github_actions

### Details: - Implements JIT emitter for SoftPlus activation function (softplus(x) = ln(1 + exp(x))) on RISC-V64 architecture with RVV 1.0 support. ### Tickets: - #30244

category: CPU
ExternalPR
platform: risc-v

### Details: The flux.1-schnell model has changes after updating diffusers from 0.33.1 to 0.35.2 which caused another dimensions arrangement for RoPE in the model: [batch, num_heads, -1, head_size] -> [batch,...

category: transformations

### Details: - Align methods in _core.hpp_ to accept `std::filesystem::path` - Add tests for fs::path and unicode cases - Update Python API methods to use fs::path overload ### Tickets: -...

category: inference
category: Python API
category: CPP API

### Documentation link https://github.com/orgs/openvinotoolkit/teams/openvino-ie-gpu-maintainers ### Description 404 ### Issue submission checklist - [x] I'm reporting a documentation issue. It's not a question.

support_request

### Summary This PR adds translation support for `aten::lstm_cell` in the PyTorch frontend. ### Changes - Implemented translator in `src/frontends/pytorch/src/op/lstm_cell.cpp` - Registered op in `op_table.cpp` - Added `test_lstm_cell.py` layer tests...

ExternalPR
category: PyTorch FE

### Context As in the main issue. ### What needs to be done? As in the main issue. ### Example Pull Requests _No response_ ### Resources - [Contribution guide -...

good first issue
no_stale