Congratulation! It’s time to publish the result of the gift plan.
After careful consideration, we have chosen the applicants
below to get a Firefly-RK3288 development board with
full accessories for free.
They are:
Anton Lokhmotov, FUKAUMI Naoki, Gaetano Liperoti,
Ganbold Tsaggankhuu, Heiko Stübner, Jasbir,
Jorge Manuel, Julien Chauveau, Kommunikation ROSK,
Kretinin Evgeny Vladimirovich, Leon Anavi,
Manuel Rüger, Matt Thomas, Noritsuna Imamura,
Paul Whalen, Phil Seaman, Romain Perier,
Ross Green, Ryan Colin and Ulrich Prinz.Please follow instructions in the mail to get the gift.
Thank you!
Thank you for your gift. I already getton FireFly-RK3288 and try to run my OpenCV with OpenCL for AndroidNDK on FireFly-RK3288 with Mali T760. It works very well!!!
1, I can get GPU information by using “clGetPlatformIDs()” function.
2, This program gets hardware error by Nexus7 2014(GPU:Qualcomm Adreno 320)
– I tried to run “same binary” on Nexus7 2014. It doesn’t work. -The error message is “working memory is not enough”-
(I think this behavior is almostlly correct, Adreno 320’s OpenCL core is no good. https://developer.qualcomm.com/forum/qdevnet-forums/mobile-gaming-graphics-optimization-adreno/15317)
I guess this program runs on OpenCL core.
How about it runs?
This program is one of shared library(so file). This is compiled by Android NDK.
So this is NOT “Java based” Android application. This is "NDK(C/C++) based Android application.
So if you use JNI in “Java based” Android application, you can call & use this program from “Java based” Android applications.