Skip to content

Commit

Permalink
Merge branch 'pchandrasekaran/logger_fix' into 'main'
Browse files Browse the repository at this point in the history
Fix logger info in buda script

See merge request tenstorrent/tvm!53
  • Loading branch information
chandrasekaranpradeep committed Mar 17, 2024
2 parents 97f812b + 77521bf commit 99235d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tvm/relay/op/contrib/buda/buda.py
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@ def visit_call(self, call):
and call.op.body.tuple_value.op.get_attr("target.pybuda_cpudevice") is not None
):
self.fallback_nodes.add(node)
logger.info(f"Adding: {call.op.body.op} to fallback")
logger.info(f"Adding: {call.op.body.tuple_value.op} to fallback")

elif (
isinstance(call.op, tvm.relay.function.Function)
Expand Down

0 comments on commit 99235d6

Please sign in to comment.