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 2021/06/30 21:50:35 UTC

[GitHub] [tvm] tkonolige opened a new pull request #8379: [FIX] Fix depthwise conv2d on non-cuda GPU platforms

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


   The depthwise_conv2d schedule had a bad check to make sure the iteration axis was not larger than max_num_threads. Now the iteration axis is bounded by its size or max_num_threads, whichever is smaller.
   
   @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 #8379: [FIX] Fix depthwise conv2d on non-cuda GPU platforms

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


   


-- 
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 #8379: [FIX] Fix depthwise conv2d on non-cuda GPU platforms

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


   thanks @tkonolige 


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