You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,I'm Chinese and my English is not very good, hope you can understand.Very happy to see the routines you do. However, according to the corresponding methods, my Xcode project appear Linker Error and at the beginning of the CL function(like clCreatCommandQueue() function) are not connected , if I have to add Opencl.framework? But didn't find the Opencl.framework in my Xcode. Could you help me?(Another I was not familiar with the MAC system, so did not use Terminal debugging.)thank you very mach!
The text was updated successfully, but these errors were encountered:
Hi, you're mistaken. I'm sure that you have got the OpenCL.framework, but it's private framework. You can find it here: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/PrivateFrameworks
Also, please, pay your attention to file makefile is in this repository, there are XCode setting which allows to add this framework via Settings.
Anyway I haven't managed to adapt the OpenCL for iOS platform. To my mind it's possible only for jailbreak devices.
Hi,I'm Chinese and my English is not very good, hope you can understand.Very happy to see the routines you do. However, according to the corresponding methods, my Xcode project appear Linker Error and at the beginning of the CL function(like clCreatCommandQueue() function) are not connected , if I have to add Opencl.framework? But didn't find the Opencl.framework in my Xcode. Could you help me?(Another I was not familiar with the MAC system, so did not use Terminal debugging.)thank you very mach!
The text was updated successfully, but these errors were encountered: