intel / ideep

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

oneDNN compatibility? #40

Open peijason opened 4 years ago

peijason commented 4 years ago

It looks DNNL is now oneDNN. Will ideep be upgraded to be compatible with oneDNN ?

Thank you...

CaoZhongZ commented 4 years ago

Which usage case do you refer to?ideep is compatible to oneDNN.

peijason commented 4 years ago

@CaoZhongZ

Hi, Thank you for your prompt reply. I actually refer to this file: https://github.com/intel/ideep/blob/master/cmake/mkldnn.cmake . I'm trying to build ideep using cmake . Since there is NO mkldnn any more, it's better to modify mkldnn.cmake into a corresponding oneDNN.cmake ?