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

[IDEA] Tiling PyTorch tensors #14

Open
the-lay opened this issue Dec 15, 2021 · 1 comment
Open

[IDEA] Tiling PyTorch tensors #14

the-lay opened this issue Dec 15, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@the-lay
Copy link
Owner

the-lay commented Dec 15, 2021

Is your feature request related to a problem? Please describe.
Pytorch's API is very numpy-like, but has differences in underlying memory model. It might be interesting to take a look what's happening there and whether it is possible to tile pytorch tensors too.

@the-lay the-lay added the enhancement New feature or request label Dec 15, 2021
@alisterburt
Copy link
Contributor

I've run into issues with this myself and have needed to take things off the gpu just to tile which isn't ideal - I'll take a look and see what the sticking points are

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants