pub fn sum_fallback<R: CubeRuntime>(
tensor: CubeTensor<R>,
strategy: SumStrategy,
) -> Result<CubeTensor<R>, ReduceError>Expand description
Sum with fallback when client doesn’t support atomic add for the type E.
pub fn sum_fallback<R: CubeRuntime>(
tensor: CubeTensor<R>,
strategy: SumStrategy,
) -> Result<CubeTensor<R>, ReduceError>Sum with fallback when client doesn’t support atomic add for the type E.