Open nicolast0604 opened 2 years ago
~/CAKE_on_CPU/experiments/intel/Fig-10# ./run.sh
mkl_sgemm_test.c:7:10: fatal error: mkl.h: No such file or directory
^~~~~~~
Could you please clarify it? Thanks a lot.
In order to compile and run that file, you'll need to install intel MKL per the instructions at https://www.intel.com/content/www/us/en/develop/documentation/get-started-with-mkl-for-dpcpp/top.html
~/CAKE_on_CPU/experiments/intel/Fig-10# ./run.sh
mkl_sgemm_test.c:7:10: fatal error: mkl.h: No such file or directory
include "mkl.h"
Could you please clarify it? Thanks a lot.