We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c06f3c0 commit cbda179Copy full SHA for cbda179
CHANGELOG
@@ -30,6 +30,8 @@ V 2.4.0 (5/27/25)
30
* Tweaked choice of upsampfac to use a density based heuristic for type 1 and 2
31
in the CPU library. This gives a significant speedup for some cases.
32
For now we assume density=1.0 (to revisit). Barbone. PR #638 & 652.
33
+ Since 2.4.0-rc1 we changed the heuristic to avoid usf=1.25 when within 2
34
+ digits of machine prec, to prevent accuracy loss in single prec (#671).
35
* Removed FINUFFT_CUDA_ARCHITECTURES flag, as it was unnecessary duplication.
36
* Enabled LTO for finufft (nvcc support is flaky at the moment). Barbone.
37
* Added GPU spreadinterp-only test. Added CPU spreadinterp-only test to cmake
0 commit comments