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

Initial version of a tool for ML on CSEs #389

Merged
merged 1 commit into from
Jan 27, 2024

Conversation

AndyAyersMS
Copy link
Member

Add a tool that can use ML techniques to explore the JIT's CSE heuristic. Some parts of this are very specific to CSEs, others are general and could be repurposed for use with other heuristics.

This is still work in progress.

Depends on jit changes in dotnet/runtime#96880

Add a tool that can use ML techniques to explore the JIT's CSE heuristic.
Some parts of this are very specific to CSEs, others are general and could
be repurposed for use with other heuristics.

This is still work in progress.

Depends on jit changes in dotnet/runtime#96880
@AndyAyersMS
Copy link
Member Author

@EgorBo PTAL
cc @dotnet/jit-contrib

Copy link
Member

@BruceForstall BruceForstall left a comment

Choose a reason for hiding this comment

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

Understood that it is work-in-progress and non-production. Eventually, if it will be used more than just the initial time, it would be valuable to have more documentation, e.g., examples of use, and presumably would need better parameterization (not hard-coded paths).

@AndyAyersMS AndyAyersMS merged commit e30e004 into dotnet:main Jan 27, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants