An open API service indexing awesome lists of open source software.

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”.

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”.