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

Paths used for OpenCL compilation have to be properly escaped #126

Open
martinschwinzerl opened this issue Mar 19, 2020 · 0 comments
Open
Labels
bug cmake opencl OpenCL 1.x related issues
Milestone

Comments

@martinschwinzerl
Copy link
Contributor

Paths (include path, etc.) required during run-time compilation are currently not escaped by cmake before being stored in generated header files. Thus, paths containing illegal / problematic characters (" ", "", ",", etc.) will cause problems during run-time compilation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug cmake opencl OpenCL 1.x related issues
Projects
None yet
Development

No branches or pull requests

1 participant