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] MatrixField refactor 7/n: Simplify codegen for TensorType allocation and access #6169

Merged
merged 3 commits into from
Sep 28, 2022

Conversation

strongoier
Copy link
Contributor

@strongoier strongoier commented Sep 27, 2022

Issue: #5959

Brief Summary

This PR enforces that the return value of AllocaStmt(TensorType)/GlobalTemporaryStmt(TensorType) is a pointer to a VectorType/ArrayType (we no longer use a primitive type ptr for TensorType) so that the codegen can be simplified a lot.

@netlify
Copy link

netlify bot commented Sep 27, 2022

Deploy Preview for docsite-preview ready!

Name Link
🔨 Latest commit 5816074
🔍 Latest deploy log https://app.netlify.com/sites/docsite-preview/deploys/633276ea4ada58000980eef2
😎 Deploy Preview https://deploy-preview-6169--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.

@strongoier strongoier added the full-ci Run complete set of CI tests label Sep 27, 2022
Copy link
Contributor

@jim19930609 jim19930609 left a comment

Choose a reason for hiding this comment

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

Super!

@strongoier strongoier merged commit 9aaff1e into taichi-dev:master Sep 28, 2022
@strongoier strongoier deleted the mat-7 branch September 28, 2022 02:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
full-ci Run complete set of CI tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants