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/11/06 13:19:18 UTC

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #6823: [TIR] Make loop unrolling in LoopPartition optional

tqchen commented on a change in pull request #6823:
URL: https://github.com/apache/incubator-tvm/pull/6823#discussion_r518745251



##########
File path: src/tir/transforms/loop_partition.cc
##########
@@ -40,9 +40,13 @@ namespace tir {
 
 struct LoopPartitionConfigNode : public tvm::AttrsNode<LoopPartitionConfigNode> {
   bool partition_const_loop;
+  bool no_unroll_single_iter_loop;

Review comment:
       how about `unroll_loop_with_extent_one` and default to true?




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