eyalroz / cuda-kat

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

Add a tuple type #46

Closed eyalroz closed 4 years ago

eyalroz commented 4 years ago

Let's add a device-capable (and host-capable) tuple type.

eyalroz commented 4 years ago

Added - but still missing std::tuple compatibility code.