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

#include <transpose.h>

Static Public Attributes

static const int c = static_gcd<m, WARP_SIZE>::value
 
static const int k = static_mod_inverse<m/c, WARP_SIZE/c>::value
 

Detailed Description

template<int m>
struct trove::detail::c2r_offset_constants< m, composite >

Definition at line 77 of file transpose.h.

Member Data Documentation

◆ c

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

Definition at line 78 of file transpose.h.

◆ k

template<int m>
const int trove::detail::c2r_offset_constants< m, composite >::k = static_mod_inverse<m/c, WARP_SIZE/c>::value
static

Definition at line 79 of file transpose.h.


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