intel / ideep

Intel® Optimization for Chainer*, a Chainer module providing numpy like API and DNN acceleration using MKL-DNN.
MIT License
162 stars 87 forks source link

README inaccurately says it's chainer bindings #28

Open ezyang opened 5 years ago

ezyang commented 5 years ago

If I understand recent correspondence correctly, ideep will be the official frontend for mkl-dnn, not just for chainer. README should be updated.

gujinghui commented 5 years ago

@ezyang the mkldnn-bridge for pytorch/caffe2 is being separate from ideep chainer. we're reducing the LOC and improving the API only for pytorch/caffe2. when done, we plan to make the mkldnn-bridge as a part of pytorch/caffe2, instead of a submodule.