I faced an issue with scatter_nd and concatenate
https://discuss.tvm.apache.org/t/scatter-nd-and-concatenate-fails/9138
---
[Visit
Topic](https://discuss.tvm.apache.org/t/index-put-operator-in-relay/9094/6) to
respond.
You are receiving this because you enabled mailing list mode.
To uns
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
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
Okay thanks alot for you fast and helpful answers :slight_smile:
---
[Visit Topic](https://discuss.tvm.apache.org/t/infercorrectlayout/9116/5) to
respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click
here](https://discuss.tvm.apac
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
The reason might be IRModule.astext() method will parse the Module in Relay IR
for better understanding, I guess. Which means astext() can parse IRModule back
to Relay IR. Correct me if I misunderstood, thanks.
---
[Visit
Topic](https://discuss.tvm.apache.org/t/tir-relay-why-tvm-tir-api-g