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

Add an internal function to compile a codelet from LLVM IR as string #52

Merged
merged 1 commit into from
Mar 16, 2024

Conversation

giordano
Copy link
Collaborator

This is marginally helping with #23 in the sense that the (internal) function ___build_codelet takes the path of the generated codelet as input argument, and there's a method to skip the addition to the graph. The next step for solving that issue would be to expose a function which does only the code generation + compilation, without adding anything to the graph.

@giordano giordano added the code generation Related to GPUCompiler code generation infrastructure label Mar 16, 2024
@giordano giordano merged commit 684b3e1 into main Mar 16, 2024
2 checks passed
@giordano giordano deleted the mg/build-codelet-from-ir branch March 16, 2024 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code generation Related to GPUCompiler code generation infrastructure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant