eyalroz / cuda-kat

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

Implement kat::apply and kat::invoke #86

Open eyalroz opened 3 years ago

eyalroz commented 3 years ago

We currently have a non-functioning kat::apply for tuples - since there's no kat::invoke. Let's implement the latter to allow for the former.

eyalroz commented 3 years ago

In the mean time, commenting-out kat::apply.