YuAng
YuAng
## SpMM COO NOT ready for merging! Add the basic spmm_coo to perform SpMM operations needed by GCN. Only the CUDA kernel is offered. Code pieces are borrowed from prior...
This PR records the progress relating to GCN and SpMM. A prior PR is #9092. Two components are added: 1. `spmm` op & kernels 2. gcn model The gcn model...
`"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...
Hi, After the BFS is compiled -- `$ make grazelle ALGORITHM=BREADTH_FIRST_SEARCH` I would like to assign specific root vertex for the execution of BFS. But I am unable to find...