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

Commit

Permalink
Merge pull request #1539 from untamedImpala/issue_#1529_patch
Browse files Browse the repository at this point in the history
changed "std::device_vector" to "thrust::device_vector"
  • Loading branch information
alliepiper authored Oct 18, 2021
2 parents 2fff110 + 008b7b9 commit 53b1ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thrust/for_each.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ THRUST_NAMESPACE_BEGIN
* and \p UnaryFunction does not apply any non-constant operation through its argument.
*
* The following code snippet demonstrates how to use \p for_each to print the elements
* of a \p std::device_vector using the \p thrust::device parallelization policy:
* of a \p thrust::device_vector using the \p thrust::device parallelization policy:
*
* \code
* #include <thrust/for_each.h>
Expand Down

0 comments on commit 53b1ce6

Please sign in to comment.