You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using something like: https://godbolt.org/z/GM94xb1j4 it will be possible to dispatch the entire finufft execute based on the plan selected removing branches for transform, data type, spreading width and dimensions.
The text was updated successfully, but these errors were encountered:
Does removing such branches really slow things down that much? Before such
a large code change a test that, say, removes the branch on dimension
(hardwire whatever dim) and tests whether it makes a difference, is the
first step. Let's test before making the code too abstract.
--
*-------------------------------------------------------------------~^`^~._.~'
|\ Alex Barnett Center for Computational Mathematics, Flatiron Institute
| \ http://users.flatironinstitute.org/~ahb 646-876-5942
Using something like: https://godbolt.org/z/GM94xb1j4 it will be possible to dispatch the entire finufft execute based on the plan selected removing branches for transform, data type, spreading width and dimensions.
The text was updated successfully, but these errors were encountered: