QUDA  v1.1.0
A library for QCD on GPUs
Public Types | List of all members
quda::atomic_type< T > Struct Template Reference

The atomic word size we use for a given reduction type. This type should be lock-free to guarantee correct behaviour on platforms that are not coherent with respect to the host. More...

#include <reduce_helper.h>

Public Types

using type = device_reduce_t
 

Detailed Description

template<typename T>
struct quda::atomic_type< T >

The atomic word size we use for a given reduction type. This type should be lock-free to guarantee correct behaviour on platforms that are not coherent with respect to the host.

Definition at line 51 of file reduce_helper.h.

Member Typedef Documentation

◆ type

template<typename T >
using quda::atomic_type< T >::type = device_reduce_t

Definition at line 52 of file reduce_helper.h.


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