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 2020/04/09 16:56:16 UTC

[GitHub] [incubator-tvm] mehrdadhe commented on a change in pull request #5293: [BUGFIX] Fix CRT static test bug

mehrdadhe commented on a change in pull request #5293: [BUGFIX] Fix CRT static test bug
URL: https://github.com/apache/incubator-tvm/pull/5293#discussion_r406343537
 
 

 ##########
 File path: apps/bundle_deploy/demo_static.c
 ##########
 @@ -103,6 +104,6 @@ int main(int argc, char **argv) {
          (t3.tv_sec-t2.tv_sec)*1000000 + (t3.tv_usec-t2.tv_usec)/1000.f,
          (t4.tv_sec-t3.tv_sec)*1000000 + (t4.tv_usec-t3.tv_usec)/1000.f,
          (t5.tv_sec-t4.tv_sec)*1000000 + (t5.tv_usec-t4.tv_usec)/1000.f);
 
 Review comment:
   1000000 should change to 1000 since this is second to ms conversion.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services