| commit | 26e5beb8cb6c7b697a6d60a142d5c864948450ae | [log] [tgz] |
|---|---|---|
| author | Antonio Sanchez <cantonios@google.com> | Thu Aug 26 13:05:23 2021 -0700 |
| committer | Antonio Sanchez <cantonios@google.com> | Wed Sep 08 13:34:19 2021 -0700 |
| tree | e4c0b11730135e7d2fce5a1005df8a7e23ec697a | |
| parent | fcd73b4884e4401df847219363bacee76e42347f [diff] |
Device-compatible Tuple implementation. An analogue of `std::tuple` that works on device. Context: I've tried `std::tuple` in various versions of NVCC and clang, and although code seems to compile, it often fails to run - generating "illegal memory access" errors, or "illegal instruction" errors. This replacement does work on device.
Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.
For more information go to http://eigen.tuxfamily.org/.
For pull request, bug reports, and feature requests, go to https://gitlab.com/libeigen/eigen.