tmp/tmpdg5f052l/{from.md → to.md}
RENAMED
|
@@ -76,8 +76,8 @@ through `result + K` the value of
|
|
| 76 |
|
| 77 |
[*Note 1*: The difference between `transform_exclusive_scan` and
|
| 78 |
`transform_inclusive_scan` is that `transform_inclusive_scan` includes
|
| 79 |
the iᵗʰ input element in the iᵗʰ sum. If `binary_op` is not
|
| 80 |
mathematically associative, the behavior of `transform_inclusive_scan`
|
| 81 |
-
|
| 82 |
`unary_op` to `init`. — *end note*]
|
| 83 |
|
|
|
|
| 76 |
|
| 77 |
[*Note 1*: The difference between `transform_exclusive_scan` and
|
| 78 |
`transform_inclusive_scan` is that `transform_inclusive_scan` includes
|
| 79 |
the iᵗʰ input element in the iᵗʰ sum. If `binary_op` is not
|
| 80 |
mathematically associative, the behavior of `transform_inclusive_scan`
|
| 81 |
+
can be nondeterministic. `transform_inclusive_scan` does not apply
|
| 82 |
`unary_op` to `init`. — *end note*]
|
| 83 |
|