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

Add logging to Alias Analysis #23383

Closed

Conversation

Krovatkin
Copy link
Contributor

No description provided.

@Krovatkin Krovatkin requested a review from suo July 25, 2019 17:52
@pytorchbot pytorchbot added the oncall: jit Add this issue/PR to JIT oncall triage queue label Jul 25, 2019
Copy link

@ZolotukhinM ZolotukhinM left a comment

Choose a reason for hiding this comment

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

Looks good.

std::string AliasDb::toString() const {
std::stringstream ss{};
std::unordered_map<size_t, Element*> indexToElementMap;
// ss << "\n===1. GRAPH===\n";

Choose a reason for hiding this comment

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

Should either remove or uncomment I guess.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Uncommented it 😄 Thanks for reviewing it so promptly!

@Krovatkin Krovatkin removed the request for review from suo July 25, 2019 23:25
@Krovatkin Krovatkin force-pushed the krovatkin/alias_analysis_log branch from c3e0bed to e5cad28 Compare July 30, 2019 19:56
Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

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

@Krovatkin has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

fix a typo

missing return stmt

uncomment step1

this->toString

fix comp build errors

using toString()
@Krovatkin Krovatkin force-pushed the krovatkin/alias_analysis_log branch from 07393bc to 63d3f3f Compare July 31, 2019 16:55
Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

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

@Krovatkin has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@Krovatkin merged this pull request in 3b6aa9a.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Merged oncall: jit Add this issue/PR to JIT oncall triage queue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants