Skip to content

Commit

Permalink
Update allocator docs
Browse files Browse the repository at this point in the history
Former-commit-id: 011fd9d
  • Loading branch information
dumerrill committed Jul 8, 2014
1 parent f9e8a6c commit 9785d22
Show file tree
Hide file tree
Showing 282 changed files with 1,022 additions and 821 deletions.
21 changes: 13 additions & 8 deletions cub/util_allocator.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,17 @@ namespace cub {
* \brief A simple caching allocator for device memory allocations.
*
* \par Overview
* The allocator is thread-safe and is capable of managing cached device allocations
* on multiple devices. It behaves as follows:
* The allocator is thread-safe and stream-safe and is capable of managing cached
* device allocations on multiple devices. It behaves as follows:
*
* \par
* - Allocations categorized by bin size.
* - Bin sizes progress geometrically in accordance with the growth factor
* - Allocations from the allocator are associated with an \p active_stream. Once freed,
* the allocation becomes available immediately for reuse within the \p active_stream
* with which it was associated with during allocation, and it becomes available for
* reuse within other streams when all prior work submitted to \p active_stream has completed.
* - Allocations are categorized and cached by bin size. A new allocation request of
* a given size will only consider cached allocations within the corresponding bin.
* - Bin limits progress geometrically in accordance with the growth factor
* \p bin_growth provided during construction. Unused device allocations within
* a larger bin cache are not reused for allocation requests that categorize to
* smaller bin sizes.
Expand Down Expand Up @@ -336,7 +341,7 @@ struct CachingDeviceAllocator
* \brief Provides a suitable allocation of device memory for the given size on the specified device.
*
* Once freed, the allocation becomes available immediately for reuse within the \p active_stream
* with which it was associated with during allocation, and becomes available for reuse within other
* with which it was associated with during allocation, and it becomes available for reuse within other
* streams when all prior work submitted to \p active_stream has completed.
*/
cudaError_t DeviceAllocate(
Expand Down Expand Up @@ -474,7 +479,7 @@ struct CachingDeviceAllocator
* \brief Provides a suitable allocation of device memory for the given size on the current device.
*
* Once freed, the allocation becomes available immediately for reuse within the \p active_stream
* with which it was associated with during allocation, and becomes available for reuse within other
* with which it was associated with during allocation, and it becomes available for reuse within other
* streams when all prior work submitted to \p active_stream has completed.
*/
cudaError_t DeviceAllocate(
Expand All @@ -495,7 +500,7 @@ struct CachingDeviceAllocator
* \brief Frees a live allocation of device memory on the specified device, returning it to the allocator.
*
* Once freed, the allocation becomes available immediately for reuse within the \p active_stream
* with which it was associated with during allocation, and becomes available for reuse within other
* with which it was associated with during allocation, and it becomes available for reuse within other
* streams when all prior work submitted to \p active_stream has completed.
*/
cudaError_t DeviceFree(
Expand Down Expand Up @@ -593,7 +598,7 @@ struct CachingDeviceAllocator
* \brief Frees a live allocation of device memory on the current device, returning it to the allocator.
*
* Once freed, the allocation becomes available immediately for reuse within the \p active_stream
* with which it was associated with during allocation, and becomes available for reuse within other
* with which it was associated with during allocation, and it becomes available for reuse within other
* streams when all prior work submitted to \p active_stream has completed.
*/
cudaError_t DeviceFree(
Expand Down
2 changes: 1 addition & 1 deletion docs/html/annotated.html
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Jul 2 2014 16:22:37 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Jul 8 2014 15:57:55 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.4
<br>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/arg__index__input__iterator_8cuh.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Jul 2 2014 16:22:32 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Jul 8 2014 15:57:51 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.4
<br>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/arg__index__input__iterator_8cuh_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Jul 2 2014 16:22:31 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Jul 8 2014 15:57:49 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.4
<br>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/block__discontinuity_8cuh.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Jul 2 2014 16:22:32 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Jul 8 2014 15:57:51 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.4
<br>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/block__discontinuity_8cuh_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Jul 2 2014 16:22:31 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Jul 8 2014 15:57:49 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.4
<br>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/block__exchange_8cuh.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Jul 2 2014 16:22:32 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Jul 8 2014 15:57:51 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.4
<br>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/block__exchange_8cuh_source.html.REMOVED.git-id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6be543014164bca9cf6942147f14f653423c91f8
852196ab5d748ea194204a2b1f79e6a6ebe7d216
2 changes: 1 addition & 1 deletion docs/html/block__histogram_8cuh.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Jul 2 2014 16:22:32 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Jul 8 2014 15:57:51 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.4
<br>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/block__histogram_8cuh_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Jul 2 2014 16:22:31 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Jul 8 2014 15:57:50 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.4
<br>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/block__load_8cuh.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Jul 2 2014 16:22:32 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Jul 8 2014 15:57:51 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.4
<br>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/block__load_8cuh_source.html.REMOVED.git-id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6b98b1683aa719c668126757bd8cbc3e511750ba
95754aa3fa53248d76e82c88c301a15e66e1adc7
2 changes: 1 addition & 1 deletion docs/html/block__radix__sort_8cuh.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Jul 2 2014 16:22:32 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Jul 8 2014 15:57:51 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.4
<br>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/block__radix__sort_8cuh_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Jul 2 2014 16:22:31 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Jul 8 2014 15:57:50 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.4
<br>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/block__reduce_8cuh.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Jul 2 2014 16:22:32 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Jul 8 2014 15:57:51 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.4
<br>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/block__reduce_8cuh_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Jul 2 2014 16:22:31 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Jul 8 2014 15:57:50 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.4
<br>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/block__scan_8cuh.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Jul 2 2014 16:22:32 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Jul 8 2014 15:57:51 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.4
<br>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/block__scan_8cuh_source.html.REMOVED.git-id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
78c6d39ee84d992b51c13a775b1453712dd3bbe3
46ca10389a6011f589df9fdca1aedda9a17a138d
2 changes: 1 addition & 1 deletion docs/html/block__store_8cuh.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Jul 2 2014 16:22:32 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Jul 8 2014 15:57:51 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.4
<br>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/block__store_8cuh_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Jul 2 2014 16:22:32 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Jul 8 2014 15:57:50 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.4
<br>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/cache__modified__input__iterator_8cuh.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Jul 2 2014 16:22:33 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Jul 8 2014 15:57:51 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.4
<br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Jul 2 2014 16:22:32 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Jul 8 2014 15:57:50 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.4
<br>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/cache__modified__output__iterator_8cuh.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Jul 2 2014 16:22:33 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Jul 8 2014 15:57:51 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.4
<br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Jul 2 2014 16:22:32 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Jul 8 2014 15:57:50 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.4
<br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Jul 2 2014 16:22:34 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Jul 8 2014 15:57:52 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.4
<br>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/classcub_1_1_arg_index_input_iterator.html
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ <h2 class="groupheader">Constructor &amp; Destructor Documentation</h2>
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Jul 2 2014 16:22:34 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Jul 8 2014 15:57:52 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.4
<br>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/classcub_1_1_block_discontinuity-members.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Jul 2 2014 16:22:34 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Jul 8 2014 15:57:52 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.4
<br>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/classcub_1_1_block_discontinuity.html
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ <h2 class="groupheader">Member Function Documentation</h2>
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Jul 2 2014 16:22:34 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Jul 8 2014 15:57:52 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.4
<br>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/classcub_1_1_block_exchange-members.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Jul 2 2014 16:22:34 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Jul 8 2014 15:57:53 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.4
<br>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/classcub_1_1_block_exchange.html
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ <h2 class="groupheader">Member Function Documentation</h2>
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Jul 2 2014 16:22:34 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Jul 8 2014 15:57:53 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.4
<br>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/classcub_1_1_block_histogram-members.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Jul 2 2014 16:22:34 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Jul 8 2014 15:57:53 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.4
<br>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/classcub_1_1_block_histogram.html
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ <h2 class="groupheader">Member Function Documentation</h2>
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Jul 2 2014 16:22:34 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Jul 8 2014 15:57:53 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.4
<br>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/classcub_1_1_block_load-members.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Jul 2 2014 16:22:34 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Jul 8 2014 15:57:53 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.4
<br>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/classcub_1_1_block_load.html
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ <h2 class="groupheader">Member Function Documentation</h2>
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Jul 2 2014 16:22:34 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Jul 8 2014 15:57:53 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.4
<br>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/classcub_1_1_block_radix_sort-members.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Jul 2 2014 16:22:35 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Jul 8 2014 15:57:53 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.4
<br>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/classcub_1_1_block_radix_sort.html
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ <h2 class="groupheader">Member Function Documentation</h2>
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Jul 2 2014 16:22:35 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Jul 8 2014 15:57:53 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.4
<br>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/classcub_1_1_block_reduce-members.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Jul 2 2014 16:22:35 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Jul 8 2014 15:57:53 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.4
<br>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/classcub_1_1_block_reduce.html
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ <h2 class="groupheader">Member Function Documentation</h2>
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Jul 2 2014 16:22:35 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Jul 8 2014 15:57:53 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.4
<br>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/classcub_1_1_block_scan-members.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Jul 2 2014 16:22:35 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Tue Jul 8 2014 15:57:54 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.4
<br>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/classcub_1_1_block_scan.html.REMOVED.git-id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ac28ba5434f88a730a2b68d010b078ef96d10972
5f0d0453dc974e459c30ef2dbfda171398bea5c7
Loading

0 comments on commit 9785d22

Please sign in to comment.