lhutton1 opened a new pull request, #12253:
URL: https://github.com/apache/tvm/pull/12253

   After #11427, `tvmc compile` wouldn't work for external codegens that don't 
have a `Target` registered by `TVM_REGISTER_TARGET_KIND`. This results in the 
error:
   ```
   ValueError: Target kind <codegen> is not defined. Target creation from 
string failed: <target-string>
   ```
   Such external codegens can be expected to have no workspace pools and may 
not always have a target associated as their implementation predates this 
mechanism. While it is likely a `Target` is specified for all external codegens 
in the future, we should still support external codegens without an associated 
`Target` until this is enforced.
   
   cc @leandron @Mousius @dchauhan-arm @areusch 
   


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

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to