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 guys, i got a problem. when I include opencl.hpp in my project. BUT, when i build executable for android 64 os using NDK. Here comes a compiling error, happened at this line:
my ndk version is : r22b /Users/admin/Desktop/Demo/third_party/CL/opencl.hpp:530:10: fatal error: 'CL/opencl.h' file not found #include <CL/opencl.h>
i wonder why it's wrong? is there no matched head in target platform? and how can i fix it?
Please help me and thanks a lot!
The text was updated successfully, but these errors were encountered:
Hi guys, i got a problem. when I include opencl.hpp in my project. BUT, when i build executable for android 64 os using NDK. Here comes a compiling error, happened at this line:
my ndk version is : r22b
/Users/admin/Desktop/Demo/third_party/CL/opencl.hpp:530:10: fatal error: 'CL/opencl.h' file not found #include <CL/opencl.h>
i wonder why it's wrong? is there no matched head in target platform? and how can i fix it?
Please help me and thanks a lot!
The text was updated successfully, but these errors were encountered: