"src/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "a9df12ab451be65060f6f69e201e3a6cb2ee15e8"
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( ...@@ -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) * \note it uses node parallel strategy, different threadblocks (on y-axis)
* is responsible for the computation on different destination nodes. * is responsible for the computation on different destination nodes.
* Threadblocks on the x-axis are responsible for the computation on * 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