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

fix: generate OpenCL source at compile time #28

Merged
merged 1 commit into from
Jul 7, 2022
Merged

Conversation

vmx
Copy link
Contributor

@vmx vmx commented Jul 5, 2022

The OpenCL kernel source could be generated at run-time, but with this
change it makes it more similar to the CUDA version, where we need to
compile the kernel at compile-time. This is to improve the symmetry
between those features and should also simplify the code for future
changes.

The OpenCL kernel source could be generated at run-time, but with this
change it makes it more similar to the CUDA version, where we need to
compile the kernel at compile-time. This is to improve the symmetry
between those features and should also simplify the code for future
changes.
@vmx vmx requested a review from cryptonemo July 5, 2022 13:11
@vmx
Copy link
Contributor Author

vmx commented Jul 5, 2022

It's again one of those PRs which are easier to review with whitespace changes hidden.

@vmx vmx merged commit 1e24689 into master Jul 7, 2022
@vmx vmx deleted the opencl-compile-time branch July 7, 2022 11:57
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.

2 participants