FK20 CUDA
fk20_hext_fft2h_fft.cu File Reference
#include <stdio.h>
#include "fr.cuh"
#include "g1.cuh"
#include "fk20.cuh"
Include dependency graph for fk20_hext_fft2h_fft.cu:

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

Function Documentation

◆ fk20_hext_fft2h_fft()

__global__ void fk20_hext_fft2h_fft ( g1p_t h_fft,
const g1p_t hext_fft 
)

hext_fft -> h_fft

Grid must be 1-D, 256 threads per block. Dynamic shared memory: g1p_sharedmem(73728 Bytes)

Parameters
[out]h_fftarray with dimensions [gridDim.x * 512]
[in]hext_fftarray with dimensions [gridDim.x * 512]
Returns
void

Definition at line 21 of file fk20_hext_fft2h_fft.cu.

Here is the call graph for this function:
Here is the caller graph for this function: