Re: [dmlc/tvm] [RFC] Add AVX512VNNI support for TVM (#3388)

2019-07-08 Thread Jianyu Huang
@tqchen Will update this soon (sorry for being busy with some other things recently). -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/dmlc/tvm/pull/3388#issuecomment-509499452

Re: [dmlc/tvm] [RFC][Quantization] Designing and lowering of quantized ops (#3512)

2019-07-08 Thread Animesh Jain
We have made good progress on the Quantization RFC, achieving clarity and convergence on many points. For this PR specifically, @tqchen and @FrozenGene, can you please comment if this looks in line with our quantization RFC. -- You are receiving this because you are subscribed to this thread. R

Re: [dmlc/tvm] [RFC][Quantization] Designing and lowering of quantized ops (#3512)

2019-07-08 Thread Zhi
Is this ready for review? Have we been converged on the design in the quantization RFC? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/dmlc/tvm/pull/3512#issuecomment-509430172

Re: [dmlc/tvm] [RFC][Quantization] Designing and lowering of quantized ops (#3512)

2019-07-08 Thread shoubhik
@tqchen @FrozenGene @ZihengJiang @zhiics @wweic @eqy -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/dmlc/tvm/pull/3512#issuecomment-509422639

Re: [dmlc/tvm] [RFC][Quantization] Designing and lowering of quantized ops (#3457)

2019-07-08 Thread shoubhik
Rebased to new PR #3512 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/dmlc/tvm/pull/3457#issuecomment-509421969

Re: [dmlc/tvm] [RFC][Quantization] Designing and lowering of quantized ops (#3457)

2019-07-08 Thread shoubhik
Closed #3457. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/dmlc/tvm/pull/3457#event-2467657739

Re: [dmlc/tvm] [RFC] Add AVX512VNNI support for TVM (#3388)

2019-07-08 Thread Tianqi Chen
@jianyuh can you add a pre-condition to the test cases so it skips the test when LLVM8 is not enabled? You can use https://github.com/dmlc/tvm/blob/9bfdc55c572e03f6cfac6994a9e75f8fd9252850/python/tvm/intrin.py#L193 to lookup the intrinsic to see if it is available. -- You are receiving this be