-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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.csv
But I got an error that looks like:
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
Would anyone be able to point me to what might be happening here?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels