Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

does mkl-dnn require c++11 compiler

Fu_J_Intel
Employee
945 Views

does mkl-dnn require c++11 compiler?  

thanks,

Jeffrey

0 Kudos
2 Replies
Zhen_Z_Intel
Employee
945 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
945 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