#include "../util_namespace.cuh"
Go to the source code of this file.
Namespaces | |
namespace | cub |
Optional outer namespace(s) | |
Functions | |
template<typename AIteratorT , typename BIteratorT , typename OffsetT , typename CoordinateT > | |
__host__ __device__ __forceinline__ void | cub::MergePathSearch (OffsetT diagonal, AIteratorT a, BIteratorT b, OffsetT a_len, OffsetT b_len, CoordinateT &path_coordinate) |
template<typename InputIteratorT , typename OffsetT , typename T > | |
__device__ __forceinline__ OffsetT | cub::LowerBound (InputIteratorT input, OffsetT num_items, T val) |
Returns the offset of the first value within input which does not compare less than val . | |
template<typename InputIteratorT , typename OffsetT , typename T > | |
__device__ __forceinline__ OffsetT | cub::UpperBound (InputIteratorT input, OffsetT num_items, T val) |
Returns the offset of the first value within input which compares greater than val . | |
Thread utilities for sequential search
Definition in file thread_search.cuh.