From 232ead2c8b20f290373762129fa5b275ba2cdba6 Mon Sep 17 00:00:00 2001 From: "awf-autoware-bot[bot]" <94889083+awf-autoware-bot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 13:49:25 +0900 Subject: [PATCH] feat(words): add cumsum (#16) * feat(words): add cumsum Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * ci(pre-commit): autofix --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: kosuke55 <39142679+kosuke55@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .cspell.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.cspell.json b/.cspell.json index 1948d0a..49294ab 100644 --- a/.cspell.json +++ b/.cspell.json @@ -545,6 +545,7 @@ "CUDA", "CUDART", "cudnn", + "cumsum", "cuRAND", "cutecom", "CVPR",