tmp/tmpdh3_yhu5/{from.md → to.md}
RENAMED
|
@@ -51,8 +51,8 @@ GENERALIZED_NONCOMMUTATIVE_SUM(
|
|
| 51 |
|
| 52 |
[*Note 1*: The difference between `transform_exclusive_scan` and
|
| 53 |
`transform_inclusive_scan` is that `transform_exclusive_scan` excludes
|
| 54 |
the iᵗʰ input element from the iᵗʰ sum. If `binary_op` is not
|
| 55 |
mathematically associative, the behavior of `transform_exclusive_scan`
|
| 56 |
-
|
| 57 |
`unary_op` to `init`. — *end note*]
|
| 58 |
|
|
|
|
| 51 |
|
| 52 |
[*Note 1*: The difference between `transform_exclusive_scan` and
|
| 53 |
`transform_inclusive_scan` is that `transform_exclusive_scan` excludes
|
| 54 |
the iᵗʰ input element from the iᵗʰ sum. If `binary_op` is not
|
| 55 |
mathematically associative, the behavior of `transform_exclusive_scan`
|
| 56 |
+
can be nondeterministic. `transform_exclusive_scan` does not apply
|
| 57 |
`unary_op` to `init`. — *end note*]
|
| 58 |
|