compute icon indicating copy to clipboard operation
compute copied to clipboard

vectorized lower_bound

Open HelliceSaouli opened this issue 5 years ago • 2 comments

Hello I have 2 sorted vectors(a, b) and i would like to do some binary search for each element in b i would like to have a lower_bound from a. this is called vectorized binary search which is possible in thrust, but i can't find it in boost

HelliceSaouli avatar Feb 24 '21 18:02 HelliceSaouli

Are you talking about this binary search

chetanpandey1266 avatar Aug 30 '22 18:08 chetanpandey1266

yes, that one. I end up implementing my own brute force custom kernel for it. but it would be nice to have boost version

HelliceSaouli avatar Aug 30 '22 19:08 HelliceSaouli