You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/04/08 01:25:56 UTC

[GitHub] [tvm] masahi commented on pull request #10935: [MetaSchedule][Minor] Fix Integer Overflow in Tuning Statistics

masahi commented on PR #10935:
URL: https://github.com/apache/tvm/pull/10935#issuecomment-1092349652

   Actually I'm getting something like
   
   ```
    ID |                  Name |        FLOP | Weight | Speed (GFLOPS) | Latency (us) | Weighted Latency (us) | Trials | Terminated 
   ---------------------------------------------------------------------------------------------------------------------------------
     0 | fused_nn_batch_matmul | -2147483648 |      1 |            N/A |          N/A |                   N/A |      0 |            
   ---------------------------------------------------------------------------------------------------------------------------------
   ```
   When tuning int8 workloads. Does this PR fix it? The flops count from `echo_statistics.cc` is correct, so I wondered why I'm getting this funny FLOP.


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org