FK20 CUDA
fk20_msm.cu File Reference
#include "fr.cuh"
#include "g1.cuh"
#include "fk20.cuh"
Include dependency graph for fk20_msm.cu:

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...
 

Function Documentation

◆ fk20_msm()

__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

Grid must be 1-D, 256 threads per block. WARN: Calling this function with dynamic shared memory introduces unpredictable behavior.

Parameters
[out]he_fftarray with dimensions [gridDim.x * 512]
[in]tc_fftarray with dimensions [gridDim.x * 16][512]
[in]xe_fftarray with dimensions [16][512]
Returns
void

Definition at line 20 of file fk20_msm.cu.

Here is the call graph for this function: