[apache/tvm-rfcs] Add Managed Jenkins Infrastructure for TVM RFC (PR #49)

2022-01-04 Thread Andrew Reusch
Adding the Jenkins RFC. @jroesch @leandron @driazati @konturn @tqchen You can view, comment on, or merge this pull request online at: https://github.com/apache/tvm-rfcs/pull/49 -- Commit Summary -- * Add Managed Jenkins Infrastructure for TVM RFC. -- File Changes -- A rfcs/0049-manag

[Apache TVM Discuss] [Development/pre-RFC] Introducing TY-NNP backend with end2end TensorIR integration

2022-01-04 Thread Mark Shields via Apache TVM Discuss
Hi @wrongtest, thanks for the nice write up. > Currently, we have to hack the compile engine to find the pre-scheduled > PrimFunc from a standalone cache, we are glad to know what is the best way to > achieve this goal. Here's some thoughts, please correct any misunderstandings I might have.

[Apache TVM Discuss] [Development/pre-RFC] [RFC][Runtime] Bring `PackedFunc` into TVM Object System

2022-01-04 Thread Junru Shao via Apache TVM Discuss
@cxy would you like to update the pre-RFC according to our discussion? Thanks a lot! --- [Visit Topic](https://discuss.tvm.apache.org/t/rfc-runtime-bring-packedfunc-into-tvm-object-system/11816/9) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe f

[Apache TVM Discuss] [Development/pre-RFC] Introducing TY-NNP backend with end2end TensorIR integration

2022-01-04 Thread wrongtest via Apache TVM Discuss
[quote="areusch, post:3, topic:11807"] it seems like this could either be integrated into `ci-cpu` or as a separate `ci-` image, so long as the binaries are publicly available. do you have an estimate of the size of the docker image? also, just for my curiosity, would you be able to share a ro

[Apache TVM Discuss] [Development/pre-RFC] Introducing TY-NNP backend with end2end TensorIR integration

2022-01-04 Thread wrongtest via Apache TVM Discuss
Thanks for your comments:) [quote="areusch, post:3, topic:11807"] could you say more here? is this a Relay-level thing or a TIR thing? presuming you’ve implemented this as a pass, how do you plan to ensure that the Relay-level pass makes the same scheduling decision as the TIR pass? [/quote]