Skip to content
Snippets Groups Projects

Add clFFT_GetSize() for getting the estimated size of a plan

Merged Maximillian Bensch requested to merge maxBensch/libclfft:add-clFFT_GetSize-MR into master
2 files
+ 24
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
0
@@ -194,6 +194,8 @@ cl_int clFFT_1DTwistPlannar(clFFT_Plan Plan, cl_command_queue queue, cl_mem arra
void clFFT_DumpPlan( clFFT_Plan plan, FILE *file);
cl_int clFFT_GetSize(clFFT_Plan Plan, size_t* workSize, cl_uint batchSize);
#ifdef __cplusplus
}
#endif
Loading