projectNe10/Ne10

RFC: Milestone 1.3.0

Opened this issue · 2 comments

We are going to release v1.3.0. It will contain at least following changes:
[ ] Enable math module on AArch64: #207 #199 #179
[ ] Fix Ne10_init on devices with many cores: #194
[ ] Refactor the test module to "fix" unit test failure due to difference in one or two bits: #193
[ ] Enable Ne10 for recent NDK: #209

If there are important issues that need to fix in this release, please contact us here. Please make sure there is at least one separate issue and refer to it in this thread.

@Phillip-Wang can you please get in touch regarding your current v8 NEON progress?
I have setup my build environment to write a v8 math module for NEON (.s),
but if this is in the work then I don't want to duplicate efforts.

Hi @ramin-zaghi , sorry for late reply. Please check https://github.com/Phillip-Wang/Ne10/tree/dev-math.
I have written neon intrinsic functions for the math module. For most cases, the C implementations are quite good. As a result, I have not manually optimized all functions yet.
This week, I have enabled building for NDK r19c. Please check #231 .

The only thing that is blocking me from merging the pull request is that I don't have enough resources to test on all supported platforms.