[Apache TVM Discuss] [Questions] Crash when opt_level = 0

2022-02-20 Thread leeexyz via Apache TVM Discuss
Not yet, it is not appropriate to modify the pass level cause it may impact other cases. I reported a bug and am still waiting for suggestions from the community. --- [Visit Topic](https://discuss.tvm.apache.org/t/crash-when-opt-level-0/12131/4) to respond. You are receiving this because

[Apache TVM Discuss] [Questions] Crash when opt_level = 0

2022-02-20 Thread Haoyang Ma via Apache TVM Discuss
Wow, thanks. I'm not sure assigning opt_level to 0 is legal or not. BTW, has this problem been solved? --- [Visit Topic](https://discuss.tvm.apache.org/t/crash-when-opt-level-0/12131/3) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these em

[Apache TVM Discuss] [Questions] Crash when opt_level = 0

2022-02-20 Thread leeexyz via Apache TVM Discuss
Hi @Haoyang I think it is as same as [[Bug][VM] Segmentation fault triggered if opt level set to 0 · Issue #10324 · apache/tvm (github.com)](https://github.com/apache/tvm/issues/10324) --- [Visit Topic](https://discuss.tvm.apache.org/t/crash-when-opt-level-0/12131/2) to respond. You are

[Apache TVM Discuss] [Questions] Crash when opt_level = 0

2022-02-20 Thread Haoyang Ma via Apache TVM Discuss
Hi all, I met a segmentation fault after running the following script: ``` import tvm from tvm import relay var_0 = relay.var("var_0", shape=(), dtype="float64") var_1 = relay.var("var_1", shape=(), dtype="float64") var_2 = relay.add(var_0, var_1) tuple = relay.Tuple([var_2]) func = relay.Funct

[Apache TVM Discuss] [Questions] Can tvm be applied to the recommendation system?

2022-02-20 Thread masahi via Apache TVM Discuss
Depends on your model. We lack support for `embedding_bag` op, which is very important in DLRM etc. So performance may not be great. --- [Visit Topic](https://discuss.tvm.apache.org/t/can-tvm-be-applied-to-the-recommendation-system/12129/2) to respond. You are receiving this because you

[Apache TVM Discuss] [Questions] Can tvm be applied to the recommendation system?

2022-02-20 Thread Choi95 via Apache TVM Discuss
I usually know that tvm can be used for DL models, but can it be used for Recommendation System? --- [Visit Topic](https://discuss.tvm.apache.org/t/can-tvm-be-applied-to-the-recommendation-system/12129/1) to respond. You are receiving this because you enabled mailing list mode. To unsub