#include <stdio.h>
#include "fr.cuh"
#include "g1.cuh"
#include "fk20.cuh"
Go to the source code of this file.
◆ fk20_h2h_fft()
__global__ void fk20_h2h_fft |
( |
g1p_t * |
h_fft, |
|
|
const g1p_t * |
h |
|
) |
| |
h -> h_fft
- Parameters
-
[out] | h_fft | array with 512*gridDim.x elements |
[in] | h | array with 512*gridDim.x elements |
- Returns
- void
Definition at line 92 of file fk20.cu.
◆ fk20_hext_fft2hext()
__global__ void fk20_hext_fft2hext |
( |
g1p_t * |
hext, |
|
|
const g1p_t * |
hext_fft |
|
) |
| |
hext_fft -> hext
- Parameters
-
[in] | hext | array with 512*gridDim.x elements |
[out] | hext_fft | array with 512*gridDim.x elements |
- Returns
Definition at line 73 of file fk20.cu.
◆ fk20_setup2xext_fft()
__global__ void fk20_setup2xext_fft |
( |
g1p_t * |
xext_fft, |
|
|
const g1p_t * |
setup |
|
) |
| |
setup -> xext_fft
Grid must be 16, 256 threads per block.
- Parameters
-
[out] | xext_fft | array with dimension [16*512] |
| setup | array with dimension [16*512] |
- Returns
- void
Definition at line 27 of file fk20.cu.