BlosSOM
Interactive dimensionality reduction on large datasets (EmbedSOM and FLOWER combined)
Static Public Member Functions | List of all members
OrderWithCmpSwap< T > Struct Template Reference

Wrapped compare and swap-to-correct-order function. More...

Inheritance diagram for OrderWithCmpSwap< T >:
Inheritance graph
[legend]

Static Public Member Functions

static __device__ void order (T &a, T &b)
 

Detailed Description

template<typename T>
struct OrderWithCmpSwap< T >

Wrapped compare and swap-to-correct-order function.

This is supposed to be used as a policy template parameter

Definition at line 39 of file bitonic.cuh.

Member Function Documentation

◆ order()

template<typename T >
static __device__ void OrderWithCmpSwap< T >::order ( T &  a,
T &  b 
)
inlinestatic

Definition at line 41 of file bitonic.cuh.


The documentation for this struct was generated from the following file: