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

[llvm] Use LlvmProgramImpl::cache_data_ to store compiled kernel info #5290

Merged
merged 2 commits into from
Jun 30, 2022

Conversation

jim19930609
Copy link
Contributor

Related issue = #4800

LLVM AOT and Compute Graph captures compiled information for serialization and deserialization.

In a previous PR, we used LlvmProgramImpl::cache_data_ to save the compiled Fields (PR#5120). In this PR, we further made LlvmProgramImpl::cache_data_ to save compiled Kernel Info for later use in AOT and Compute Graph.

@netlify
Copy link

netlify bot commented Jun 29, 2022

Deploy Preview for docsite-preview ready!

Name Link
🔨 Latest commit a4bf6a8
🔍 Latest deploy log https://app.netlify.com/sites/docsite-preview/deploys/62bbf469546f620009bf83f8
😎 Deploy Preview https://deploy-preview-5290--docsite-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Copy link
Contributor

@ailzhang ailzhang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Copy link
Contributor

@lin-hitonami lin-hitonami left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@jim19930609 jim19930609 merged commit 831b5db into taichi-dev:master Jun 30, 2022
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.

None yet

3 participants