OpenCL-SDK icon indicating copy to clipboard operation
OpenCL-SDK copied to clipboard

Code sample to use OpenCL on Android

Open kpet opened this issue 4 years ago • 1 comments

The following cases would be interesting to cover:

  • In a native binary
  • As part of an APK

kpet avatar Jan 25 '21 17:01 kpet

I have many android devices and each one has opencl support. But only one supports the ICD extension. You can look at https://github.com/robertwgh/libOpenCL-loader - it's works!

jalomic avatar Apr 25 '22 08:04 jalomic