You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 21, 2024. It is now read-only.
- Added TexObjInputIterator, TexRefInputIterator, CacheModifiedInputIterator, and CacheModifiedOutputIterator types for loading & storing arbitrary types through the cache hierarchy. Compatible with Thrust API.
6
6
- Added descending sorting to DeviceRadixSort and BlockRadixSort
Copy file name to clipboardExpand all lines: docs/html/annotated.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -149,7 +149,7 @@
149
149
</div>
150
150
</td></tr>
151
151
<trid="row_0_33_0_"><tdclass="entry"><imgsrc="ftv2blank.png" alt=" " width="16" height="22" /><imgsrc="ftv2vertline.png" alt="|" width="16" height="22" /><imgsrc="ftv2lastnode.png" alt="\" width="16" height="22" /><imgsrc="ftv2cl.png" alt="C" width="24" height="22" /><aclass="el" href="structcub_1_1_block_histogram_1_1_temp_storage.html" target="_self">TempStorage</a></td><tdclass="desc">The operations exposed by <aclass="el" href="classcub_1_1_block_histogram.html" title="The BlockHistogram class provides collective methods for constructing block-wide histograms from data...">BlockHistogram</a> require a temporary memory allocation of this nested type for thread communication. This opaque storage can be allocated directly using the <code>__shared__</code> keyword. Alternatively, it can be aliased to externally allocated memory (shared or global) or <code>union</code>'d with other storage allocation types to facilitate memory reuse </td></tr>
152
-
<trid="row_0_34_" class="even"><tdclass="entry"><imgsrc="ftv2blank.png" alt=" " width="16" height="22" /><imgid="arr_0_34_" src="ftv2mnode.png" alt="o" width="16" height="22" onclick="toggleFolder('0_34_')"/><imgsrc="ftv2cl.png" alt="C" width="24" height="22" /><aclass="el" href="classcub_1_1_block_load.html" target="_self">BlockLoad</a></td><tdclass="desc">The <aclass="el" href="classcub_1_1_block_load.html" title="The BlockLoad class provides collective data movement methods for loading a linear segment of items f...">BlockLoad</a> class provides <ahref="index.html#sec0"><em>collective</em></a> data movement methods for loading a linear segment of items from memory into a <ahref="index.html#sec5sec4"><em>blocked arrangement</em></a> across a CUDA thread block. </p>
152
+
<trid="row_0_34_" class="even"><tdclass="entry"><imgsrc="ftv2blank.png" alt=" " width="16" height="22" /><imgid="arr_0_34_" src="ftv2mnode.png" alt="o" width="16" height="22" onclick="toggleFolder('0_34_')"/><imgsrc="ftv2cl.png" alt="C" width="24" height="22" /><aclass="el" href="classcub_1_1_block_load.html" target="_self">BlockLoad</a></td><tdclass="desc">The <aclass="el" href="classcub_1_1_block_load.html" title="The BlockLoad class provides collective data movement methods for loading a linear segment of items f...">BlockLoad</a> class provides <ahref="index.html#sec0"><em>collective</em></a> data movement methods for loading a linear segment of items from memory into a <ahref="index.html#sec4sec3"><em>blocked arrangement</em></a> across a CUDA thread block. </p>
<trid="row_0_37_0_"><tdclass="entry"><imgsrc="ftv2blank.png" alt=" " width="16" height="22" /><imgsrc="ftv2vertline.png" alt="|" width="16" height="22" /><imgsrc="ftv2lastnode.png" alt="\" width="16" height="22" /><imgsrc="ftv2cl.png" alt="C" width="24" height="22" /><aclass="el" href="structcub_1_1_block_scan_1_1_temp_storage.html" target="_self">TempStorage</a></td><tdclass="desc">The operations exposed by <aclass="el" href="classcub_1_1_block_scan.html" title="The BlockScan class provides collective methods for computing a parallel prefix sum/scan of items par...">BlockScan</a> require a temporary memory allocation of this nested type for thread communication. This opaque storage can be allocated directly using the <code>__shared__</code> keyword. Alternatively, it can be aliased to externally allocated memory (shared or global) or <code>union</code>'d with other storage allocation types to facilitate memory reuse </td></tr>
176
-
<trid="row_0_38_" class="even"><tdclass="entry"><imgsrc="ftv2blank.png" alt=" " width="16" height="22" /><imgid="arr_0_38_" src="ftv2mnode.png" alt="o" width="16" height="22" onclick="toggleFolder('0_38_')"/><imgsrc="ftv2cl.png" alt="C" width="24" height="22" /><aclass="el" href="classcub_1_1_block_store.html" target="_self">BlockStore</a></td><tdclass="desc">The <aclass="el" href="classcub_1_1_block_store.html" title="The BlockStore class provides collective data movement methods for writing a blocked arrangement of i...">BlockStore</a> class provides <ahref="index.html#sec0"><em>collective</em></a> data movement methods for writing a <ahref="index.html#sec5sec4"><em>blocked arrangement</em></a> of items partitioned across a CUDA thread block to a linear segment of memory. </p>
176
+
<trid="row_0_38_" class="even"><tdclass="entry"><imgsrc="ftv2blank.png" alt=" " width="16" height="22" /><imgid="arr_0_38_" src="ftv2mnode.png" alt="o" width="16" height="22" onclick="toggleFolder('0_38_')"/><imgsrc="ftv2cl.png" alt="C" width="24" height="22" /><aclass="el" href="classcub_1_1_block_store.html" target="_self">BlockStore</a></td><tdclass="desc">The <aclass="el" href="classcub_1_1_block_store.html" title="The BlockStore class provides collective data movement methods for writing a blocked arrangement of i...">BlockStore</a> class provides <ahref="index.html#sec0"><em>collective</em></a> data movement methods for writing a <ahref="index.html#sec4sec3"><em>blocked arrangement</em></a> of items partitioned across a CUDA thread block to a linear segment of memory. </p>
0 commit comments