• Pruthvi's avatar
    Cumulative Sum (#3873) · 77a99b30
    Pruthvi authored
    * - Op defination for cummalative sum
    
    * WIP reference kernel for cummulative sum
    
    * - unit test case for default cum_sum
    - addition ctor for cumsum to accept axis as a integer insted of Node
    type
    - style fix
    
    * - add serializer support
    - fix failing unit test case
    - update Op in the interpreter dispatcher
    
    * - CPU builder and DEX support for CumSum
    
    * - implemented mapping tensor elements to corrosponding axis
    
    * - unit test for multiple dims
    - fix axis in the op defination
    - support for reference kernel to compute across all axis
    
    * - added support for exclusive and reverse modes
    - more unit test case for all modes
    
    * - codegen support for CumSum
    - disable CumSum unit test for PlaidML
    
    * -Add missing header to  codegen stream writer
    
    * fixed codegen writer
    
    * change return type of exclusive and reverse to bool
    
    * - support for dynamic shape
    - support to handle all tensor types in CPU builder
    
    * - add support for interpreter to handle different axis types
    
    * Style fix
    77a99b30
Name
Last commit
Last update
.ci Loading commit data...
cmake Loading commit data...
contrib/docker Loading commit data...
doc Loading commit data...
licenses Loading commit data...
maint Loading commit data...
python Loading commit data...
src Loading commit data...
test Loading commit data...
.clang-format Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
ABOUT.md Loading commit data...
CMakeLists.txt Loading commit data...
CODEOWNERS Loading commit data...
CONTRIB.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
VERSION.in Loading commit data...
changes.md Loading commit data...
ecosystem-overview.md Loading commit data...