API: Common¶
Common¶
The common API provides low-level utilities that are reused across multiple Kokkos Kernels components. The current public interfaces in this section expose portable ordered-search operations on rank-1 view-like inputs.
Lower Bound Search¶
Lower-bound search returns the first index whose entry is not ordered before a target value.
Upper Bound Search¶
Upper-bound search returns the first index whose entry is ordered after a target value.