Re: [apache/incubator-tvm] [RFC] Support for Sparse Computation (#4332)

2019-11-24 Thread Thierry Moreau
Those are all great questions @liangfu. Question 3 is an interesting one w.r.t to what kinds of scheduling primitives we'll need for sparse operators. One easy workaround is to apply vectorization along a dense tensor dimension if there is one. For many practical examples, tensors won't be spa

Re: [apache/incubator-tvm] [RFC] Apache TVM 0.6.0 Release Candidate (verifying, feedback, etc.) (#4406)

2019-11-24 Thread Yizhi Liu
@FrozenGene Thanks. Fixed just now. Also we fixed some license problem per IPMC's comments. RC1: https://github.com/apache/incubator-tvm/releases/tag/0.6.0.rc1 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.

Re: [apache/incubator-tvm] [RFC] Apache TVM 0.6.0 Release Candidate (verifying, feedback, etc.) (#4406)

2019-11-24 Thread Zhao Wu
one typo... [RUTNIME] -> [RUNTIME] -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-tvm/issues/4406#issuecomment-557994453

Re: [apache/incubator-tvm] [RFC][Cryptography] Modernize the cryptography implementation (#4403)

2019-11-24 Thread Liangfu Chen
Shall the `basic primitives` implemented in the runtime? Or it could be designed with either hybrid script or ir_builder, I mean the primitives could be generated. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://git

Re: [apache/incubator-tvm] [RFC] Support for Sparse Computation (#4332)

2019-11-24 Thread Liangfu Chen
Thanks @ZihengJiang for bringing up the RFC, especially the in-depth thinking to bring the representation in TACO. I think we shall also address some detailed issues to deal with sparse tensors. 1. How shall we implement `SparsePlaceholder` with varying length in the `idx` and `val` variables? 2

[apache/incubator-tvm] Pre-release 0.6.0.rc1 - Apache TVM (incubating) 0.6.0.rc1

2019-11-24 Thread Yizhi Liu
# New Features ### Relay in Production Relay is a functional, differentiable programming language designed to be an expressive intermediate representation for machine learning systems. Relay supports algebraic data types, closures, control flow, and recursion, allowing it to directly represent

Re: [apache/incubator-tvm] [RELEASE][DRAFT] TVM v0.6 Release candidate (#4259)

2019-11-24 Thread Yizhi Liu
@hsaputra , I remember the release artifact needs to be uploaded to apache dist svn https://dist.apache.org/repos/dist/dev/incubator/ , is it still required? I don't see tvm under the repository, shall we create one? -- You are receiving this because you are subscribed to this thread. Reply to