Go to the source code of this file.
|
int | cuda_dd_fft_real_to_complex_nd (float *real_data, float *complex_data, int nx, int ny, int nz, int batch) |
|
int | cuda_dd_fft_complex_to_real_nd (float *complex_data, float *real_data, int nx, int ny, int nz, int batch) |
|
void | do_cuda_fft_cache_destroy () |
|
◆ cuda_dd_fft_complex_to_real_nd()
int cuda_dd_fft_complex_to_real_nd |
( |
float * |
complex_data, |
|
|
float * |
real_data, |
|
|
int |
nx, |
|
|
int |
ny, |
|
|
int |
nz, |
|
|
int |
batch |
|
) |
| |
◆ cuda_dd_fft_real_to_complex_nd()
int cuda_dd_fft_real_to_complex_nd |
( |
float * |
real_data, |
|
|
float * |
complex_data, |
|
|
int |
nx, |
|
|
int |
ny, |
|
|
int |
nz, |
|
|
int |
batch |
|
) |
| |
◆ do_cuda_fft_cache_destroy()
void do_cuda_fft_cache_destroy |
( |
| ) |
|