tqchen commented on code in PR #14532:
URL: https://github.com/apache/tvm/pull/14532#discussion_r1161279104
##########
src/arith/rewrite_simplify.h:
##########
@@ -39,6 +40,36 @@ namespace arith {
using namespace tir;
+struct RewriteSimplifierStatsNode : Object {
+ int nodes_visited{0};
+ int constraints_entered{0};
+ int rewrites_attempted{0};
Review Comment:
use int64_t
--
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]