vnatesh / CAKE_on_CPU

CAKE Library for constant-bandwidth matrix multiplication on CPUs
14 stars 4 forks source link

There is no mkl.h #2

Open nicolast0604 opened 2 years ago

nicolast0604 commented 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

include "mkl.h"

      ^~~~~~~

Could you please clarify it? Thanks a lot.

vnatesh commented 2 years ago

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