-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding bitwise reproducibility documentation (#403)
* Adding bitwise reproducibility documentation * fix typo * Change wording * Grammar fix * Add notes to individual function documentation
- Loading branch information
1 parent
2813b11
commit f3a28e4
Showing
5 changed files
with
38 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
.. meta:: | ||
:description: rocThrust documentation and API reference | ||
:keywords: rocThrust, ROCm, API, reference, data type, support | ||
|
||
.. _bitwise-repro: | ||
|
||
****************************************** | ||
Bitwise reproducibility | ||
****************************************** | ||
|
||
With the exception of the following functions, all rocThrust API functions are bitwise reproducible. That is, given identical inputs, the function will return the exact same result in repeated invocations. | ||
|
||
* scan (inclusive & exclusive) | ||
* scan_by_key (inclusive & exclusive) | ||
* reduce_by_key | ||
* transform_scan |
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