gussmith23 opened a new pull request #8070:
URL: https://github.com/apache/tvm/pull/8070


   Previously, there were no Bring Your Own Datatypes parser tests included in 
the Relay parser tests, so when the Relay parser changed recently, BYODT's 
parsing broke. This change fixes the parser and adds a test to prevent similar 
breakage in the future.
   
   - BYODT datatypes now use the format "custom_<typename><bits>x<lanes>" 
rather than "custom[<typename>]<bits>x<lanes>"
   
   There's a commented-out test that doesn't yet work. I want to get that 
working. Additionally, I need to search for other places where we need to make 
this syntax change.


-- 
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:
[email protected]


Reply via email to