junrushao1994 opened a new pull request, #11584:
URL: https://github.com/apache/tvm/pull/11584
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 is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]