FK20 CUDA
|
Go to the source code of this file.
Functions | |
__global__ void | fk20_hext_fft2h_fft (g1p_t *h_fft, const g1p_t *hext_fft) |
hext_fft -> h_fft More... | |
hext_fft -> h_fft
Grid must be 1-D, 256 threads per block. Dynamic shared memory: g1p_sharedmem(73728 Bytes)
[out] | h_fft | array with dimensions [gridDim.x * 512] |
[in] | hext_fft | array with dimensions [gridDim.x * 512] |
Definition at line 21 of file fk20_hext_fft2h_fft.cu.