eyalroz / cuda-kat

CUDA kernel author's tools
BSD 3-Clause "New" or "Revised" License
105 stars 8 forks source link

Make kat::tuple compatible with std::tuple #48

Open eyalroz opened 4 years ago

eyalroz commented 4 years ago

We've adapted a tuple implementation; however, that tuple doesn't know that there's "another tuple" it needs to be compatible with... we do know. So, let's try and make kat::tuple usable wherever on the host side we can use std::tuple; and vice-versa.