Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #722 from senior-zero/enh-main/github/warp_docs
Browse files Browse the repository at this point in the history
Improve docs for warp-wide primitives
  • Loading branch information
gevtushenko committed Jun 22, 2023
2 parents cceed9a + 2bee107 commit b2e8bcc
Show file tree
Hide file tree
Showing 8 changed files with 2,411 additions and 2,325 deletions.
8 changes: 4 additions & 4 deletions cub/warp/warp_exchange.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ public:
* <em>striped</em> arrangement.
*
* @par
* \smemreuse
* @smemwarpreuse
*
* @par Snippet
* The code snippet below illustrates the conversion from a "blocked" to a
Expand Down Expand Up @@ -254,7 +254,7 @@ public:
* <em>blocked</em> arrangement.
*
* @par
* \smemreuse
* @smemwarpreuse
*
* @par Snippet
* The code snippet below illustrates the conversion from a "striped" to a
Expand Down Expand Up @@ -321,7 +321,7 @@ public:
* into <em>striped</em> arrangement.
*
* @par
* \smemreuse
* @smemwarpreuse
*
* @par Snippet
* The code snippet below illustrates the conversion from a "scatter" to a
Expand Down Expand Up @@ -379,7 +379,7 @@ public:
* into <em>striped</em> arrangement.
*
* @par
* \smemreuse
* @smemwarpreuse
*
* @par Snippet
* The code snippet below illustrates the conversion from a "scatter" to a
Expand Down
Loading

0 comments on commit b2e8bcc

Please sign in to comment.