Skip to content

[Bugfix][MetaSchedule] RPC port needs to be an integer#14781

Merged
tqchen merged 1 commit intoapache:mainfrom
junrushao:bugfix/2023-05-05/rpc-port
May 6, 2023
Merged

[Bugfix][MetaSchedule] RPC port needs to be an integer#14781
tqchen merged 1 commit intoapache:mainfrom
junrushao:bugfix/2023-05-05/rpc-port

Conversation

@junrushao
Copy link
Copy Markdown
Member

This PR introduces a bugfix where the RPC port could be mistakenly detected as a string from environment variables, which is required to be an integer for subsequent operators. We cast the type to int in auto detection.

This PR introduces a bugfix where the RPC port could be mistakenly
detected as a string from environment variables, which is required to be
an integer for subsequent operators. We cast the type to int in
auto detection.
@tvm-bot
Copy link
Copy Markdown
Collaborator

tvm-bot commented May 6, 2023

Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews from Reviewers by @-ing them in a comment.

Generated by tvm-bot

@tqchen tqchen merged commit 298a0a4 into apache:main May 6, 2023
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.

4 participants