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

#include <transpose.h>

+ Inheritance diagram for trove::detail::c2r_offset_constants< m, power_of_two >:

Static Public Attributes

static const int offset = WARP_SIZE - WARP_SIZE/m
 
static const int permute = m - 1
 

Detailed Description

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

Definition at line 71 of file transpose.h.

Member Data Documentation

◆ offset

template<int m>
const int trove::detail::c2r_offset_constants< m, power_of_two >::offset = WARP_SIZE - WARP_SIZE/m
static

Definition at line 72 of file transpose.h.

◆ permute

template<int m>
const int trove::detail::c2r_offset_constants< m, power_of_two >::permute = m - 1
static

Definition at line 73 of file transpose.h.


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