[TVM Discuss] [Development] Disable assert in runtime

2019-04-17 Thread Harouwu via TVM Discuss
This would be a really useful feature! Looking forward to it! --- [Visit Topic](https://discuss.tvm.ai/t/disable-assert-in-runtime/2152/4) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.ai/email

[TVM Discuss] [Development] Disable assert in runtime

2019-04-12 Thread Baowenlei via TVM Discuss
Thanks for the feedback. Will send PR when I got chance. Thanks, -W --- [Visit Topic](https://discuss.tvm.ai/t/disable-assert-in-runtime/2152/3) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.

[TVM Discuss] [Development] Disable assert in runtime

2019-04-09 Thread tqchen via TVM Discuss
This is a reasonable feature that I agree we could put into build config option. Contributions are welcomed! --- [Visit Topic](https://discuss.tvm.ai/t/disable-assert-in-runtime/2152/2) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these em

[TVM Discuss] [Development] Disable assert in runtime

2019-04-09 Thread Baowenlei via TVM Discuss
Hi there, In current tvm, src/codegen/llvm/codegen_cpu.cc, it generate assert stmt. It would be nice to have a build config option to disable these runtime TVM asserts. Below is just a example of disable it with environment variable. It will be better to use build config to control it. Plea