|
template<typename Array > |
__host__ __device__ Array | trove::detail::c2r_tx_permute (const Array &t) |
|
template<typename Array > |
__host__ __device__ Array | trove::detail::composite_c2r_tx_permute (const Array &t) |
|
template<typename Array > |
__host__ __device__ Array | trove::detail::composite_r2c_tx_permute (const Array &t) |
|
template<typename Array > |
__host__ __device__ Array | trove::detail::r2c_tx_permute (const Array &t) |
|
template<int m, typename Schema > |
__device__ array< int, m > | trove::detail::c2r_compute_offsets () |
|
template<int m, typename Schema > |
__device__ array< int, m > | trove::detail::r2c_compute_offsets () |
|
template<int i> |
__device__ void | trove::c2r_compute_indices (array< int, i > &indices, int &rotation) |
|
template<typename T , int i> |
__device__ void | trove::c2r_warp_transpose (array< T, i > &src, const array< int, i > &indices, int rotation) |
|
template<typename T , int i> |
__device__ void | trove::c2r_warp_transpose (array< T, i > &src) |
|
template<int i> |
__device__ void | trove::r2c_compute_indices (array< int, i > &indices, int &rotation) |
|
template<typename T , int i> |
__device__ void | trove::r2c_warp_transpose (array< T, i > &src, const array< int, i > &indices, int rotation) |
|
template<typename T , int i> |
__device__ void | trove::r2c_warp_transpose (array< T, i > &src) |
|