nawara
nawara

Reputation: 1167

Opencl on android emulator

My android project is about visual feature extraction In order to reduce keypoint detection and feature extraction time ; I think that GPU computing is may be a solution. I want to test OpenCl or renderscript functions on Android emulator . Is that feasible?

Upvotes: 1

Views: 544

Answers (1)

Morrison Chang
Morrison Chang

Reputation: 12121

RenderScript should be available in the emulator since 4.0.4 version (Ice Cream Sandwich) with GPU setting enabled. Any support for OpenCL would be outside of any official Android/Google channels, see: Why did Google choose RenderScript instead of OpenCL

Upvotes: 4

Related Questions