MCPcopy Create free account
hub / github.com/cupy/cupy / cumsum

Method cumsum

cupyx/distributed/array/_array.py:505–508  ·  view source on GitHub ↗

Not supported.

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

503 'DistributedArray currently does not support cumprod.')
504
505 def cumsum(self, *args, **kwargs):
506 """Not supported."""
507 raise NotImplementedError(
508 'DistributedArray currently does not support cumsum.')
509
510 def diagonal(self, *args, **kwargs):
511 """Not supported."""

Callers 15

_get_indicesMethod · 0.80
choiceMethod · 0.80
uniqueFunction · 0.80
_unique_1dFunction · 0.80
unwrapFunction · 0.80
_build_indptrFunction · 0.80
_cupy_spgemm_int64Function · 0.80
ca_cfarFunction · 0.80
bmatFunction · 0.80
_minor_index_fancyMethod · 0.80
_perform_insertMethod · 0.80

Calls

no outgoing calls

Tested by 15

test_cub_cumsumMethod · 0.64
_cumsumMethod · 0.64
test_cumsum_arraylikeMethod · 0.64
test_3D_random_vs_RGIMethod · 0.64