Skip to content

[GPU] scatter_nd_update_kernel_ref optimization #30637

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 3 commits into
base: master
Choose a base branch
from

Conversation

sungeunk
Copy link
Contributor

Tickets:

  • 162880

@sungeunk sungeunk added the category: GPU OpenVINO GPU plugin label May 20, 2025
@github-actions github-actions bot added the category: Core OpenVINO Core (aka ngraph) label May 22, 2025
@sungeunk sungeunk marked this pull request as ready for review May 22, 2025 12:02
@sungeunk sungeunk requested review from a team as code owners May 22, 2025 12:02
@sungeunk sungeunk force-pushed the 162880_scatter_nd_update_ref branch from b85ac11 to 9cf252b Compare May 22, 2025 12:07
@@ -89,6 +98,7 @@ void scatterNdUpdate(
const auto reduction = scatter_nd_update::reduction_functor_for<dataType>(reduction_type);
std::vector<indicesType> indicesCopy(indices, indices + shape_size(indicesShape));
const auto num_of_updates = shape_size(span(indicesShape).drop_back(1));
std::cout << "num_of_updates: " << num_of_updates << ", update_el_number: " << update_el_number << std::endl;
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove debug prints.

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: GPU OpenVINO GPU plugin do not merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants