merrymercy commented on a change in pull request #6981:
URL: https://github.com/apache/tvm/pull/6981#discussion_r531706620



##########
File path: src/auto_scheduler/feature.cc
##########
@@ -669,7 +669,7 @@ class PerStoreFeatureExtractor : public StmtExprVisitor {
     math_op_counter(node->value);
     std::vector<float> mem_bytes_list;
     std::vector<float> compute_ops_list;
-    int cur_compute_ops;
+    double cur_compute_ops;

Review comment:
       I found integer overflow with int32.




----------------------------------------------------------------
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:
[email protected]


Reply via email to