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/12/02 15:03:18 UTC

[GitHub] [tvm] Lunderberg commented on a diff in pull request #13530: [TOPI] Use integer arithmetic for topi.image.resize

Lunderberg commented on code in PR #13530:
URL: https://github.com/apache/tvm/pull/13530#discussion_r1038232522


##########
src/tir/transforms/remove_no_op.cc:
##########
@@ -29,6 +29,7 @@
 #include <tvm/tir/stmt_functor.h>
 #include <tvm/tir/transform.h>
 
+#include <cstdlib>

Review Comment:
   Thank you, and removed.  It was a remnant of earlier test/benchmarking.



-- 
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