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

Commit ae485f6

Browse files
committed
doc fix
Former-commit-id: 9ea210a
1 parent 6f97368 commit ae485f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cub/iterator/arg_index_input_iterator.cuh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ namespace cub {
8888
* cub::ArgIndexInputIterator<double*> itr(d_in);
8989
*
9090
* // Within device code:
91-
* typedef typename cub::ArgIndexInputIterator<double>::value_type Tuple;
91+
* typedef typename cub::ArgIndexInputIterator<double*>::value_type Tuple;
9292
* Tuple item_offset_pair.offset = *itr;
9393
* printf("%f @ %d\n",
9494
* item_offset_pair.value,

0 commit comments

Comments
 (0)