Thanks to visit codestin.com
Credit goes to github.com

Skip to content

JIT: Decrease Gauss-Seidel stop residual #115150

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

Merged

Conversation

amanasifkhalid
Copy link
Member

Fixes #115122 (comment).

@Copilot Copilot AI review requested due to automatic review settings April 29, 2025 13:55
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Apr 29, 2025
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR decreases the Gauss-Seidel stop residual threshold to achieve tighter convergence in the solver.

Comments suppressed due to low confidence (1)

src/coreclr/jit/fgprofilesynthesis.cpp:1189

  • Please verify that the adjustment to the stop residual threshold is sufficiently covered by tests to ensure that the solver's convergence behavior remains stable and performs as expected. Consider adding or updating tests if necessary.
weight_t const                stopRelResidual      = 0.001;

Copy link
Contributor

Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch
See info in area-owners.md if you want to be subscribed.

@amanasifkhalid
Copy link
Member Author

/azp run Antigen

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@amanasifkhalid
Copy link
Member Author

cc @dotnet/jit-contrib, @AndyAyersMS PTAL. Antigen didn't hit any profile inconsistency asserts. Thanks!

@amanasifkhalid amanasifkhalid merged commit f18be58 into dotnet:main Apr 30, 2025
106 of 117 checks passed
@amanasifkhalid amanasifkhalid deleted the gauss-seidel-stop-residual branch April 30, 2025 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Arm64: !"Inconsistent profile data" Remove empty try-catch-fault 3
2 participants