![]() |
Shamrock 2025.10.0
Astrophysical Code
|
GPU compatible implementation of std::lower_bound. More...
Include dependency graph for lower_bound.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | shamalgs |
| namespace to contain everything implemented by shamalgs | |
| namespace | shamalgs::primitives |
| namespace for primitive algorithm (e.g. sort, scan, reductions, ...) | |
Functions | |
| template<class Tkey > | |
| constexpr u32 | shamalgs::primitives::binary_search_lower_bound (const Tkey *__restrict__ key, u32 first, u32 last, const Tkey &value) |
| GPU compatible implementation of std::lower_bound. | |
GPU compatible implementation of std::lower_bound.
Definition in file lower_bound.hpp.