Test Email on dev@

2019-03-20 Thread Tianqi Chen
To confirm if the dev email can be received by bot

[TVM Discuss] [Development] [Tensor Expression] add hardware specific schedule

2019-03-20 Thread zfhn via TVM Discuss
ring buffer optimization is common and critical on dsp(or other VLIW-like Asic). Except tvm framwork can support this. https://discuss.tvm.ai/t/questions-about-memory-latency-hiding-on-dsp/1843 --- [Visit Topic](https://discuss.tvm.ai/t/tensor-expression-add-hardware-specific-schedule/18

[TVM Discuss] [Development] [DISCUSS] and Documentation of AlterLayout Pass

2019-03-20 Thread Lianmin Zheng via TVM Discuss
@yzhliu You are right. At that time, we thought `AlterOpLayout` does not have dependency problem and can be done in a single forward pass, so we tried to do a lot of things in a single pass, which includes operator substitution, layout inference, and layout-transformation insertion. I agree t