log in |
Message boards : Number crunching : Gene application for GNU/Linux on ARM devices
Previous · 1 · 2
Author | Message |
---|---|
I have just read that AARCH64 CPUs has new NEON SIMD instructions with double precision support, so it should be possible to get additional speed boost by using them. Probably it is time to get some Odroid C2 and play with it a bit :) Hardkernel site lists 3 distributors in Poland, so I can buy one quite easily. I think I will order one this month :) ____________ | |
ID: 730 · Reply Quote | |
mmm, I have very different results. It's an Hikey board (8xCortex-a53, 1.2 GHz, fp asimd evtstrm aes pmull sha1 sha2 crc32) running Debian
-> pc_armv7_vfpv3
real 5m50.693s
-> pc_armv7_vfpv4
real 5m57.138s
-> pc_armv8-a
real 5m31.885s
____________ | |
ID: 731 · Reply Quote | |
The C2 should have AES as per the S905 data sheet. root@odroidc2-8:~/rpi-boinc-ap/TN-Grid# ./test_run.sh
-> pc_armv6zk_vfp
real 4m28.778s
user 4m26.660s
sys 0m0.120s
-> pc_armv7_vfpv3
real 4m11.586s
user 4m9.490s
sys 0m0.120s
-> pc_armv7_vfpv4
real 4m16.049s
user 4m13.950s
sys 0m0.120s
-> pc_armv8-a
real 3m58.114s
user 3m56.070s
sys 0m0.080s
-> pc_armv8-a_current (copied the pc from the project directory, just to cross check)
real 3m57.975s
user 3m55.880s
sys 0m0.120s
Odroid C2 @ 1.68GHz & 1104MHz RAM If your C2 is not overclocked yet, have a look at http://forum.odroid.com/viewtopic.php?t=23044 5 of mine run at 1.75GHz, 3 at 1.68GHz, always worth a try ;-) edit: Odroid C2 @ 1.75GHz & 1104 RAM -> pc_armv6zk_vfp
real 4m17.625s
user 4m15.540s
sys 0m0.090s
-> pc_armv7_vfpv3
real 4m1.116s
user 3m59.060s
sys 0m0.060s
-> pc_armv7_vfpv4
real 4m5.364s
user 4m3.260s
sys 0m0.100s
-> pc_armv8-a
real 3m47.986s
user 3m45.940s
sys 0m0.050s
| |
ID: 732 · Reply Quote | |
I have deleted armv8 and armv7_vfpv4 applications because are now distributed by the project. You can delete your app_info.xml and restart boinc if you are using them. | |
ID: 776 · Reply Quote | |
I have deleted armv8 and armv7_vfpv4 applications because are now distributed by the project. In the cc_config.xml you have to set <alt_platform>arm-unknown-linux-gnueabihf</alt_platform> to get work (armv7). But which "alt_platform" is necessary to get armv8-work? What does the server expect? | |
ID: 777 · Reply Quote | |
aarch64-unknown-linux-gnu | |
ID: 778 · Reply Quote | |
Thank you, it works. | |
ID: 779 · Reply Quote | |
I have deleted armv8 and armv7_vfpv4 applications because are now distributed by the project. You can delete your app_info.xml and restart boinc if you are using them. Can you please rebuild the armv8 (x64) and armv6 versions based on the 1.1 Daniel code? (This way I can distribute them as official ones) | |
ID: 860 · Reply Quote | |
See here: | |
ID: 861 · Reply Quote | |
See here: Ok, Thank you. | |
ID: 863 · Reply Quote | |
Message boards :
Number crunching :
Gene application for GNU/Linux on ARM devices