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

Pass WriteToOutput to backends #1066

Merged
merged 2 commits into from
Aug 31, 2023
Merged

Pass WriteToOutput to backends #1066

merged 2 commits into from
Aug 31, 2023

Conversation

m4rs-mt
Copy link
Owner

@m4rs-mt m4rs-mt commented Aug 30, 2023

This PR changes the current behavior which blocks WriteToOutput nodes from being sent to the code generators of each backend directly. This was not required in the past. However, upcoming backends may need to generate custom code for these instructions within the code generators directly.

@m4rs-mt m4rs-mt merged commit 89929e8 into master Aug 31, 2023
43 checks passed
@m4rs-mt m4rs-mt deleted the write_to_output branch August 31, 2023 15:44
MoFtZ pushed a commit to MoFtZ/ILGPU that referenced this pull request Apr 24, 2024
* Added more code-generation functions to IBackendCodeGenerator.
* Adapted Backends to updated IBackendCodeGenerator.
MoFtZ pushed a commit to MoFtZ/ILGPU that referenced this pull request Apr 24, 2024
* Added more code-generation functions to IBackendCodeGenerator.
* Adapted Backends to updated IBackendCodeGenerator.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants