Firstly, I read that there's a possibility of using renderscript for compute task on nexus 10 at http://android-developers.blogspot.sg/2013/01/evolution-of-renderscript-performance.html
I was wondering if anyone has tried it out, does it help in computationally intensive algorithm such as N-Queen? Or does it only work on algorithms that can be splited into many small tasks to make use of GPU cores.
Secondly for Renderscript allocation, are they usable for only mainly graphics? API at http://developer.android.com/reference/android/renderscript/Allocation.html
Is there any chance that I can pass an array of integer over to the script?