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

pyTensorArgs doesn't have to be owning #41

Closed
ezyang opened this issue May 21, 2021 · 1 comment
Closed

pyTensorArgs doesn't have to be owning #41

ezyang opened this issue May 21, 2021 · 1 comment

Comments

@ezyang
Copy link
Contributor

ezyang commented May 21, 2021

https://github.com/zou3519/functorch/blob/68df44f7cdb72864d5e43674357bca7a57b81220/functorch/csrc/PythonKey.cpp#L80

pyArgs is guaranteed to keep it live, so this can be a vector of handles rather than objects.

@Chillee
Copy link
Contributor

Chillee commented Sep 6, 2021

Fixed in core

@Chillee Chillee closed this as completed Sep 6, 2021
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

No branches or pull requests

2 participants