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

Commit b9b6860

Browse files
committed
update doc for v1.2.3
Former-commit-id: f0b7d80
1 parent 28b2989 commit b9b6860

File tree

277 files changed

+331
-314
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

277 files changed

+331
-314
lines changed

CHANGE_LOG.TXT

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
//-----------------------------------------------------------------------------
22

3+
1.2.3 03/03/2014
4+
- Bug fixes:
5+
- Fixed access violation bug in DeviceReduce::ReduceByKey for non-primitive value types
6+
- Fixed code-snippet bug in ArgIndexInputIterator documentation
7+
8+
//-----------------------------------------------------------------------------
9+
310
1.2.2 03/03/2014
411
- New features:
512
- Added device-wide reduce-by-key (DeviceReduce::ReduceByKey, DeviceReduce::RunLengthEncode)

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<hr>
22
<h3>About CUB</h3>
33

4-
Current release: v1.2.3 (March 3, 2014)
4+
Current release: v1.2.3 (April 1, 2014)
55

66
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.
77

@@ -84,12 +84,9 @@ See [CUB Project Website](http://nvlabs.github.com/cub) for more information.
8484
8585
| Date | Version |
8686
| ---- | ------- |
87-
| 02/25/2014 | [CUB v1.2.3 Primary Release](https://github.com/NVlabs/cub/archive/1.2.3.zip) |
87+
| 04/01/2014 | [CUB v1.2.3 Primary Release](https://github.com/NVlabs/cub/archive/1.2.3.zip) |
8888
| 12/10/2013 | [CUB v1.1.1 Primary Release](https://github.com/NVlabs/cub/archive/1.1.1.zip) |
8989
| 08/08/2013 | [CUB v1.0.1 Primary Release](https://github.com/NVlabs/cub/archive/1.0.1.zip) |
90-
| 05/07/2013 | [CUB v0.9.4 Update Release](https://github.com/NVlabs/cub/archive/0.9.4.zip) |
91-
| 04/04/2013 | [CUB v0.9.2 Update Release](https://github.com/NVlabs/cub/archive/0.9.2.zip) |
92-
| 03/09/2013 | [CUB v0.9.1 Update Release](https://github.com/NVlabs/cub/archive/0.9.1.zip) |
9390
| 03/07/2013 | [CUB v0.9.0 Preview Release](https://github.com/NVlabs/cub/archive/0.9.zip) |
9491
9592

docs/download_cub.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@
3737
</head>
3838

3939
<body
40-
onload="downloadURL('https://github.com/NVlabs/cub/archive/1.2.2.zip');"
40+
onload="downloadURL('https://github.com/NVlabs/cub/archive/1.2.3.zip');"
4141
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;">
4242

4343
<center>
4444
If your download doesn't start in 3s:
4545
<br><br>
46-
<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>
47-
<a href="https://github.com/NVlabs/cub/archive/1.2.2.zip"><em>Download CUB!</em></a>
46+
<a href="https://github.com/NVlabs/cub/archive/1.2.3.zip"><img src="download-icon.png" style="position:relative; bottom:-10px; border:0px;"/></a>
47+
<a href="https://github.com/NVlabs/cub/archive/1.2.3.zip"><em>Download CUB!</em></a>
4848
</center>
4949

5050
</body>

docs/html/CHANGE_LOG.TXT

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
//-----------------------------------------------------------------------------
22

3+
1.2.3 03/03/2014
4+
- Bug fixes:
5+
- Fixed access violation bug in DeviceReduce::ReduceByKey for non-primitive value types
6+
- Fixed code-snippet bug in ArgIndexInputIterator documentation
7+
8+
//-----------------------------------------------------------------------------
9+
310
1.2.2 03/03/2014
411
- New features:
512
- Added device-wide reduce-by-key (DeviceReduce::ReduceByKey, DeviceReduce::RunLengthEncode)

docs/html/annotated.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
<!-- HTML footer for doxygen 1.8.3.1-->
229229
<!-- start footer part -->
230230
<hr class="footer"/><address class="footer"><small>
231-
Generated on Mon Mar 3 2014 09:51:33 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
231+
Generated on Tue Apr 1 2014 16:19:44 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
232232
<img class="footer" src="doxygen.png" alt="doxygen"/>
233233
</a> 1.8.4
234234
<br>

docs/html/arg__index__input__iterator_8cuh.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
<!-- HTML footer for doxygen 1.8.3.1-->
135135
<!-- start footer part -->
136136
<hr class="footer"/><address class="footer"><small>
137-
Generated on Mon Mar 3 2014 09:51:30 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
137+
Generated on Tue Apr 1 2014 16:19:39 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
138138
<img class="footer" src="doxygen.png" alt="doxygen"/>
139139
</a> 1.8.4
140140
<br>

docs/html/arg__index__input__iterator_8cuh_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@
288288
<!-- HTML footer for doxygen 1.8.3.1-->
289289
<!-- start footer part -->
290290
<hr class="footer"/><address class="footer"><small>
291-
Generated on Mon Mar 3 2014 09:51:29 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
291+
Generated on Tue Apr 1 2014 16:19:38 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
292292
<img class="footer" src="doxygen.png" alt="doxygen"/>
293293
</a> 1.8.4
294294
<br>

docs/html/block__discontinuity_8cuh.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
<!-- HTML footer for doxygen 1.8.3.1-->
138138
<!-- start footer part -->
139139
<hr class="footer"/><address class="footer"><small>
140-
Generated on Mon Mar 3 2014 09:51:30 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
140+
Generated on Tue Apr 1 2014 16:19:39 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
141141
<img class="footer" src="doxygen.png" alt="doxygen"/>
142142
</a> 1.8.4
143143
<br>

docs/html/block__discontinuity_8cuh_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@
404404
<!-- HTML footer for doxygen 1.8.3.1-->
405405
<!-- start footer part -->
406406
<hr class="footer"/><address class="footer"><small>
407-
Generated on Mon Mar 3 2014 09:51:29 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
407+
Generated on Tue Apr 1 2014 16:19:38 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
408408
<img class="footer" src="doxygen.png" alt="doxygen"/>
409409
</a> 1.8.4
410410
<br>

docs/html/block__exchange_8cuh.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
<!-- HTML footer for doxygen 1.8.3.1-->
140140
<!-- start footer part -->
141141
<hr class="footer"/><address class="footer"><small>
142-
Generated on Mon Mar 3 2014 09:51:30 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
142+
Generated on Tue Apr 1 2014 16:19:39 for CUB by &#160;<a href="http://www.doxygen.org/index.html">
143143
<img class="footer" src="doxygen.png" alt="doxygen"/>
144144
</a> 1.8.4
145145
<br>

0 commit comments

Comments
 (0)