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

Allocate intermediate tensors in the same device as the input tensor #679

Open
polvalente opened this issue Mar 21, 2022 · 1 comment
Open
Labels
area:torchx Applies to Torchx kind:bug Something isn't working

Comments

@polvalente
Copy link
Contributor

Some functions in Torchx.Backend create intermediate Iotas and similar tensors. These should be allocated in the same device as the function's input tensor.

@polvalente polvalente added kind:bug Something isn't working area:torchx Applies to Torchx labels Mar 21, 2022
@polvalente polvalente changed the title [Torchx] Allocate intermediate tensors in the same device as the input tensor Allocate intermediate tensors in the same device as the input tensor Mar 21, 2022
@josevalim
Copy link
Collaborator

We should probably create a helper like we did for vectorization, where do:

with_device([a, b, c], fn a, b, c ->

end)

So we can wrap our backend functions by such helper. Pinging @grzuy because he likely needs similar for candlex.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:torchx Applies to Torchx kind:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants