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] Skip Depth To Space fusing when dynamic shape and skip broadcastable check in select typed_primitive_inst() when new shape infer #23270

Merged
merged 3 commits into from
Mar 7, 2024

Conversation

wilson-seok
Copy link
Contributor

Details:

  • Skip Depth To Space fusing when dynamic shape
  • Skip broadcastable check in select typed_primitive_inst() when new shape infer

Tickets:

  • 130775

@wilson-seok wilson-seok requested review from a team as code owners March 5, 2024 09:20
@github-actions github-actions bot added the category: GPU OpenVINO GPU plugin label Mar 5, 2024
@wilson-seok wilson-seok force-pushed the select_broadcast_check branch from 0dc733a to 13d7b06 Compare March 6, 2024 00:18
@wilson-seok wilson-seok requested a review from isanghao March 7, 2024 00:00
auto current_dim = deps[i].first->get_output_layout().get_tensor().raw[d];

if (!(current_dim == output_tensor.raw[d] || current_dim == 1))
std::cout << "error!" << 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.

please remove this line

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ooops!.My mistake! Updated! Thanks!

@isanghao isanghao enabled auto-merge March 7, 2024 09:53
@isanghao isanghao added this pull request to the merge queue Mar 7, 2024
Merged via the queue into openvinotoolkit:master with commit 221847d Mar 7, 2024
92 checks passed
@wilson-seok wilson-seok deleted the select_broadcast_check branch March 7, 2024 23:13
alvoron pushed a commit to alvoron/openvino that referenced this pull request Apr 29, 2024
…table check in select typed_primitive_inst() when new shape infer (openvinotoolkit#23270)

### Details:
 - Skip Depth To Space fusing when dynamic shape
- Skip broadcastable check in select typed_primitive_inst() when new
shape infer

### Tickets:
 - 130775
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