Skip to content

[GPU] Fix MVN fusion accuracy issue #30416

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ahnyoung-paul
Copy link
Contributor

Details:

  • Change boundary check to enable for FusedOpsConfiguration in MVN
  • Add unit test

Tickets:

  • 166691

@ahnyoung-paul ahnyoung-paul requested review from a team as code owners May 2, 2025 14:55
@ahnyoung-paul ahnyoung-paul marked this pull request as draft May 2, 2025 14:55
@@ -135,7 +135,8 @@ JitConstants MVNKernelBfyxOpt::GetJitConstants(const mvn_params& params, MVNKern
"((in_data_set_idx + iteration_in_data_set_offset) % OUTPUT_SIZE_X)" };
}
}
auto conf = FusedOpsConfiguration("", idx_order, "result", activation_dt, 1, LoadType::LT_UNALIGNED, BoundaryCheck::DISABLED);
//TODO: Need to know why set to DISABLE.
auto conf = FusedOpsConfiguration("", idx_order, "result", activation_dt, 1, LoadType::LT_UNALIGNED, BoundaryCheck::ENABLED);
Copy link
Contributor

Choose a reason for hiding this comment

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

Since the index calculation function has changed, it seems to need to check for performance. right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants