Skip to content

Conversation

byungilm
Copy link
Contributor

@byungilm byungilm commented Sep 25, 2025

  • when dependency is fc and is_type_conversion_only is true

Description of the issue

  • From analysis of Qwen-Reranker (CVS-173218), Reorder 'Result_33640' should be optimized.
image-2025-09-08-14-35-48-737

The code and line that caused this issue

  • Added FC to condifion for fusing reorder : remove_redundant_reorders.cpp, layout_optimizer.cpp
  • Added condition to remove reorder : reorder_inst.h

Reproduction step and snapshot

  • target model QWen3-Reranker-0.6B is in openvino_notebook (notebooks/Qwen3-embedding)
  • Reproduced by benchmark_app
    ./benchmark_app -m openvino_notebooks/notebooks/qwen3-embedding/Qwen3-Reranker-0.6B/FP16/openvino_model.xml -shape [16,256] -d GPU -hint latency -api sync -nireq 1 -niter 10
    `

Checklist

  • Is it a proper fix? (not a workaround)
  • Did you include test case for this fix, if necessary? daily test is on-going
  • Did you review existing test that can be extended to cover this scenario?

Tickets:

+ when dependency is fc and is_type_conversion_only is true

Signed-off-by: Min, Byungil <byungil.min@intel.com>
@byungilm byungilm requested review from a team as code owners September 25, 2025 09:44
@github-actions github-actions bot added the category: GPU OpenVINO GPU plugin label Sep 25, 2025
Signed-off-by: Min, Byungil <byungil.min@intel.com>
Signed-off-by: Min, Byungil <byungil.min@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: GPU OpenVINO GPU plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant