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/08/01 09:53:52 UTC

[GitHub] [tvm] lhutton1 opened a new pull request, #12253: [TVMC] Only load extra targets when there are workspace pools

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: commits-unsubscribe@tvm.apache.org

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


[GitHub] [tvm] lhutton1 commented on pull request #12253: [TVMC] Only load extra targets when there are workspace pools

Posted by GitBox <gi...@apache.org>.
lhutton1 commented on PR #12253:
URL: https://github.com/apache/tvm/pull/12253#issuecomment-1201139033

   sure, just added one


-- 
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] Mousius merged pull request #12253: [TVMC] Only load extra targets when there are workspace pools

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


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