Files
apache--tvm/python
Luke Hutton 759a648cd5 [TVMC] Only load extra targets when there are workspace pools (#12253)
After #11427, `tvmc compile` wouldn't work for external codegens that
don't have a `Target` registered by `TVM_REGISTER_TARGET_KIND`. 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.

Co-authored-by: Chris Sidebottom <chris.sidebottom@arm.com>
2022-08-02 10:10:40 +01:00
..