We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The code generation routines can be simplified enormously by using a two-pass approach:
snprintf
NULL
The text was updated successfully, but these errors were encountered:
This was done for the set_params kernel generation in #199.
set_params
Sorry, something went wrong.
Places where this needs to be done:
compute_kernel
set_params_kernel
kernel_options
two pass compute kernel code generation, closes #89
compute
2b308e6
50cf38f
cedce5e
No branches or pull requests
The code generation routines can be simplified enormously by using a two-pass approach:
snprintf
everything toNULL
and sum the character countssnprintf
everything to bufferThe text was updated successfully, but these errors were encountered: