Skip to content

Conversation

@olpipi
Copy link
Contributor

@olpipi olpipi commented Oct 30, 2025

Details:

  • Perform f16 compression to postponed constant input.
  • ...

Tickets:

  • ticket-id

@olpipi olpipi requested a review from a team as a code owner October 30, 2025 19:47
@olpipi olpipi requested review from CuriousPanCake and removed request for a team October 30, 2025 19:47
@github-actions github-actions bot added the category: transformations OpenVINO Runtime library - Transformations label Oct 30, 2025
@olpipi olpipi force-pushed the pc_and_f16_compression branch from 0733d60 to 9adef0d Compare October 30, 2025 20:11
@mryzhov mryzhov self-assigned this Oct 31, 2025
@olpipi olpipi force-pushed the pc_and_f16_compression branch from 9adef0d to 907413a Compare November 3, 2025 16:39
@olpipi olpipi requested a review from a team as a code owner November 3, 2025 16:39
@github-actions github-actions bot added the category: Core OpenVINO Core (aka ngraph) label Nov 3, 2025
@olpipi olpipi force-pushed the pc_and_f16_compression branch from 907413a to 70409ad Compare November 3, 2025 16:40
@olpipi olpipi changed the title [PoC] Perform f16 compression to postponed constant input Perform f16 compression to postponed constant input Nov 3, 2025
@mlukasze mlukasze enabled auto-merge November 4, 2025 05:46
@mlukasze mlukasze added this pull request to the merge queue Nov 4, 2025
github-merge-queue bot pushed a commit that referenced this pull request Nov 4, 2025
### Details:
 - Perform f16 compression to postponed constant input. 
 - *...*

### Tickets:
 - *ticket-id*
@mryzhov mryzhov removed this pull request from the merge queue due to a manual request Nov 4, 2025
@praasz praasz added this to the 2025.4 milestone Nov 4, 2025
@olpipi olpipi force-pushed the pc_and_f16_compression branch 2 times, most recently from 739033b to 6f101dd Compare November 4, 2025 10:45
@mlukasze mlukasze requested a review from praasz November 4, 2025 12:47
@olpipi olpipi modified the milestones: 2025.4, 2026.0 Nov 4, 2025
auto postponed_constant_node = [&]() -> std::shared_ptr<ov::Node> {
if (constant_target_inputs.size() == 1 &&
constant_target_inputs.begin()->get_node()->get_rt_info().count("postponed_constant")) {
return constant_target_inputs.begin()->get_node()->shared_from_this();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can be output returned?
Usually the output is input for other nodes there is no need to make another conversion.

@olpipi olpipi force-pushed the pc_and_f16_compression branch from 6f101dd to 896bf41 Compare November 5, 2025 10:39
@olpipi olpipi added this pull request to the merge queue Nov 7, 2025
Merged via the queue into openvinotoolkit:master with commit acac26c Nov 7, 2025
206 checks passed
@olpipi olpipi deleted the pc_and_f16_compression branch November 7, 2025 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category: Core OpenVINO Core (aka ngraph) category: transformations OpenVINO Runtime library - Transformations

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants