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 regression by selection of reference MatMul #25633

Conversation

byungilm
Copy link
Contributor

  • Resolve unexpected input of dynamic shape from Reshape

Details:

  • item1
  • ...

Tickets:

  • 147083

@byungilm byungilm requested review from a team as code owners July 19, 2024 05:36
@github-actions github-actions bot added the category: GPU OpenVINO GPU plugin label Jul 19, 2024
@moslex moslex added this to the 2024.3 milestone Jul 19, 2024
@@ -509,6 +514,7 @@ JitConstants FullyConnected_bf_tiled::GetJitConstants(const fully_connected_para
jit.AddConstant(MakeJitConstant("DYNAMIC_QUANTIZE", 0));
}

jit.AddConstant(MakeJitConstant("IFM_SIZE", get_input_bf_size(params).second));
Copy link
Contributor

Choose a reason for hiding this comment

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

Can't we just use FILTER_IFM_NUM?

}

// In Some model, input_f could be dynamic in input0. It refers to IFM value of weight.
if (input.is_dynamic() && input_f == 0 && params.weights.IFM().v != 0)
input_f = params.weights.IFM().v;
Copy link
Contributor

Choose a reason for hiding this comment

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

Can't we always use this as input_f?
Seems that now regardless input0 is dynamic or not, it can just use weight IFM.

@geunhwan geunhwan enabled auto-merge July 19, 2024 09:11
@geunhwan geunhwan added this pull request to the merge queue Jul 19, 2024
@mryzhov mryzhov removed this pull request from the merge queue due to a manual request Jul 19, 2024
@mryzhov mryzhov merged commit 1e3b88e into openvinotoolkit:releases/2024/3 Jul 19, 2024
106 checks passed
byungilm added 3 commits July 20, 2024 07:26
+ Resolve unexpected input of dynamic shape from Reshape

Signed-off-by: Min, Byung-il <[email protected]>
+ Modified initial input_size

Signed-off-by: Min, Byung-il <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: GPU OpenVINO GPU plugin Code Freeze
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants