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/07/22 05:00:24 UTC

[GitHub] [tvm] elvin-n opened a new pull request, #12157: [Adreno] Fix winograd schedule to support prime shapes > 4

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

   Winograd schedule for x axis assumed split by 3 dimensions and required to have in some dimension value bigger than 4. If we have shape less than 4 r not dividable values, we have got an interruption of compilation on this split even if winograd is not selected


-- 
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 #12157: [Adreno] Fix winograd schedule to support prime shapes > 4

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


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