[TVM Discuss] [Questions] Relay Op(fast_exp) can't be built

2020-03-23 Thread Selo1412 via TVM Discuss
Thank you for your suggestion. --- [Visit Topic](https://discuss.tvm.ai/t/relay-op-fast-exp-cant-be-built/6046/5) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.ai/email/unsubscribe/09937e56ca43

[TVM Discuss] [Questions] Relay Op(fast_exp) can't be built

2020-03-22 Thread Selo1412 via TVM Discuss
Sure, I had opened a PR (#5131). I hope it helps. Thanks. --- [Visit Topic](https://discuss.tvm.ai/t/relay-op-fast-exp-cant-be-built/6046/4) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.ai/ema

[TVM Discuss] [Questions] Relay Op(fast_exp) can't be built

2020-03-22 Thread Selo1412 via TVM Discuss
I encountered something wrong with the relay pass `FastMath()` and `topi.fast_exp`. I made a testing relay program with `exp` and build it with ```python with relay.build_config(opt_level=4): graph, lib, params = relay.build(mod, target, params=params) ``` to enable and build `Op(fast_exp