top | item 15074999

Optimize Deep Learning GPU Operators with TVM: A Depthwise Convolution Example

24 points| crowwork | 8 years ago |tvmlang.org | reply

3 comments

order
[+] ysh329|8 years ago|reply
A collection about depthwise conv:

Optimize Deep Learning GPU Operators with TVM: A Depthwise Convolution Example http://tvmlang.org/2017/08/22/Optimize-Deep-Learning-GPU-Ope...

MobileNet and Depthwise Separable Convolution · Issue #70 · changtimwu/changtimwu.github.com https://github.com/changtimwu/changtimwu.github.com/issues/7...

yonghenglh6/DepthwiseConvolution: A personal mobile convolution layer implementation on caffe by liuhao.(only GPU) https://github.com/yonghenglh6/DepthwiseConvolution

[+] LaPrometheus|8 years ago|reply
This is super cool. Any comparison with Weld? https://weld-project.github.io/
[+] crowwork|8 years ago|reply
as far as i know weld is optimized for data analytics workload so far(dataframe) while tvm is optimized for tensor deep learning workloads with great cpu, gpu and other supports