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

[compiler][runtime] Add DMA core pointer to executable format #51

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

zero9178
Copy link
Member

Once dma core code starts to be generated, we'll be required to find and call the code using the DMA core. While not implemented yet, we already use the field to distinguish between kernels generated by LLVM and xDSL to perform the different workgroup and subgroup distributions.

Once dma core code starts to be generated, we'll be required to find and call the code using the DMA core. While not implemented yet, we already use the field to distinguish between kernels generated by LLVM and xDSL to perform the different workgroup and subgroup distributions.
@zero9178 zero9178 merged commit 84948be into main Jun 27, 2024
1 check passed
@zero9178 zero9178 deleted the custom-executable-format branch June 27, 2024 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.

1 participant