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

Commit

Permalink
Remove dead code from expand.cu
Browse files Browse the repository at this point in the history
  • Loading branch information
lilohuang authored and alliepiper committed Jul 8, 2021
1 parent 66f22c3 commit 1cc3881
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/expand.cu
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ OutputIterator expand(InputIterator1 first1,
thrust::maximum<difference_type>());

// gather input values according to index array (output = first2[output_indices])
OutputIterator output_end = output; thrust::advance(output_end, output_size);
thrust::gather(output_indices.begin(),
output_indices.end(),
first2,
Expand Down

0 comments on commit 1cc3881

Please sign in to comment.