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

clGetProgramBuildInfo() may return non-empty string with just whitespaces #21

Closed
s-u opened this issue Mar 15, 2024 · 1 comment
Closed

Comments

@s-u
Copy link
Owner

s-u commented Mar 15, 2024

Reportedly some drivers return clGetProgramBuildInfo() without any actual content, but just whitespaces. Currently we issue a compilation warning if the buffer has more than 0 bytes. We should probably also check whether at least one character is a non-whitespace, otherwise counter-intuitively there is a warning with no visible content.

@s-u
Copy link
Owner Author

s-u commented Mar 15, 2024

Closed by 84afa35

@s-u s-u closed this as completed Mar 15, 2024
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