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/09/23 12:56:00 UTC

[GitHub] [tvm] elvin-n opened a new pull request, #12886: [Relay] Extend split for blocked ConvertLayout pass

elvin-n opened a new pull request, #12886:
URL: https://github.com/apache/tvm/pull/12886

   Previously function for converting of layout for split did properly handle blocked layout
   
   cc @chengven027-intellif @masahi 
   


-- 
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] masahi merged pull request #12886: [Relay] Extend split for blocked ConvertLayout pass

Posted by GitBox <gi...@apache.org>.
masahi merged PR #12886:
URL: https://github.com/apache/tvm/pull/12886


-- 
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] masahi commented on pull request #12886: [Relay] Extend split for blocked ConvertLayout pass

Posted by GitBox <gi...@apache.org>.
masahi commented on PR #12886:
URL: https://github.com/apache/tvm/pull/12886#issuecomment-1261880072

   @tvm-bot rerun


-- 
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] masahi commented on a diff in pull request #12886: [Relay] Extend split for blocked ConvertLayout pass

Posted by GitBox <gi...@apache.org>.
masahi commented on code in PR #12886:
URL: https://github.com/apache/tvm/pull/12886#discussion_r979670764


##########
src/relay/op/tensor/transform.cc:
##########
@@ -2982,10 +2982,32 @@ InferCorrectLayoutOutput SplitInferCorrectLayout(const Attrs& attrs,
 
   // If new_in_layouts are defined, this code tries to modify the layout.
   if (new_in_layouts.defined() && old_in_layouts.defined()) {
+    bool dividable = true;

Review Comment:
   divisible 



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