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

[aot] Fix ndarray aot with information from type hints #7214

Merged
merged 3 commits into from
Jan 20, 2023

Conversation

ailzhang
Copy link
Contributor

@ailzhang ailzhang commented Jan 19, 2023

Issue: fixes #7172

Brief Summary

Ideally we should reconstruct the dtype to the Tensortype from taichi_core instead of python ones but that can be a separate PR.

@netlify
Copy link

netlify bot commented Jan 19, 2023

Deploy Preview for docsite-preview ready!

Name Link
🔨 Latest commit 4012189
🔍 Latest deploy log https://app.netlify.com/sites/docsite-preview/deploys/63c93cc60dc72a00089cde7a
😎 Deploy Preview https://deploy-preview-7214--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.

@ailzhang ailzhang force-pushed the fix_aot_without_template_arg branch 3 times, most recently from da3fd35 to 0713d97 Compare January 19, 2023 10:20
@ailzhang
Copy link
Contributor Author

/rebase

Ailing Zhang and others added 3 commits January 19, 2023 12:51
Ideally we should reconstruct the dtype to the Tensortype from
taichi_core instead of python ones but that can be a separate PR.
Copy link
Member

@PENGUINLIONG PENGUINLIONG left a comment

Choose a reason for hiding this comment

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

lgtm, should we update the docs too tho?

@ailzhang
Copy link
Contributor Author

@PENGUINLIONG sure thing, will send a followup PR for it!

@ailzhang ailzhang merged commit 800ff2b into taichi-dev:master Jan 20, 2023
quadpixels pushed a commit to quadpixels/taichi that referenced this pull request May 13, 2023
Issue: fixes taichi-dev#7172 

### Brief Summary
Ideally we should reconstruct the dtype to the Tensortype from
taichi_core instead of python ones but that can be a separate PR.

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
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.

[aot] [bug] aot add_kernel behavior when the kernel has ndarray args
2 participants