You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -443,13 +461,13 @@ calculations. The arguments to the partial sum function are:
443
461
444
462
**`end`*, the index of the last term of the partial sum (inclusive), type `int`
445
463
446
-
**`x_subset`*, the subset of `x` a given partial sum is responsible for computing, type `T[]`, where `T` matches the type of `x` in `reduce_sum`
464
+
**`x_subset`*, the subset of `x` a given partial sum is responsible for computing, type `T[]`, where `T` matches the type of `x` in `reduce_sum` (`reduce_sum_static`)
447
465
448
-
**`s1`*, first shared argument, type `T1`, matching type of `s1` in `reduce_sum`
466
+
**`s1`*, first shared argument, type `T1`, matching type of `s1` in `reduce_sum` (`reduce_sum_static`)
449
467
450
-
**`s2`*, second shared argument, type `T2`, matching type of `s2` in `reduce_sum`
468
+
**`s2`*, second shared argument, type `T2`, matching type of `s2` in `reduce_sum` (`reduce_sum_static`)
451
469
452
-
**`...`*, remainder of shared arguments, with types matching those in `reduce_sum`
470
+
**`...`*, remainder of shared arguments, with types matching those in `reduce_sum` (`reduce_sum_static`)
0 commit comments