-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop deprecated aliases in Thrust functional (#3272)
Fixes: #3271
- Loading branch information
1 parent
3421002
commit 18b8e43
Showing
33 changed files
with
293 additions
and
1,137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,12 @@ | ||
.. _thrust-module-api-function-objects-predefined: | ||
|
||
Predefined Function Objects | ||
---------------------------- | ||
Function Objects | ||
---------------- | ||
|
||
.. toctree:: | ||
:glob: | ||
:maxdepth: 1 | ||
Users are encouraged to use the standard C++ function objects available from `<cuda/std/functional>`. | ||
Thrust provides the following additional function objects: | ||
|
||
predefined/arithmetic | ||
predefined/bitwise | ||
predefined/comparison | ||
predefined/identity | ||
predefined/logical | ||
- :cpp:struct:`thrust::square <thrust::square>` | ||
- :cpp:struct:`thrust::identity <thrust::identity>` | ||
- :cpp:struct:`thrust::project1st <thrust::project1st>` | ||
- :cpp:struct:`thrust::project2nd <thrust::project2nd>` |
12 changes: 0 additions & 12 deletions
12
docs/thrust/api_docs/function_objects/predefined/arithmetic.rst
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
docs/thrust/api_docs/function_objects/predefined/bitwise.rst
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
docs/thrust/api_docs/function_objects/predefined/comparison.rst
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
docs/thrust/api_docs/function_objects/predefined/identity.rst
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.