-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[Lang] Enable definition of local matrices/vectors #5782
Conversation
✅ Deploy Preview for docsite-preview ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Nice work! Just some comments wrt implementation details~ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BTW have you tried to run tests locally to see if things work well with dynamic_index=True
(the tests are not enabled in CI)?
Co-authored-by: Yi Xu <xy_xuyi@foxmail.com>
for more information, see https://pre-commit.ci
Will try. I don't think this would be an issue. |
This reverts commit b9fd3a9.
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
…ostpone var alloca to ast transformer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Related issue = #5478
A part of PR #5551