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

[Bugfix] Add one extra space to improve diagnostic messages #10268

Merged
merged 1 commit into from Feb 16, 2022

Conversation

billishyahao
Copy link
Contributor

I hit the diagnostic message like

data types bfloat16 and float32do not match in BroadcastRel

so proposed this patch to fix this issue by adding one extra space.
After applying the patch, the message should be readable.

data types bfloat16 and float32 do not match in BroadcastRel

Thanks for contributing to TVM! Please refer to guideline https://tvm.apache.org/docs/contribute/ for useful information and tips. After the pull request is submitted, please request code reviews from Reviewers by @ them in the pull request thread.

@billishyahao billishyahao changed the title [Bugfix]Add one extra space to improve diagnostic messages [Bugfix] Add one extra space to improve diagnostic messages Feb 16, 2022
@masahi masahi merged commit 39c3475 into apache:main Feb 16, 2022
pfk-beta pushed a commit to pfk-beta/tvm that referenced this pull request Apr 11, 2022
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

2 participants