Error: Executor factory not found: c22a5_AVX512_512_4x4 for kernel desc: sop::KernelDesc<float, sop::CSRStorageTypes<float*, int>, sop::PackingDesc<(sop::PackingStrategy)2, (sop::PackingStrategy)2>, (sop::UPanelReorderingStrategy)1>
/home/reikdas/spreg2/spmm_nano_kernels/include/MatMulSpecialized.h:166
I tried performing SpMM over the following matrix market files:
https://sparse.tamu.edu/HB/662_bus
https://sparse.tamu.edu/HB/bcspwr06
https://sparse.tamu.edu/TAMU_SmartGridCenter/ACTIVSg2000
The command I used to execute SpMM was -
python3 run_matrix.py -m 662_bus.mtx -t 1 -b 512 -o temp.csvBut I got an error that looks like:
Would anyone be able to point me to what might be happening here?