Skip to content

Commit

Permalink
[microNPU] Show debug logging when running tests
Browse files Browse the repository at this point in the history
In an effort to show more information about the failures mentioned in
issue 10300, enabled printing debug information to the CLI when running
the integration tests.

Change-Id: I474c61437e658a64a6a0c629184f9b7a6c9a9cea
  • Loading branch information
lhutton1 committed Feb 28, 2022
1 parent 9ca2139 commit 10b2f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/task_python_integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ run_pytest ctypes ${TVM_INTEGRATION_TESTSUITE_NAME}-integration tests/python/int

# Ignoring Arm(R) Ethos(TM)-U NPU tests in the collective to run to run them in parallel in the next step.
run_pytest ctypes ${TVM_INTEGRATION_TESTSUITE_NAME}-contrib tests/python/contrib --ignore=tests/python/contrib/test_ethosu
run_pytest ctypes ${TVM_INTEGRATION_TESTSUITE_NAME}-contrib-test_ethosu tests/python/contrib/test_ethosu -n auto
run_pytest ctypes ${TVM_INTEGRATION_TESTSUITE_NAME}-contrib-test_ethosu tests/python/contrib/test_ethosu -n auto --log-cli-level=DEBUG

# forked is needed because the global registry gets contaminated
TVM_TEST_TARGETS="${TVM_RELAY_TEST_TARGETS:-llvm;cuda}" \
Expand Down

0 comments on commit 10b2f3a

Please sign in to comment.