Skip to content

Commit

Permalink
Fix linux compilation issue on certain platforms
Browse files Browse the repository at this point in the history
Former-commit-id: 93696c4
  • Loading branch information
dumerrill committed Mar 3, 2014
1 parent 08f079e commit e10154d
Show file tree
Hide file tree
Showing 278 changed files with 288 additions and 288 deletions.
2 changes: 1 addition & 1 deletion CHANGE_LOG.TXT
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//-----------------------------------------------------------------------------

1.2.1 02/25/2014
1.2.2 03/03/2014
- New features:
- Added device-wide reduce-by-key (DeviceReduce::ReduceByKey, DeviceReduce::RunLengthEncode)
- Added MS VC++ project solutions for device-wide and block-wide examples
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<hr>
<h3>About CUB</h3>

Current release: v1.2.1 (February 28, 2014)
Current release: v1.2.3 (March 3, 2014)

We recommend the [CUB Project Website](http://nvlabs.github.com/cub) and the [cub-users discussion forum](http://groups.google.com/group/cub-users) for further information and examples.

Expand Down Expand Up @@ -84,7 +84,7 @@ See [CUB Project Website](http://nvlabs.github.com/cub) for more information.
| Date | Version |
| ---- | ------- |
| 02/25/2014 | [CUB v1.2.1 Primary Release](https://github.com/NVlabs/cub/archive/1.2.1.zip) |
| 02/25/2014 | [CUB v1.2.3 Primary Release](https://github.com/NVlabs/cub/archive/1.2.3.zip) |
| 12/10/2013 | [CUB v1.1.1 Primary Release](https://github.com/NVlabs/cub/archive/1.1.1.zip) |
| 08/08/2013 | [CUB v1.0.1 Primary Release](https://github.com/NVlabs/cub/archive/1.0.1.zip) |
| 05/07/2013 | [CUB v0.9.4 Update Release](https://github.com/NVlabs/cub/archive/0.9.4.zip) |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ struct BlockReduceRakingCommutativeOnly
};

/// WarpReduce utility type
typedef typename WarpReduce<T, 1, RAKING_THREADS> WarpReduce;
typedef WarpReduce<T, 1, RAKING_THREADS> WarpReduce;

/// Layout type for padded thread block raking grid
typedef BlockRakingLayout<T, SHARING_THREADS> BlockRakingLayout;
Expand Down
6 changes: 3 additions & 3 deletions docs/download_cub.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
</head>

<body
onload="downloadURL('https://github.com/NVlabs/cub/archive/1.2.1.zip');"
onload="downloadURL('https://github.com/NVlabs/cub/archive/1.2.2.zip');"
style="color: rgb(102, 102, 102); font-family: Helvetica, arial, freesans, clean, sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 300; height: 18px;">

<center>
If your download doesn't start in 3s:
<br><br>
<a href="https://github.com/NVlabs/cub/archive/1.2.1.zip"><img src="download-icon.png" style="position:relative; bottom:-10px; border:0px;"/></a>
<a href="https://github.com/NVlabs/cub/archive/1.2.1.zip"><em>Download CUB!</em></a>
<a href="https://github.com/NVlabs/cub/archive/1.2.2.zip"><img src="download-icon.png" style="position:relative; bottom:-10px; border:0px;"/></a>
<a href="https://github.com/NVlabs/cub/archive/1.2.2.zip"><em>Download CUB!</em></a>
</center>

</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/CHANGE_LOG.TXT
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//-----------------------------------------------------------------------------

1.2.1 02/25/2014
1.2.2 03/03/2014
- New features:
- Added device-wide reduce-by-key (DeviceReduce::ReduceByKey, DeviceReduce::RunLengthEncode)
- Added MS VC++ project solutions for device-wide and block-wide examples
Expand Down
2 changes: 1 addition & 1 deletion docs/html/annotated.html
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Fri Feb 28 2014 15:34:09 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Mon Mar 3 2014 09:51:33 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 Fri Feb 28 2014 15:34:05 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Mon Mar 3 2014 09:51:30 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 Fri Feb 28 2014 15:34:04 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Mon Mar 3 2014 09:51:29 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 @@ -137,7 +137,7 @@
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Fri Feb 28 2014 15:34:05 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Mon Mar 3 2014 09:51:30 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 @@ -404,7 +404,7 @@
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Fri Feb 28 2014 15:34:04 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Mon Mar 3 2014 09:51:29 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 @@ -139,7 +139,7 @@
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Fri Feb 28 2014 15:34:05 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Mon Mar 3 2014 09:51:30 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 @@
581a1de9ea6fec8e0ec4b96e4abe9f554c0be443
5845fa6d6ff27d33846ea26be85bc275d012c5bf
2 changes: 1 addition & 1 deletion docs/html/block__histogram_8cuh.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Fri Feb 28 2014 15:34:05 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Mon Mar 3 2014 09:51:30 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 @@ -303,7 +303,7 @@
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Fri Feb 28 2014 15:34:04 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Mon Mar 3 2014 09:51:29 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 @@ -203,7 +203,7 @@
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Fri Feb 28 2014 15:34:05 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Mon Mar 3 2014 09:51:30 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 @@
7e2953ff1f78e43fe39ec33d50df1629b5b27f7c
adb8e1949d351cf635abc7eae14dfd1ef433fbd0
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 @@ -140,7 +140,7 @@
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Fri Feb 28 2014 15:34:05 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Mon Mar 3 2014 09:51:30 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 @@ -523,7 +523,7 @@
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Fri Feb 28 2014 15:34:04 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Mon Mar 3 2014 09:51:29 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 @@ -150,7 +150,7 @@
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Fri Feb 28 2014 15:34:05 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Mon Mar 3 2014 09:51:30 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 @@ -333,7 +333,7 @@
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Fri Feb 28 2014 15:34:04 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Mon Mar 3 2014 09:51:29 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 @@ -150,7 +150,7 @@
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Fri Feb 28 2014 15:34:05 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Mon Mar 3 2014 09:51:30 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 @@
a5f234ca8d1b8eadc804851ab76b8024d180c53c
2170f2f104f814c01944084219232a4b7fdc298e
2 changes: 1 addition & 1 deletion docs/html/block__store_8cuh.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Fri Feb 28 2014 15:34:05 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Mon Mar 3 2014 09:51:30 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 @@ -625,7 +625,7 @@
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Fri Feb 28 2014 15:34:04 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Mon Mar 3 2014 09:51:29 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 Fri Feb 28 2014 15:34:05 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Mon Mar 3 2014 09:51:30 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 Fri Feb 28 2014 15:34:04 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Mon Mar 3 2014 09:51:29 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 Fri Feb 28 2014 15:34:05 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Mon Mar 3 2014 09:51:30 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 Fri Feb 28 2014 15:34:04 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Mon Mar 3 2014 09:51:29 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 Fri Feb 28 2014 15:34:06 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Mon Mar 3 2014 09:51:30 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 Fri Feb 28 2014 15:34:06 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Mon Mar 3 2014 09:51:30 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 @@ -116,7 +116,7 @@
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Fri Feb 28 2014 15:34:07 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Mon Mar 3 2014 09:51:31 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 @@ -719,7 +719,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 Fri Feb 28 2014 15:34:07 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Mon Mar 3 2014 09:51:31 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 @@ -120,7 +120,7 @@
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Fri Feb 28 2014 15:34:07 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Mon Mar 3 2014 09:51:31 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 @@ -831,7 +831,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 Fri Feb 28 2014 15:34:07 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Mon Mar 3 2014 09:51:31 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 @@ -115,7 +115,7 @@
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Fri Feb 28 2014 15:34:07 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Mon Mar 3 2014 09:51:31 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 @@ -562,7 +562,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 Fri Feb 28 2014 15:34:07 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Mon Mar 3 2014 09:51:31 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 @@ -115,7 +115,7 @@
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Fri Feb 28 2014 15:34:07 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Mon Mar 3 2014 09:51:31 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 @@ -546,7 +546,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 Fri Feb 28 2014 15:34:07 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Mon Mar 3 2014 09:51:31 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 @@ -120,7 +120,7 @@
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Fri Feb 28 2014 15:34:07 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Mon Mar 3 2014 09:51:31 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 @@ -1006,7 +1006,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 Fri Feb 28 2014 15:34:07 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Mon Mar 3 2014 09:51:31 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 @@ -118,7 +118,7 @@
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Fri Feb 28 2014 15:34:07 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Mon Mar 3 2014 09:51:31 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 @@ -788,7 +788,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 Fri Feb 28 2014 15:34:07 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Mon Mar 3 2014 09:51:31 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 @@ -136,7 +136,7 @@
<!-- HTML footer for doxygen 1.8.3.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Fri Feb 28 2014 15:34:08 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Mon Mar 3 2014 09:51:32 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 @@
00739f08b66fa0a691e0cf43fc9d7a43b843a45c
0276a7e0f3aebc5940a4648089d46d3246638f87
Loading

0 comments on commit e10154d

Please sign in to comment.