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

Refined IL emitters #1067

Merged
merged 3 commits into from
Sep 7, 2023
Merged

Refined IL emitters #1067

merged 3 commits into from
Sep 7, 2023

Conversation

m4rs-mt
Copy link
Owner

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

This PR extents the currently available IL-specific code generation capabilities by adding new helper methods and utility code generation methods. Furthermore, it also changes the visibility and the inheritance structure of the ILAcceleratorSpecializer to make it reusable within ILGPU.

This PR depends on #1068.

@m4rs-mt m4rs-mt added enhancement feature A new feature (or feature request) labels Aug 30, 2023
@m4rs-mt m4rs-mt added this to the v2.0 milestone Aug 30, 2023
@m4rs-mt m4rs-mt force-pushed the il_extensions branch 2 times, most recently from 41f3f0f to 795ba0b Compare September 4, 2023 21:50
@m4rs-mt m4rs-mt requested a review from MoFtZ September 4, 2023 22:13
@m4rs-mt m4rs-mt merged commit 6c56c2e into master Sep 7, 2023
43 checks passed
@m4rs-mt m4rs-mt deleted the il_extensions branch September 7, 2023 11:06
MoFtZ pushed a commit to MoFtZ/ILGPU that referenced this pull request Apr 24, 2024
* Adapted ILAcceleratorSpecializer to make it reusable.
* Added ILEmitter extensions to simplify MSIL code generation.
* Extended ILEmitter by adding a new WriteLine instruction for debugging.
MoFtZ pushed a commit to MoFtZ/ILGPU that referenced this pull request Apr 24, 2024
* Adapted ILAcceleratorSpecializer to make it reusable.
* Added ILEmitter extensions to simplify MSIL code generation.
* Extended ILEmitter by adding a new WriteLine instruction for debugging.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement feature A new feature (or feature request)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants