-
Notifications
You must be signed in to change notification settings - Fork 1
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
Mac M1/M2/M? support #13
Comments
Hey @yossibokorbleile, thanks for pointing that out; First (unrelated) thing, I'm not really maintaining the notebooks in the tutorial folder anymore, as IIRC, they are all in the documentation in the docs/notebooks folder. I'm planning to remove this folder after checking that everything is in the doc. For PyKeops on ARM + macOS, this is not linked with cuda and should work fine, but I opened an issue for a very similar problem (cf getkeops/keops#332) which was solved then, I hope what's in there helps you fix this. You can also try to launch this with the In the meantime, the from sklearn.neighbors import KernelDensity as KDE This will be slower and not pytorch-auto-differentiable, but should work fine otherwise. |
Thanks! Replacing KDE worked initially, until I tried
in I will just continue with testing functionality, and ignore anything |
Yes, this specific pipeline doesn't really have a non-keops alternative, but you can replace I also forgot to mention that the GitHub workflow tests this pipeline on a mac with an M1 chip, and works fine with pykeops, with the default apple clang compiler. Can you try using the default compiler instead of |
Hiya! Mac M1/M2/... are not compatible with CUDA, and so KeOps does not work. I keep getting
when I run
in the
function_delaunay_test.ipynb
notebook.The text was updated successfully, but these errors were encountered: