Re: [dmlc/tvm] [DEV] TVM v0.6 Roadmap (#2623)

2019-09-01 Thread Zhi
# TVM Monthly - August 2019 https://discuss.tvm.ai/t/tvm-monthly-august-2019 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/dmlc/tvm/issues/2623#issuecomment-527019813

Re: [dmlc/tvm] [Relay] [RFC] is_cons, unpack_cons, is_s, unpack_s (#3874)

2019-09-01 Thread 雾雨魔理沙
@jroesch @wweic wdythink? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/dmlc/tvm/issues/3874#issuecomment-526998865

[dmlc/tvm] [Relay] [RFC] is_cons, unpack_cons, is_s, unpack_s (#3874)

2019-09-01 Thread 雾雨魔理沙
Pattern matching is hard. currently, aot, vm, interpreter all has to implement pattern matching, and it is a huge source of complexity - the most complex code in aot is probably the pattern matcher. there should be a pass to desugar pattern matching into if/else, however, there is no way to bre