Skip to content

[atenlib] aten.as_strided operator #447

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

Open
BowenBao opened this issue Feb 17, 2023 · 0 comments
Open

[atenlib] aten.as_strided operator #447

BowenBao opened this issue Feb 17, 2023 · 0 comments
Labels
module: torchlib Related to the torch/aten function lib in development

Comments

@BowenBao
Copy link
Contributor

aten.as_strided as_strided(Tensor(a) self, SymInt[] size, SymInt[] stride, SymInt? storage_offset=None) -> Tensor(a)

Briefly talked about this with @justinchuby. This is an interesting operator and it's not handled well by torchscript based exporter, since this function’s behavior depends on the implementation of a tensor’s storage. However, it is unclear if things have become simpler under the context of Core ATen IR (void of mutations).

@BowenBao BowenBao added the module: torchlib Related to the torch/aten function lib in development label Feb 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module: torchlib Related to the torch/aten function lib in development
Projects
None yet
Development

No branches or pull requests

1 participant