Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
correct function description
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhenneking committed Jul 28, 2017
1 parent b20136d commit b43b9ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/operator/tensor/cast_storage-inl.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ struct MarkRspRowIdxThreadKernel {
};

/*!
* \brief Thread kernel for marking non-zero rows of a tensor.
* \brief Warp kernel for marking non-zero rows of a tensor.
* Parallelized by tensor rows: 1 warp/row
*/
struct MarkRspRowIdxWarpKernel {
Expand Down Expand Up @@ -95,7 +95,7 @@ struct MarkRspRowIdxWarpKernel {
};

/*!
* \brief Thread kernel for marking non-zero rows of a tensor.
* \brief Block kernel for marking non-zero rows of a tensor.
* Parallelized by tensor rows: 1 threadBlock/row
*/
struct MarkRspRowIdxBlockKernel {
Expand Down

0 comments on commit b43b9ef

Please sign in to comment.