Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

does mkl-dnn require c++11 compiler

Fu_J_Intel
Employee
473 Views

does mkl-dnn require c++11 compiler?  

thanks,

Jeffrey

0 Kudos
2 Replies
Zhen_Z_Intel
Employee
473 Views

Hi Jef,

I don't think the MKL DNN require C++ 11, you could implemented by C code, it's might not related on C++ standard.

Best regards,
Fiona

0 Kudos
Evarist_F_Intel
Employee
473 Views

MKL-DNN does not require neither C++ compiler nor C++ runtime. You may use its C interface.

Though for simplicity MKL-DNN has C++11 wrappers distributed in header form (mkldnn.hpp), which provide much more sophisticated interface. Of course in order to use this wrappers you need compiler with C++11 support.

0 Kudos
Reply