eyalroz / cuda-kat

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

Add support for __syncwarp()` #70

Open eyalroz opened 4 years ago

eyalroz commented 4 years ago

At the moment, cuda-kat does not expose a __syncwarp() wrapper - nor does it use __syncwarp() where applicable (and it may be applicable in some block-level primitives, need to check).