"examples/pytorch/argo/ogb_example.py" did not exist on "d876680a36fcbd994b9e6b6c42253bd47713b276"
Unverified Commit 62dd1c86 authored by maqy1995's avatar maqy1995 Committed by GitHub
Browse files

fix doc typo (#2721)

parent 7380d61e
......@@ -119,7 +119,7 @@ __global__ void ArgSpMMCooKernel(
}
/*!
* \brief CUDA kernel of g-SpMM on Coo format.
* \brief CUDA kernel of g-SpMM on Csr format.
* \note it uses node parallel strategy, different threadblocks (on y-axis)
* is responsible for the computation on different destination nodes.
* Threadblocks on the x-axis are responsible for the computation on
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment