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

Try out integration with Tensor Computations #9

Open
saulshanabrook opened this issue Apr 4, 2018 · 1 comment
Open

Try out integration with Tensor Computations #9

saulshanabrook opened this issue Apr 4, 2018 · 1 comment

Comments

@saulshanabrook
Copy link
Member

saulshanabrook commented Apr 4, 2018

The Tensor Computations library provides a succinct and efficient way of writing computations on arrays. It also agnostic to the memory backend. I think we should be able to provide an xnd wrapper, so that memory is allocated in xnd, but can be computed with TC. See https://facebookresearch.github.io/TensorComprehensions/integrating_any_ml_framework.html

We have to be able to attach some metadata to xnd tensors to be able to wrap them in the dlpack format: https://github.com/dmlc/dlpack

@saulshanabrook
Copy link
Member Author

Possibly relevant issue around nesting function computation facebookresearch/TensorComprehensions#56

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
PyCon Sprints
Integrations
Development

No branches or pull requests

1 participant