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/11 21:32:57 UTC

[GitHub] [tvm] tkonolige opened a new pull request #9900: [FIX,TOPI] Fix issue when running conv2d in autoscheduler

tkonolige opened a new pull request #9900:
URL: https://github.com/apache/tvm/pull/9900


   conv_nchwc scheduling was missing a check on the type on inputs before it tried to apply pragmas to them.
   
   @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 commented on pull request #9900: [FIX,TOPI] Fix issue when running conv2d in autoscheduler

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


   FYI the autoscheduler is no good for int8 NCHWc (cannot use VNNI)


-- 
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] tkonolige commented on pull request #9900: [FIX,TOPI] Fix issue when running conv2d in autoscheduler

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


   Sorry this if for autotvm.... whoops!


-- 
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 #9900: [FIX,TOPI] Fix issue when running conv2d in autoscheduler

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


   


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