Replies: 4 comments
-
You're the first I know of trying it on Android, but that's great! If you know a good way to test it in our CI, feel free to add a build to make sure we don't break. Regarding your change, I just merged something to replace |
Beta Was this translation helpful? Give feedback.
-
Yep the new preprocessor check works fine! I don't think it's worth the hassle to test mobile builds (pulling the whole NDK, etc). I don't know much about github CI though. |
Beta Was this translation helpful? Give feedback.
-
It seems that nix supports cross-compiling to Android platform, and if the binary cache works correctly it should not take forever on the CI to build things. |
Beta Was this translation helpful? Give feedback.
-
Beware that we have found OMP not to actually help with performance - there's even been talk of removing it since thrust doesn't seem to support it well. Let us know if you find otherwise. |
Beta Was this translation helpful? Give feedback.
-
Few minor issues that I encountered integrating manifold on Android
Beta Was this translation helpful? Give feedback.
All reactions