Re: [apache/tvm-rfcs] [RFC] UMA Universal Modular Accelerator Interface (PR #60)

2022-03-15 Thread Manupa Karunaratne
@cgerum thanks for detailed analysis! Im wondering whether should we provide an optional partitioning hook as well -- so then it can be anything and let the default be a Sequential of MergeComposite, AnnotateTarget, MergeCompilerRegions, ParititionGraph. WDYT ? -- Reply to this email directly

Re: [apache/tvm] [RFC][Tracking Issue] Pipeline Executor For Compute graph pipeline (#8596)

2022-03-15 Thread Sungho Shin
> thanks @masahi for the follow up, I am also looking forward a chance to do a > demo after all patch upstream done. Hi @huajsj, do you have any plan to do a demo with compiling deep learning models such as [https://tvm.apache.org/docs/how_to/compile_models/from_tensorflow.html#sphx-glr-how-to-

[Apache TVM Discuss] [Meetup] Next TVM Community Meeting March 16

2022-03-15 Thread Andrew Reusch via Apache TVM Discuss
Looks like we have one agenda item for tomorrow: Type-directed Relay fuzzing library. Let's plan to meet to discuss this one. --- [Visit Topic](https://discuss.tvm.apache.org/t/next-tvm-community-meeting-march-16/12298/2) to respond. You are receiving this because you enabled mailing lis

[Apache TVM Discuss] [Development/pre-RFC] [RFC] Verification and (possibly) program synthesis of expression rewriting rules

2022-03-15 Thread Zihao Ye via Apache TVM Discuss
Currently, TVM uses the following way to define expression simplifying rules: https://github.com/apache/tvm/blob/f5e0c102057641d88f06ad865d5a1d4e99bd70d7/src/arith/rewrite_simplify.cc This approach is error-prone and not scalable: 1. The rewrite rules were added manually, the number of possible

[Apache TVM Discuss] [Development/pre-RFC] [RFC] Verification and (possibly) program synthesis of expression rewriting rules

2022-03-15 Thread masahi via Apache TVM Discuss
Halide people did something like that https://dl.acm.org/doi/10.1145/3428234 --- [Visit Topic](https://discuss.tvm.apache.org/t/rfc-verification-and-possibly-program-synthesis-of-expression-rewriting-rules/12319/2) to respond. You are receiving this because you enabled mailing list mode.