eyalroz / cuda-kat

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

Add support for lane masks in `collaboration::warp::` methods #36

Closed eyalroz closed 4 years ago

eyalroz commented 4 years ago

Our builtins involving warp voting, balloting etc. already support lane mask parameters for CUDA >= 9; but in kat::collaboration::warp::, the methods do not take such parameters. We should add them.