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

[API] Add incremental compilation #457

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

Yass-g
Copy link

@Yass-g Yass-g commented Apr 25, 2022

Add feature: Incremental compilation
Save and load previously created schedule objects.

Detailed description: This PR attempts to add support for incremental compilation by saving and loading previously created schedule objects. The MLIR assembly is saved as readable text and the loading is done with the built-in parser.

The feature seems to be working for the LLVM backend but has issues with FPGA backend. I will add tests demonstrating these.

still has issues with fpga backend
still has issues with FPGA backend
@hecmay
Copy link
Collaborator

hecmay commented Apr 25, 2022

Please ignore the failure in CI/CD test.

the runner is basically complaining that you do not have the permission to clone a private repo, which is normal since the CI/CD triggered by a PR does not have that permission.

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.

2 participants