Skip to content
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

[GPU] Fix propagate_constants bug in case input format is permuted #28805

Merged
merged 2 commits into from
Feb 25, 2025

Conversation

kelvinchoi-intel
Copy link
Contributor

@kelvinchoi-intel kelvinchoi-intel commented Feb 4, 2025

Details:

  • The new node form propagate_constants has not-updated format in case input format is permuted. This causes incompatable between memory and data node layout.

Tickets:

  • 160893

@github-actions github-actions bot added the category: GPU OpenVINO GPU plugin label Feb 4, 2025
@kelvinchoi-intel kelvinchoi-intel changed the title [GPU] Add intermediate weight reorder including siblings without impl [GPU] Fix propagate_constants bug in case input format is permuted Feb 6, 2025
@kelvinchoi-intel kelvinchoi-intel marked this pull request as ready for review February 6, 2025 06:14
@kelvinchoi-intel kelvinchoi-intel requested review from a team as code owners February 6, 2025 06:14

auto outputs = network.execute();
auto output = outputs.at("fc1").get_memory();
cldnn::mem_lock<ov::float16> output_ptr(output, get_test_stream());
Copy link
Contributor

Choose a reason for hiding this comment

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

It is just declaring the output pointer.
Shouldn't we test something more with this?;

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@yeonbok yeonbok added this pull request to the merge queue Feb 25, 2025
Merged via the queue into openvinotoolkit:master with commit 4d156e9 Feb 25, 2025
168 checks passed
@yeonbok yeonbok deleted the enable_gliner branch February 25, 2025 22:34
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.

2 participants