QUDA  v1.1.0
A library for QCD on GPUs
Classes | Static Public Attributes | List of all members
trove::detail::composite_c2r_permute_fn< m > Struct Template Reference

#include <transpose.h>

Classes

struct  eval
 

Static Public Attributes

static const int o = WARP_SIZE % m
 
static const int c = static_gcd<m, WARP_SIZE>::value
 
static const int p = m / c
 

Detailed Description

template<int m>
struct trove::detail::composite_c2r_permute_fn< m >

Definition at line 133 of file transpose.h.

Member Data Documentation

◆ c

template<int m>
const int trove::detail::composite_c2r_permute_fn< m >::c = static_gcd<m, WARP_SIZE>::value
static

Definition at line 135 of file transpose.h.

◆ o

template<int m>
const int trove::detail::composite_c2r_permute_fn< m >::o = WARP_SIZE % m
static

Definition at line 134 of file transpose.h.

◆ p

template<int m>
const int trove::detail::composite_c2r_permute_fn< m >::p = m / c
static

Definition at line 136 of file transpose.h.


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