Antonio Sanchez 26e5beb8cb 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.
2021-09-08 13:34:19 -07:00
..
2021-09-08 09:38:59 -07:00
2017-11-10 14:11:22 +01:00
2017-11-27 22:11:57 +01:00