Skip to content

Implement Col2im primitive and support relevant models #29529

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 30 commits into
base: master
Choose a base branch
from

Conversation

byungilm
Copy link
Contributor

@byungilm byungilm commented Mar 18, 2025

Details:

  • Add col2im primitive for GPU (reference kernel)
  • Fix bug in reorder_inputs
  • Fix acc issue in prelu fusing

Tickets:

@github-actions github-actions bot added the category: GPU OpenVINO GPU plugin label Mar 18, 2025
@byungilm byungilm force-pushed the col2im branch 3 times, most recently from 79da69c to d10be36 Compare March 20, 2025 17:13
@byungilm byungilm marked this pull request as ready for review March 21, 2025 07:51
@byungilm byungilm requested review from a team as code owners March 21, 2025 07:52
@byungilm byungilm force-pushed the col2im branch 4 times, most recently from 68b2ab7 to f449468 Compare March 26, 2025 16:42
byungilm and others added 14 commits March 27, 2025 02:14
Signed-off-by: Min, Byungil <[email protected]>
Signed-off-by: Min, Byungil <[email protected]>
* get_target_output_format was checking wrong output port index
* insert_reorders_in_dir was skipping based on fmt_map. But fmt_map may not be up-to-date.
Signed-off-by: Min, Byungil <[email protected]>
Signed-off-by: Min, Byungil <[email protected]>
Signed-off-by: Min, Byungil <[email protected]>
@byungilm byungilm changed the title Implement Col2im primitive Implement Col2im primitive and support relevant models Mar 27, 2025
@byungilm byungilm requested a review from a team as a code owner March 27, 2025 17:19
@github-actions github-actions bot added the category: Core OpenVINO Core (aka ngraph) label Mar 27, 2025
+ Added set attributes of v15::col2im for validation

Signed-off-by: Min, Byungil <[email protected]>
@github-actions github-actions bot added the category: CPP API OpenVINO CPP API bindings label Mar 31, 2025
+ Bugfix for non-batched static shape input
+ Added func tests

Signed-off-by: Min, Byungil <[email protected]>
@byungilm byungilm requested review from a team as code owners April 2, 2025 09:53
@github-actions github-actions bot added the category: IE Tests OpenVINO Test: plugins and common label Apr 2, 2025
byungilm added 3 commits April 3, 2025 15:54
Signed-off-by: Min, Byungil <[email protected]>
+ modified calc_output_layout
+ accuracy issue fix by ocl_v2 impl

Signed-off-by: Min, Byungil <[email protected]>
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: CPP API OpenVINO CPP API bindings category: GPU OpenVINO GPU plugin category: IE Tests OpenVINO Test: plugins and common do not merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants