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

Commit df32883

Browse files
committed
fix stale reference to THRUST_DEFAULT_DEVICE_BACKEND in doc comment
1 parent 562ef69 commit df32883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

thrust/memory.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ THRUST_NAMESPACE_BEGIN
4848
* type ensures type safety when dispatching standard algorithms on ranges resident in memory.
4949
*
5050
* \p pointer generalizes \p device_ptr by relaxing the backend system associated with the \p pointer.
51-
* Instead of the backend system specified by \p THRUST_DEFAULT_DEVICE_BACKEND, \p pointer's
51+
* Instead of the backend system specified by \p THRUST_DEVICE_SYSTEM, \p pointer's
5252
* system is given by its second template parameter, \p Tag. For the purpose of Thrust dispatch,
5353
* <tt>device_ptr<Element></tt> and <tt>pointer<Element,device_system_tag></tt> are considered equivalent.
5454
*

0 commit comments

Comments
 (0)