flatironinstitute / cufinufft

Nonuniform fast Fourier transforms of types 1 and 2, in 1D, 2D, and 3D, on the GPU
Other
83 stars 18 forks source link

Revisit shared memory limitations #157

Open blackwer opened 5 months ago

blackwer commented 5 months ago

We currently constrain ourselves to 49k of shmem -- AFAIK this is a constraint that is not really applicable anymore. We should experiment with changing this. Noted at #156