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/11/22 15:16:12 UTC

[GitHub] [tvm] areusch commented on a diff in pull request #12731: [BugFix][UMA] Bugfix of target attr and fixed link in tutorial

areusch commented on code in PR #12731:
URL: https://github.com/apache/tvm/pull/12731#discussion_r1029463198


##########
python/tvm/relay/backend/contrib/uma/backend.py:
##########
@@ -278,7 +278,7 @@ def register(self) -> None:
         """
         registration_func = tvm.get_global_func("relay.backend.contrib.uma.RegisterTarget")
 
-        for name, attr in self._target_attrs:
+        for name, attr in self._target_attrs.items():

Review Comment:
   +1 to @manupak's suggestion; can we either use TVMError or a subclass of that?



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