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

Working with xtensor #31

Open
jakirkham opened this issue Aug 1, 2018 · 2 comments
Open

Working with xtensor #31

jakirkham opened this issue Aug 1, 2018 · 2 comments

Comments

@jakirkham
Copy link

jakirkham commented Aug 1, 2018

From @jakirkham on August 1, 2018 17:23

The xtensor library and surrounding ecosystem provides a quite powerful way of working with N-D arrays in C++ and plays nicely with standard C++ containers. Of course C remains the lingua franca in the programming world both for library interfaces and for working on a wide range of systems. It would be interesting to explore in what ways xnd can interoperate with xtensor.

xref: xtensor-stack/xtensor#1030

Copied from original issue: xnd-project/libndtypes#48

@jakirkham
Copy link
Author

This appears to be better suited at xnd. Migrating the issue over there. Sorry for the noise.

@davidbrochart
Copy link
Contributor

Apart from integration with standard C++ containers, I think a lot of work has been put into making xtensor fast. Especially, gumath kernels could benefit from SIMD support and lazy evaluation.

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

No branches or pull requests

2 participants