We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I wanna use OpenCL on android phone. I tried to build an excutable binary using include $(BUILD_EXECUTABLE) with NDK-build, But libOpenCL is needed. How can I get this ?
Hi leohunt,
If your target platform has OpenCL support then you should be able to pull libOpenCL.so from it, and use that.
Hope this helps,
Chris