eyalroz / cuda-kat

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

Add shuffle tests with non-power-of-2 sizes #28

Open eyalroz opened 5 years ago

eyalroz commented 5 years ago

At the moment, we only test the shuffle::xxx functions with types of sizes 1, 2, 4 and 8. We should test them with types of other sizes, in particular: 3, 5, 7, and sizes beyond 8.