TOPI library is a numpy-like abstraction build on top of TVM's core language. So far we have benefit a lot from it, but there is yet a tutorial about it. This issue calls for contribution for such tutorial
@sxjscience are you interested in making one?
@tqchen I'm interested in writing a tutorial on time as I'm learning it, if no one else is currently working on it!
sounds good, @ehsanmok go ahead if you are interested in doing so
@tqchen so I just started writing the tutorial and there're some points needs clarification:
1) Should I put it in tutorials/topi/ or in tutorials/language?
2) How much should I go into topi package? since this is an introduction, for example, should I talk about topi/vision or nn it's enough to introduce its advantages and write separate tutorials for vision and nn?
Let us put in tutrials topi, you can use your judgment on 2. I think it makes sense to have multiple topi tutorials
cc @sxjscience
Thanks for the opportunity! I learned some topi :)
This can be closed now.