TC-GNN_ATC23
TC-GNN_ATC23 copied to clipboard
Artifact for USENIX ATC'23: TC-GNN: Bridging Sparse GNN Computation and Dense Tensor Cores on GPUs.
## Improper use of CUDA Graph in TC-GNN Hello, I wanted to bring to your attention a potential issue regarding the usage of CUDA Graph in TC-GNN. Upon reviewing the...
hi,I read the spmm kernel and find that the number of tiles to process for the feature dimension is calculated by embedding_dim/BLK_H, which may not be applicable for the last...
hi,I used nsight system to view the timeline after using cuda graph and found that the spmm kernels in the forward and backward passes were clustered together, which seems to...
Hello, I encountered this issue while replicating the sixth and seventh steps of the readme file.“” May I ask for a solution and look forward to your reply? Thank you!...
Hi Yuke, What is the interface to be used to just perform SpMM? Thanks
Hi I came across this project and found the implementation is quite interesting. Is there any docs/paper that detail this project? Or you have any plan to release these kinds...