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/01/20 09:10:56 UTC

[GitHub] [tvm] Hzfengsy opened a new pull request #9997: [MetaSchedule] disallow_dynamic_loop

Hzfengsy opened a new pull request #9997:
URL: https://github.com/apache/tvm/pull/9997


   This PR is one of the PostProc for MetaSchedule.
   
   Co-authored-by: Junru Shao <ju...@gmail.com>
   Co-authored-by: Xiyou Zhou <xi...@octoml.ai>
   Co-authored-by: Bohan Hou <32...@users.noreply.github.com>
   Co-authored-by: Ruihang Lai <la...@qq.com>
   Co-authored-by: Hongyi Jin <32...@qq.com>
   Co-authored-by: Wuwei Lin <wu...@apache.org>
   


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



[GitHub] [tvm] junrushao1994 merged pull request #9997: [MetaSchedule] disallow_dynamic_loop

Posted by GitBox <gi...@apache.org>.
junrushao1994 merged pull request #9997:
URL: https://github.com/apache/tvm/pull/9997


   


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



[GitHub] [tvm] junrushao1994 commented on pull request #9997: [MetaSchedule] disallow_dynamic_loop

Posted by GitBox <gi...@apache.org>.
junrushao1994 commented on pull request #9997:
URL: https://github.com/apache/tvm/pull/9997#issuecomment-1018281641


   @Hzfengsy could you rebase and retrigger the CI? thanks!


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



[GitHub] [tvm] MasterJH5574 commented on a change in pull request #9997: [MetaSchedule] disallow_dynamic_loop

Posted by GitBox <gi...@apache.org>.
MasterJH5574 commented on a change in pull request #9997:
URL: https://github.com/apache/tvm/pull/9997#discussion_r790099948



##########
File path: src/meta_schedule/postproc/disallow_dynamic_loop.cc
##########
@@ -0,0 +1,85 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+#include "../utils.h"
+
+namespace tvm {
+namespace tir {
+
+/*! \brief Check if the loop is dynamic. */

Review comment:
       ```suggestion
   /*! \brief Check if an IRModule has any dynamic loop. */
   ```




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