You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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.
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.
The text was updated successfully, but these errors were encountered: