A simple tool to genertate random matrix for sddmm
- the right CSR form is showed in sparseCSR.txt
- the right COO form is showed in sparseCOO.txt
- the C language api COO->CSR is in readCSR.cpp
- the right answer of SDDMM with CSR format is presented in outputCSR.txt
- the right answer of SDDMM with COO format is presented in outputCOO.txt You can use these generated data to test and verify your sddmm-kernel