tSparse
tSparse copied to clipboard
A GPU algorithm for sparse matrix-matrix multiplication
Results
1
tSparse issues
Sort by
recently updated
recently updated
newest added
`"error: undefined reference to '__cudaRegisterLinkedBinary_12_spmm_cpp1_ii_handle'"` This error can be fixed by using more recent syntax to write the `CMakeLists.txt`. * `CMakeLists.txt` in the `root` folder: ```cmake cmake_minimum_required (VERSION 3.22) project...