-
Notifications
You must be signed in to change notification settings - Fork 105
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
windows11 error #23
Comments
I am not sure what should be done on Windows11, but ChatGPT provided some thoughts (chat.openai.com): The error you're experiencing is related to the OpenCL library, not CUDA. Even though both CUDA and OpenCL are computing interfaces that allow software to use GPU for general-purpose computing, they are different and one cannot substitute the other. CUDA is proprietary to NVIDIA while OpenCL is an open standard that can be used by any GPU, including NVIDIA, AMD, and others. The error you're seeing, "CL/cl.h: No such file or directory", is the compiler complaining that it cannot find the OpenCL header file. It seems like you don't have the OpenCL headers installed on your system. Here are some steps you can follow to resolve this issue:
Please note that these steps are general guidelines. The specific commands you need to use may vary depending on your exact operating system and setup. If you need further help, let me know the specific details of your system, and I will provide more precise instructions. |
Dispatcher.hpp:14:10: fatal error: CL/cl.h: No such file or directory
#include <CL/cl.h>
^~~~~~~~~
my gpu is 3080ti and i have installed cuda12.1.1,what shall i do?my cpu is ryzen 5600.
anyone can help me,thanks
The text was updated successfully, but these errors were encountered: