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

[torchlib] Reimplement as_strided #1753

Open
justinchuby opened this issue Jul 25, 2024 · 0 comments
Open

[torchlib] Reimplement as_strided #1753

justinchuby opened this issue Jul 25, 2024 · 0 comments
Labels
contribution welcome We welcome code contributions for this topic: torch_lib Related to the torch/aten function lib in development

Comments

@justinchuby
Copy link
Collaborator

as_strided is currently implemented as an ONNX function, but the loop is hard to fold (?). Should we reimplement it as a traced function?

@justinchuby justinchuby added the topic: torch_lib Related to the torch/aten function lib in development label Jul 25, 2024
@justinchuby justinchuby added the contribution welcome We welcome code contributions for this label Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution welcome We welcome code contributions for this topic: torch_lib Related to the torch/aten function lib in development
Projects
None yet
Development

No branches or pull requests

1 participant