Marco Barbone

Results 20 issues of Marco Barbone

Dear maintainers, I implemented a vector version of xoshiro[^1] in contrib. This is a draft as I would like to know if there is interest in merging this. If so...

ready to pull

Is it possible to install the OpenMP clang component using this action? I need it for one of my projects,

Optimized foldrescale using @mreineck suggestions. This removed the range limitation and made the code faster. Results in the comments. List of changes: - [x] Integrate @mreineck version - [x] Change...

Hi @lu1and10, I updated the python build system, changes: 1. using Cmake for python 2. using pyproject.toml Please, have a look! Marco

https://github.com/flatironinstitute/finufft/blob/b3c2be7d5ad3d1fb636307c02b02e814b60348a8/.readthedocs.yaml#L24 this might work: ```yml # Include all versions by default and manually exclude the unneeded ones versions: only: "master" regex: '^v*$' ```

We should update the documentation, there are deprecated minGW, make instructions: - [x] Add FetchContent instructions @DiamonDinoia - [x] add windows cmake instructions @DiamonDinoia & @janden - [x] Add matlab/python/octave/fortran...

we should add the following to cmake: ```cmake # Warn if the user invokes CMake directly if (NOT SKBUILD) message(WARNING "\ This CMake file is meant to be executed using...

Low priority task but is worth starting to consider these issues. Since we increased the number of tests, CI is taking quite a bit to complete. I am drafting some...

enhancement

We should add tests for DUCC in CI for: - [x] c/c++ - [ ] python - leave for Joakim

Processing multiple NU points at the same time allows for further optimization in Horner. The suggestions from @mreineck in https://github.com/flatironinstitute/finufft/discussions/461 can have a huge impact as they allow to exploit...

enhancement