eyalroz / cuda-kat

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

Block-level conjuction and disjunction #3

Open eyalroz opened 5 years ago

eyalroz commented 5 years ago

We should implement all_satisfy(), none_satisfy() and some_satisfy() at the block level (using the warp-level primitives and shared memory to exchange information).