Skip to content

Conversation

@cbalint13
Copy link
Contributor

@cbalint13 cbalint13 commented Aug 11, 2023

Hi folks,

Small enhancement for catching error messages from local runners.


As needed by #15522, it ease to spot, pin & debug things:

  • Rise the logging level:
import logging
logging.basicConfig(level=logging.DEBUG)
{...}
  • Captured message from runners:
2023-08-11 14:05:48 [INFO] [task_scheduler.cc:193] Sending 8 sample(s) to builder
2023-08-11 14:05:51 [INFO] [task_scheduler.cc:195] Sending 8 sample(s) to runner
/usr/bin/python3: symbol lookup error: /tmp/tmpqc99dte5/tvm_tmp_mod.tar.so: undefined symbol: VEC_MACC
/usr/bin/python3: symbol lookup error: /tmp/tmpqc99dte5/tvm_tmp_mod.tar.so: undefined symbol: VEC_MACC
{...}

Thanks,
~Cristian.

@tvm-bot
Copy link
Collaborator

tvm-bot commented Aug 11, 2023

Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews from Reviewers by @-ing them in a comment.

Generated by tvm-bot

Copy link
Contributor

@quic-sanirudh quic-sanirudh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks.

@Hzfengsy Hzfengsy merged commit 6c33787 into apache:main Aug 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants