lhutton1 commented on code in PR #12731:
URL: https://github.com/apache/tvm/pull/12731#discussion_r966003184
##########
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:
Thanks for the fix @MichaelJKlaiber, just curious why this didn't get caught
by
https://github.com/apache/tvm/blob/main/tests/python/contrib/test_uma/test_target.py#L68?
--
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]