# pscan **Repository Path**: hazdzz/pscan ## Basic Information - **Project Name**: pscan - **Description**: The PyTorch implementation of Blelloch Parallel Scan Algorithm. - **Primary Language**: Python - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-16 - **Last Updated**: 2025-03-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pscan ## About The PyTorch implementation of Blelloch Parallel Scan Algorithm. ## Paper https://www.cs.cmu.edu/~scandal/papers/CMU-CS-90-190.html ## Citation ``` @techreport{BlellochTR90, title = {Prefix Sums and Their Applications}, author = {Guy E. Blelloch}, institution = {School of Computer Science, Carnegie Mellon University}, number = {CMU-CS-90-190}, month = {11}, year = {1990} } ```