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

Expose functionality to only build a binary .gp codelet, without adding it to a graph #23

Open
giordano opened this issue Jul 22, 2023 · 1 comment
Labels
code generation Related to GPUCompiler code generation infrastructure enhancement New feature or request

Comments

@giordano
Copy link
Collaborator

Currently we only provide the macro @codelet to build the .gp codelet and add it to a graph, but it was suggested that it can be useful to just compile the .gp file, outside of a specific program. We should then expose this functionality: we already do that under the hood, we only need to reorganise the code and the API to allow users to only get the .gp file.

@giordano giordano added enhancement New feature or request code generation Related to GPUCompiler code generation infrastructure labels Jul 22, 2023
@devin12422
Copy link

Hey, do you have any leads on this? I'm looking to make my own interface/library for the IPUs. I bought some second hand but I haven't set them up yet. Personally, I'm planning on rewriting the device drivers to log all calls and parameters once I've got them set up, and then I'll see where I can go from there. Maybe we can help each other out.

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 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants