Skip to content

Executor factory not found #7

@reikdas

Description

@reikdas

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?

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions