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
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.
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
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