GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
Loading...
Searching...
No Matches
cl_fft_plan Struct Reference

Public Attributes

cl_context context
clFFT_Dim3 n
clFFT_Dimension dim
clFFT_DataFormat format
string * kernel_string
cl_program program
cl_fft_kernel_info * kernel_info
int num_kernels
cl_kernel twist_kernel
cl_int temp_buffer_needed
unsigned last_batch_size
cl_mem tempmemobj
cl_mem tempmemobj_real
cl_mem tempmemobj_imag
unsigned max_localmem_fft_size
unsigned max_work_item_per_workgroup
unsigned max_radix
unsigned min_mem_coalesce_width
unsigned num_local_mem_banks

Detailed Description

Definition at line 45 of file fft_internal.h.

Member Data Documentation

◆ context

cl_context cl_fft_plan::context

Definition at line 48 of file fft_internal.h.

◆ dim

clFFT_Dimension cl_fft_plan::dim

Definition at line 54 of file fft_internal.h.

◆ format

clFFT_DataFormat cl_fft_plan::format

Definition at line 57 of file fft_internal.h.

◆ kernel_info

cl_fft_kernel_info* cl_fft_plan::kernel_info

Definition at line 68 of file fft_internal.h.

◆ kernel_string

string* cl_fft_plan::kernel_string

Definition at line 61 of file fft_internal.h.

◆ last_batch_size

unsigned cl_fft_plan::last_batch_size

Definition at line 93 of file fft_internal.h.

◆ max_localmem_fft_size

unsigned cl_fft_plan::max_localmem_fft_size

Definition at line 106 of file fft_internal.h.

◆ max_radix

unsigned cl_fft_plan::max_radix

Definition at line 114 of file fft_internal.h.

◆ max_work_item_per_workgroup

unsigned cl_fft_plan::max_work_item_per_workgroup

Definition at line 110 of file fft_internal.h.

◆ min_mem_coalesce_width

unsigned cl_fft_plan::min_mem_coalesce_width

Definition at line 119 of file fft_internal.h.

◆ n

clFFT_Dim3 cl_fft_plan::n

Definition at line 51 of file fft_internal.h.

◆ num_kernels

int cl_fft_plan::num_kernels

Definition at line 71 of file fft_internal.h.

◆ num_local_mem_banks

unsigned cl_fft_plan::num_local_mem_banks

Definition at line 124 of file fft_internal.h.

◆ program

cl_program cl_fft_plan::program

Definition at line 65 of file fft_internal.h.

◆ temp_buffer_needed

cl_int cl_fft_plan::temp_buffer_needed

Definition at line 84 of file fft_internal.h.

◆ tempmemobj

cl_mem cl_fft_plan::tempmemobj

Definition at line 96 of file fft_internal.h.

◆ tempmemobj_imag

cl_mem cl_fft_plan::tempmemobj_imag

Definition at line 101 of file fft_internal.h.

◆ tempmemobj_real

cl_mem cl_fft_plan::tempmemobj_real

Definition at line 101 of file fft_internal.h.

◆ twist_kernel

cl_kernel cl_fft_plan::twist_kernel

Definition at line 75 of file fft_internal.h.


The documentation for this struct was generated from the following file: