FK20 CUDA
|
Go to the source code of this file.
Functions | |
__global__ void | fk20_msm (g1p_t *he_fft, const fr_t *tc_fft, const g1p_t *xe_fft) |
toeplitz_coefficients_fft + xext_fft -> hext_fft More... | |
toeplitz_coefficients_fft + xext_fft -> hext_fft
Grid must be 1-D, 256 threads per block. WARN: Calling this function with dynamic shared memory introduces unpredictable behavior.
[out] | he_fft | array with dimensions [gridDim.x * 512] |
[in] | tc_fft | array with dimensions [gridDim.x * 16][512] |
[in] | xe_fft | array with dimensions [16][512] |
Definition at line 20 of file fk20_msm.cu.