Skip to content

Commit

Permalink
cuda: update CHANGELOG wrt new setpts API
Browse files Browse the repository at this point in the history
  • Loading branch information
janden committed May 31, 2024
1 parent dc74e9b commit 3d9f5a2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ If not stated, FINUFFT is assumed (cuFINUFFT <=1.3 is listed separately).
* MAX_NF increased from 1e11 to 1e12, since machines grow.
* improved GPU python docs: migration guide; usage from cupy, numba, torch,
pycuda. PyPI pkg still at 2.2.0beta.
* cuFINUFFT interface update: number of nonuniform points M is now a 64-bit integer
as opposed to 32-bit. While this does modify the ABI, most code will just need to
recompile against the new library as compilers will silently upcast any 32-bit
integers to 64-bit when calling cufinufft(f)_setpts. Note that internally, 32-bit
integers are still used, so calling cufinufft with more than 2e9 points will fail.
This restriction may be listed in the future.


V 2.2.0 (12/12/23)

Expand Down

0 comments on commit 3d9f5a2

Please sign in to comment.