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/01/27 23:08:45 UTC

[GitHub] [tvm] mbrookhart opened a new pull request #7355: [Relay][PatternLang] Fuzzy Function Matching

mbrookhart opened a new pull request #7355:
URL: https://github.com/apache/tvm/pull/7355


   @comaniac @masahi 
   
   I recently ran into a situation where I needed to match based on a function signature, but not necessarily on the function body. To support that, I made some changes to the pattern matcher to allow matching and rewriting functions as long as everything in the match is completely dominated by the pattern.
   
   This works for rewriting, but I haven't been able to get the partitioner to work properly on these tests, so I added a unit test but skipped it with a TODO.
   
   What do you guys think?


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tvm] masahi commented on pull request #7355: [Relay][PatternLang] Fuzzy Function Matching

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


   thanks @mbrookhart @comaniac 


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tvm] masahi merged pull request #7355: [Relay][PatternLang] Fuzzy Function Matching

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


   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org