[TVM Discuss] [Development/RFC] [RFC][Relay] Program Matching for Relay Pt 1: A pattern language

2020-04-03 Thread jonso via TVM Discuss
Awesome! Thanks so much for the update. @jroesch sorry to bug you while you're working on your thesis, I'll bug @mbrookhart if I have any questions :) --- [Visit Topic](https://discuss.tvm.ai/t/rfc-relay-program-matching-for-relay-pt-1-a-pattern-language/5833/23) to respond. You are rece

[TVM Discuss] [Development/RFC] [RFC][Relay] Program Matching for Relay Pt 1: A pattern language

2020-04-01 Thread jonso via TVM Discuss
@jroesch, is there any update on this feature? I'm really excited to try it out :) --- [Visit Topic](https://discuss.tvm.ai/t/rfc-relay-program-matching-for-relay-pt-1-a-pattern-language/5833/20) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe fr

[TVM Discuss] [Development/RFC] Add TensorFlow custom op and run tvm in TensorFlow

2019-10-30 Thread jonso via TVM Discuss
Got it. Would you mind sharing some details about the implementation? Or the branch you’re currently working on? I’m working on a feature that will be the opposite of what you’re doing: creating a TF runtime module that will be invoked by the TVM runtime. The RFC is [here](http://tracking.di

[TVM Discuss] [Development/RFC] [Discuss] Running graphs when ops aren't supported

2019-10-24 Thread jonso via TVM Discuss
**Problem** In order for TVM to work as a generic compiler for frontend frameworks, it needs to support all of the operators that those frontend frameworks support. Relay already supports many operators for numerous frontends, and this operator list tends to be sufficient for a handful of use

[TVM Discuss] [Development] How to register FTVMSchedule for new relay op

2019-08-04 Thread jonso via TVM Discuss
This is usually defined in Python. So for example, if you define your op’s call to `_make` in `python/tvm/relay/op/tensor.py`, the schedule and op pattern are usually defined in `python/tvm/relay/op/_tensor.py` There are lots of examples in the `_*.py` files. --- [Visit Topic](https://di