Skip to content
Snippets Groups Projects
Commit 26e5beb8 authored by Antonio Sanchez's avatar Antonio Sanchez
Browse files

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.
parent fcd73b48
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment