[Minor][MetaSchedule] Fix Summary Format for Invalid Runs#11584
Merged
junrushao merged 1 commit intoapache:mainfrom Jun 6, 2022
Merged
Conversation
Previously for invalid tasks, MetaSchedule prints a huge number in latency which is aesthetically unacceptable. For example, ``` 69 | fused_cast_add_cast_3 | 16777216 | 2 | 0.0000 | 10000000000000000019156750857346687362159551272651920111528035145993793242039887559612361451081803235328.0000 | 20000000000000000038313501714693374724319102545303840223056070291987586484079775119224722902163606470656.0000 | 64 | ``` This PR fixes this behavior and turns the huge number into "N/A".
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Previously for invalid tasks, MetaSchedule prints a huge number in
latency which is aesthetically unacceptable. For example,
This PR fixes this behavior and turns the huge number into "N/A".