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

[Runtime] BUG: Fix core-dump in crt graph_executor.c #9155

Merged
merged 1 commit into from
Oct 1, 2021

Conversation

mbs-octoml
Copy link
Contributor

The JSON loader was missing a BeginArray for the "device_index" attribute.
That's a 1 line fix. The rest is to add a unit test and make it build.

The crt JSON handling is perhaps not our finest code.

@mbs-octoml
Copy link
Contributor Author

The CI failure on test_meta_schedule_runner.py looks like an unrelated flake. It passed on i386.

The JSON loader was missing a BeginArray for the "device_index" attribute.
That's a 1 line fix. The rest is to add a unit test and make it build.

The crt JSON handling is perhaps not our finest code.
@mbs-octoml
Copy link
Contributor Author

@areusch was hoping someone else would jump in but no luck. Could you do the honors?

Copy link
Contributor

@areusch areusch left a comment

Choose a reason for hiding this comment

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

thanks @mbs-octoml !

@areusch areusch merged commit 5b41761 into apache:main Oct 1, 2021
@mbs-octoml mbs-octoml deleted the mbs-json-bug branch October 1, 2021 19:52
ylc pushed a commit to ylc/tvm that referenced this pull request Jan 7, 2022
The JSON loader was missing a BeginArray for the "device_index" attribute.
That's a 1 line fix. The rest is to add a unit test and make it build.

The crt JSON handling is perhaps not our finest code.
ylc pushed a commit to ylc/tvm that referenced this pull request Jan 13, 2022
The JSON loader was missing a BeginArray for the "device_index" attribute.
That's a 1 line fix. The rest is to add a unit test and make it build.

The crt JSON handling is perhaps not our finest code.
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