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

aten.empty_strided #2758

Open
Tracked by #2407
chohk88 opened this issue Apr 17, 2024 · 1 comment
Open
Tracked by #2407

aten.empty_strided #2758

chohk88 opened this issue Apr 17, 2024 · 1 comment
Assignees
Labels
component: converters Issues re: Specific op converters

Comments

@chohk88
Copy link
Collaborator

chohk88 commented Apr 17, 2024

Implement aten.empty_strided converter

https://pytorch.org/docs/stable/generated/torch.empty_strided.html#torch-empty-strided

@chohk88
Copy link
Collaborator Author

chohk88 commented Apr 17, 2024

aten.empty_strided creates an uninitialized tensor, where memory space is allocated but the values in that space are not explicitly set. This means the tensor is filled with arbitrary values that already exist in memory. An example of its behavior is provided below:

image

Similarly to issue, operations seems to be unfeasible to implement.

How should we proceed with the development of a converter for this operation? @narendasan @gs-olive

@chohk88 chohk88 added the component: converters Issues re: Specific op converters label Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: converters Issues re: Specific op converters
Projects
None yet
Development

No branches or pull requests

1 participant