Search code examples
androidrenderscript

How to get ScriptIntrinsicBLAS KernelID


I want to create ScriptGroup with some BLAS kernels, provided by ScriptIntrinsicBLAS. But i can't find any ways to retrieve KernelIDs of these kernels. Any help?


Solution

  • Unfortunately, ScriptIntrisicBLAS does not support ScriptGroup. There is no way to retrieve the KernelID for it.