Some issue on Finufft installation for Windows #735
-
|
Dear friends, === System Information for FINUFFT MEX File === Thank you again for your attention and support. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
I happen to have a Matlab version 9.8.0.1873465 (R2020a) installed on my old windows machine In the meanwhile, we are about to merge the cmake PR #721, you may also want to give a try @DiamonDinoia fork branch https://github.com/DiamonDinoia/finufft/tree/attempt-to-clean-cmake to see if cmake build for matlab works for you or not, you will need cmake version 3.24/above, and make sure cmake can find your matlab install environment and matlab mex is setup with msvc compiler(we haven't test which cmake mex builder with mingw64, you could give a try). |
Beta Was this translation helpful? Give feedback.
Hi @hosein9112400382
It seems that you are on avx machines? I generated the mex with avx2.
Following is an avx instruction mex file, you may try and see if it works:
https://drive.google.com/file/d/1LMsmfvDRwJukkmD4XFXtYC0tWgLwRMmT/view?usp=drive_link
If you switch to newer cpus, building from scratch may improve your speed. I recommend try the new cmake system as in my previous message to build mex file on windows and let us know if the cmake build mex file works for you.