[Apache TVM Discuss] [Questions] Crttest failed, no rules to make the target "crttest"

2020-11-13 Thread zhaozilong via Apache TVM Discuss
It worked! Thank you very much! --- [Visit Topic](https://discuss.tvm.apache.org/t/crttest-failed-no-rules-to-make-the-target-crttest/8450/4) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.apac

[Apache TVM Discuss] [Questions] Crttest failed, no rules to make the target "crttest"

2020-11-13 Thread Andrew Reusch via Apache TVM Discuss
hey @zhaozilongwhu, I think this is because you don't have `set(USE_MICRO ON)` in your `config.cmake`. `tests/scripts/task_config_build_cpu.sh` turns this option on, which is why `task_cpp_unittest.sh` assumes that that target exists. Andrew --- [Visit Topic](https://discuss.tvm.apache.o

[Apache TVM Discuss] [Questions] I can't find directory'device' in tvm/micro

2020-11-13 Thread Andrew Reusch via Apache TVM Discuss
hey @qelk123, sorry I missed this. it looks like maybe the script is requiring you to configure the attached board serial number. This is being passed to `hla_serial` given to openocd. I think the root cause error is this line: `expected exactly one argument to hl_serial ` It's been a while

[Apache TVM Discuss] [Questions] Crttest failed, no rules to make the target "crttest"

2020-11-13 Thread zhaozilong via Apache TVM Discuss
os: ubuntu 18.04 cuda: cuda 10.0 gcc:7.5.0 clang:clang 10.0 tvm main branch at f952fa7806f3843266c2de1d5564aa04ed6249ed build and install : 1.git clone --recursive https://github.com/apache/incubator-tvm.git tvm & cd tvm --- [Visit Topic](https://discuss.tvm.apache.org/t/crttest-failed