-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Intel mkl_fft
#484
base: dev
Are you sure you want to change the base?
Added Intel mkl_fft
#484
Conversation
Thank you for this PR. So far Mac tests are failing, do you understand why? |
Reason |
Alright can you try to investigate a bit deeper? Either it failed to install or maybe there is no bindings for mac (probably if this is the case, the mkl-fft library should say this)? Worst case scenario we can check whether it’s Mac or Linux and not run the test for Mac - we did this before, I can point you to the code if needed.. More importantly also readthedocs fails, this one we need to be able to fix before we proceed. I’ll get back with a more detailed review soon, and @cako will probably do the same as he created the issue :) |
Yeah I am trying it, will let you know |
Sounds good 👍 |
9c03a6b
to
8e6cb9a
Compare
d6efccd
to
5c05501
Compare
d883af8
to
3f221fc
Compare
9c806a8
to
6101ba4
Compare
3f4bd19
to
e473d84
Compare
c71723d
to
a2743d0
Compare
f81e4ae
to
ae9d48a
Compare
@rohanbabbar04 what is the status of this PR? I see that rtd still fails, did you find out why? |
I see also now an issue with Python 3.10 in our Github Action. Seems like mkl-fft is not shipped for python 3.10 yet, is that possible? |
I was able to work it out for Mac |
I'll make a new PR explaining my changes, still need to think of the docs |
Alright, as far as python 3.10 is concerned we could make two separate build processes with two separate For the doc, we definitely need to understand why before we can proceed. Sure go ahead and make a clean PR, we can continue there :) |
Currently Testing, will make a new PR soon... |
de96361
to
ae9d48a
Compare
I'm a bit out of the loop on this PR, what is the current status? Should I review it, or another one will be submitted? If this one is not done, I would suggest changing it to draft. Thanks! |
I'll be making a new PR soon.. |
@rohanbabbar04 what is the status of this PR. I plan to make a new release in one week or so, shall we aim to get this one in or not? |
Let's not include this one in the next release, currently working on my GSOC proposal |
Sounds good, thanks for letting me know :) |
For #386