OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
thread_search.cuh File Reference

Go to the source code of this file.

Namespaces

 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. More...
 
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. More...
 

Detailed Description

Thread utilities for sequential search

Definition in file thread_search.cuh.