roastduck commented on a change in pull request #5498:
URL: https://github.com/apache/incubator-tvm/pull/5498#discussion_r421883868



##########
File path: src/tir/transforms/lower_thread_allreduce.cc
##########
@@ -119,19 +126,20 @@ class ThreadAllreduceBuilder final : public 
StmtExprMutator {
       return scope.dim_index < other.scope.dim_index;
     }
   };
+
   // make allreduce.
   Stmt MakeAllreduce(const CallNode* call) {
     CHECK(!reduce_combiner_.empty());
     const CommReducerNode *combiner = reduce_combiner_.back();
     size_t size = combiner->result.size();
 
-    const IntImmNode *size_of_args = call->args[0].as<IntImmNode>();
+    const IntImmNode* size_of_args = call->args[0].as<IntImmNode>();

Review comment:
       Please undo this to make `git blame` work well




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