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
The current implementation of cumsum uses the xla::ReduceWindowWithGeneralPadding function with the xla:Add computation.
However, if we were to get the indices of the min/max values, we can probably concatenate the original tensor with iota as indicies and use a computation that keeps both the values and indices. Need to investigate more to see if this is already supported somehow.
🚀 Feature
Lower cummax https://github.com/pytorch/pytorch/blob/main/aten/src/ATen/native/native_functions.yaml#L1918-L1922
The text was updated successfully, but these errors were encountered: