Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/evstigneevnm/cufft_tests

This is the side test project to verify why cufft fails for large arrays
https://github.com/evstigneevnm/cufft_tests

Last synced: 25 days ago
JSON representation

This is the side test project to verify why cufft fails for large arrays

Awesome Lists containing this project

README

        

# cufft_tests
This is the side test project to verify why cufft fails for large arrays.

Found the problem - one must allocate buffers for cufft manually not in GPU device memory (not enough for arrays of sizes 1000^3 and more), but e.g. in mannaged (unified) memory. For more information see the code inside.