[Apache TVM Discuss] [Questions] Index_put operator in Relay

2021-02-16 Thread Alexander Pivovarov via Apache TVM Discuss
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

[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] InferCorrectLayout

2021-02-16 Thread Knight3 via Apache TVM Discuss
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

[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

[Apache TVM Discuss] [Questions] [TIR/Relay] why tvm.tir api generates relay IR

2021-02-16 Thread Teng HUANG via Apache TVM Discuss
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