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

math_brute_force: remove LogBuildError #2233

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

svenvh
Copy link
Member

@svenvh svenvh commented Jan 17, 2025

LogBuildError was only ever called after clSetKernelArg, but setting a kernel argument has no impact on the program build log. Printing of the actual build log in case of a build failure is already handled via create_single_kernel_helper.

`LogBuildError` was only ever called after `clSetKernelArg`, but
setting a kernel argument has no impact on the program build log.
Printing of the actual build log in case of a build failure is already
handled via `create_single_kernel_helper`.

Signed-off-by: Sven van Haastregt <[email protected]>
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

Successfully merging this pull request may close these issues.

3 participants