Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is anything went wrong with my configure #84

Open
mattam301 opened this issue Oct 18, 2023 · 0 comments
Open

Is anything went wrong with my configure #84

mattam301 opened this issue Oct 18, 2023 · 0 comments

Comments

@mattam301
Copy link

after run confugure, i tried: make/make install

But i got a lot of warning:
In file included from /usr/include/CL/cl.h:32,
from /usr/include/CL/opencl.h:38,
from ./../../common/support.h:13,
from ./../../common/OpenCLDeviceInfo.h:7,
from ./../../common/main.cpp:13:
/usr/include/CL/cl_version.h:34:104: note: #pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 220 (OpenCL 2.2)
34 | #pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 220 (OpenCL 2.2)")
| ^
./../../common/main.cpp: In function ‘int main(int, char**)’:
./../../common/main.cpp:208:64: warning: ‘_cl_command_queue* clCreateCommandQueue(cl_context, cl_device_id, cl_command_queue_properties, cl_int*)’ is deprecated [-Wdeprecated-declarations]
208 | &clErr );
| ^
In file included from /usr/include/CL/opencl.h:38,
from ./../../common/support.h:13,
from ./../../common/OpenCLDeviceInfo.h:7,
from ./../../common/main.cpp:13:
/usr/include/CL/cl.h:1781:1: note: declared here
1781 | clCreateCommandQueue(cl_context context,
| ^~~~~~~~~~~~~~~~~~~~
./../../common/main.cpp:208:64: warning: ‘_cl_command_queue* clCreateCommandQueue(cl_context, cl_device_id, cl_command_queue_properties, cl_int*)’ is deprecated [-Wdeprecated-declarations]
208 | &clErr );
| ^

then i changed dir to src/opencl and tried 'make', but totally nothing can be done

Can anyone tell me what to do?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant