[Apache TVM Discuss] [Questions] [Tutorial Fix] TVM 2019 FCRC Code

2021-02-16 Thread Teng HUANG via Apache TVM Discuss
Actually I came to FCRC to understand Relay and TIR, I would be very appreciated if you can help me with the questions in my other post https://discuss.tvm.apache.org/t/tir-relay-why-tvm-tir-api-generates-relay-ir/9132 --- [Visit Topic](https://discuss.tvm.apache.org/t/tutorial-fix-tvm-20

[Apache TVM Discuss] [Questions] [Tutorial Fix] TVM 2019 FCRC Code

2021-02-16 Thread Junru Shao via Apache TVM Discuss
Yeah TVM has gone through quite a bit of refactoring (mainly unified IR refactor) since FCRC 2019. Thank you so much for the fix! --- [Visit Topic](https://discuss.tvm.apache.org/t/tutorial-fix-tvm-2019-fcrc-code/9135/2) to respond. You are receiving this because you enabled mailing list

[Apache TVM Discuss] [Questions] [Tutorial Fix] TVM 2019 FCRC Code

2021-02-16 Thread Teng HUANG via Apache TVM Discuss
Hi I just started to learn TVM and noted that some code in FCRC workshop are too old to run with lastest tvm (0.8_dev) FCRC code lab link [https://sampl.cs.washington.edu/tvmfcrc/] So I put the fix here for any starters. 1. relay.Module not exist anymore mod = tvm.IRModule({}) 2. get p