Are either the IPad or IPhone capable of OpenCL?

前端 未结 5 1139
-上瘾入骨i
-上瘾入骨i 2020-12-05 02:49

With the push towards multimedia enabled mobile devices this seems like a logical way to boost performance on these platforms, while keeping general purpose software power e

5条回答
  •  离开以前
    2020-12-05 03:15

    You can compile and run OpenCL code on iOS using the private OpenCL framework, but you probably don't get a project into the App Store (Apple doesn't want you to use private frameworks).

    Here is how to do it: https://github.com/linusyang/opencl-test-ios

提交回复
热议问题