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

[RPC] Add explicit type cast to print. #8524

Merged
merged 3 commits into from
Jul 26, 2021
Merged

Conversation

jwfromm
Copy link
Contributor

@jwfromm jwfromm commented Jul 21, 2021

This little one liner adds a string cast to a print statement in the RPC query code. Occasionally there isn't an IP address reported by the RPC causing the string concatenate to fail due to a Nonetype. Adding a cast avoids the error and is good form in general.

@jwfromm
Copy link
Contributor Author

jwfromm commented Jul 21, 2021

@michalpiszczek can you take a look at this PR?

Copy link
Member

@junrushao junrushao left a comment

Choose a reason for hiding this comment

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

LGTM

@michalpiszczek
Copy link
Contributor

michalpiszczek commented Jul 21, 2021

Thanks @jwfromm, LGTM! We should address the root issue of missing IPs in a follow up once we figure out why that's happening

@tqchen tqchen merged commit ee207fd into apache:main Jul 26, 2021
ylc pushed a commit to ylc/tvm that referenced this pull request Sep 29, 2021
ylc pushed a commit to ylc/tvm that referenced this pull request Jan 13, 2022
@jwfromm jwfromm deleted the small_query_fix branch April 12, 2023 15:57
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.

None yet

5 participants