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

Where is "include" folder in repo? #121

Open
dmmil opened this issue Dec 10, 2024 · 1 comment
Open

Where is "include" folder in repo? #121

dmmil opened this issue Dec 10, 2024 · 1 comment

Comments

@dmmil
Copy link

dmmil commented Dec 10, 2024

I can't run the example from "OpenCL-SDK/samples/core/binaries" because header files are missing. The project description says that "It brings together all the components needed to develop OpenCL applications:
OpenCL Headers (include/api)
OpenCL C++ bindings (include/cpp)
OpenCL Loader
OpenCL utility library (include/utils)",
however, there is no include folder in the repository at all. Please tell me where to get these files?

@bashbaug
Copy link
Contributor

Hi, this project uses sub-modules for the OpenCL external dependencies. Can you please follow the instructions here?

https://github.com/KhronosGroup/OpenCL-SDK?tab=readme-ov-file#dependencies

I see though that the README has the incorrect paths to these sub-modules. We should fix that. I believe the correct paths are:

  • OpenCL Headers (external/OpenCL-Headers/)
  • OpenCL C++ bindings (external/OpenCL-CLHPP/include)
  • OpenCL Loader (external/OpenCL-ICD-Loader)
  • OpenCL utility library (lib/include)

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

2 participants