ginkgo-project / ginkgo

Numerical linear algebra software package
https://ginkgo-project.github.io/
BSD 3-Clause "New" or "Revised" License
384 stars 86 forks source link

Allow `zip_iterator` to be used on the device #1604

Open upsj opened 2 months ago

upsj commented 2 months ago

This replaces std::tuple by a custom device_tuple implementation to be used on the device.

TODO