OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
thread_search.cuh File Reference

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.
 

Detailed Description

Thread utilities for sequential search

Definition in file thread_search.cuh.