"docs/git@developer.sourcefind.cn:OpenDAS/mmcv.git" did not exist on "0a2f60ba0198f8d567b536313bfba329588f9c3f"
[Language] Support tile operator `T.cumsum` (#423)
* [Feature] Implement CumSum operation in TileLang * Added CumSumOp class for cumulative sum operations, including argument validation and lowering logic. * Introduced CumSum2D template for CUDA, supporting both forward and reverse cumulative sums. * Created tests for CumSum functionality in shared memory and fragment contexts. * Updated language interface to include cumsum operation, enhancing the reduction capabilities of TileLang. * Refactored reduce.py to support cumsum functionality with appropriate memory allocation and copying mechanisms. * lint fix
Showing
Please register or sign in to comment