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