Libin Lu

Results 42 comments of Libin Lu

> The Python interface fails to build with `make python`. This can be fixed by deleting the `pyproject.toml` file, or by adding `setuptools` to `pyproject.toml` and removing the `-e` flag...

Sounds good to implement a julia interface for cufinufft, it should be similar to regular julia call C library functions as long as the cufinufft library binary is compiled as...

Hi We just made a commit to update pyproject.toml and disable editable mode installation for now, let us know if it works now? Anyway, we are going to switch to...

Hi Alexis, We have not uploaded the python wheels for python 3.10 and 3.11 to pypi, we will soon upload it. On Tue, Dec 20, 2022 at 8:41 PM Alexis...

@AsIlll223 I guess you modified the `makefile.windows` for `powershell`? `makefile.windows` has not been updated for a while. And it seems that you also replaced [https://github.com/flatironinstitute/FMM3D/blob/31173b219a6f3a730f1454e7edfaeeb47f4d675c/makefile.windows#L75-L94](https://github.com/flatironinstitute/FMM3D/blob/31173b219a6f3a730f1454e7edfaeeb47f4d675c/makefile.windows#L75-L94) with [https://github.com/flatironinstitute/FMM3D/blob/31173b219a6f3a730f1454e7edfaeeb47f4d675c/makefile#L94-L122](https://github.com/flatironinstitute/FMM3D/blob/31173b219a6f3a730f1454e7edfaeeb47f4d675c/makefile#L94-L122) ? And `OBJS...

> > Dear Zengletian (sorry I don't know your first name), You will have to provide a MCE (minimally complete example code), eg, with simple random data, of the FINUFFT...

Never mind, I guess many vector interface does not work for you. your source nupts are different each transfer.

If you downloaded the release mex binary for windows, it may not be compiled with best cpu instruction set flag for your laptop. if you are aiming for performance, it...

Hi Letian, Current cmake for matlab mex is tested for macOS, never tested on windows with visual studio. We should improve cmake for matlab on windows. Currently I use mingw...

seems the Matlab mex is not in your environment PATH, you could find the Matlab install directory by typing `matlabroot` in Matlab, and the mex probably under `bin` directory of...