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

[GitHub] [tvm] adstraw opened a new pull request #9333: refactor Hexagon conv2d tests

adstraw opened a new pull request #9333:
URL: https://github.com/apache/tvm/pull/9333


   Disconnect the filter layout from the schedule.  Filter layout is now a property of the test.  Adjusts schedules to handle either logical or packed filter layout.  Removes duplicate `conv2d_logical` schedule which was specialized to handle filter in logical layout.  Now we have two schedules based on output layout --- nhwc8h8w32c or nhw8h8wc.  And, some other general cleanup.
   


-- 
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] tmoreau89 merged pull request #9333: refactor Hexagon conv2d tests

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


   


-- 
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] jroesch commented on pull request #9333: refactor Hexagon conv2d tests

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


   I would ideally wait to merge from @csullivan and @cconvey but LGTM. 


-- 
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] adstraw commented on pull request #9333: refactor Hexagon conv2d tests

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


   @csullivan and @cconvey please review.


-- 
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] tmoreau89 commented on pull request #9333: refactor Hexagon conv2d tests

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


   Thanks @adstraw @jroesch the PR has been merged


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