https://github.com/alchemz/cuda-expand-prefix-sum-calculation
In GPU Gems3, chapter 39 section 39.2.4. There is a discussion about expanding the prefix sum calculation to “Arrays of an arbitrary size”.
https://github.com/alchemz/cuda-expand-prefix-sum-calculation
Last synced: 3 months ago
JSON representation
In GPU Gems3, chapter 39 section 39.2.4. There is a discussion about expanding the prefix sum calculation to “Arrays of an arbitrary size”.
- Host: GitHub
- URL: https://github.com/alchemz/cuda-expand-prefix-sum-calculation
- Owner: alchemz
- Created: 2017-12-05T00:45:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-11T07:55:17.000Z (over 7 years ago)
- Last Synced: 2025-01-07T07:16:34.679Z (5 months ago)
- Language: Cuda
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cuda-expand-prefix-sum-calculation
In GPU Gems3, chapter 39 section 39.2.4. There is a discussion about expanding the prefix sum calculation to “Arrays of an arbitrary size”.