@@ -21,7 +21,7 @@ enum OPENCLAMDFFT_FN_ID {
2121// OPENCLAMDFFT_FN_clAmdFftGetPlanTransposeResult = 15,
2222// OPENCLAMDFFT_FN_clAmdFftGetResultLocation = 16,
2323 OPENCLAMDFFT_FN_clAmdFftGetTmpBufSize = 17 ,
24- // OPENCLAMDFFT_FN_clAmdFftGetVersion = 18,
24+ OPENCLAMDFFT_FN_clAmdFftGetVersion = 18 ,
2525 OPENCLAMDFFT_FN_clAmdFftSetLayout = 19 ,
2626 OPENCLAMDFFT_FN_clAmdFftSetPlanBatchSize = 20 ,
2727// OPENCLAMDFFT_FN_clAmdFftSetPlanDim = 21,
@@ -298,9 +298,9 @@ clAmdFftStatus (*clAmdFftGetTmpBufSize)(const clAmdFftPlanHandle, size_t*) =
298298 openclamdfft_fn2<OPENCLAMDFFT_FN_clAmdFftGetTmpBufSize, clAmdFftStatus, const clAmdFftPlanHandle, size_t*>::switch_fn;
299299static const struct DynamicFnEntry clAmdFftGetTmpBufSize_definition = { " clAmdFftGetTmpBufSize" , (void **)&clAmdFftGetTmpBufSize};
300300
301- // clAmdFftStatus (*clAmdFftGetVersion)(cl_uint*, cl_uint*, cl_uint*) =
302- // openclamdfft_fn3<OPENCLAMDFFT_FN_clAmdFftGetVersion, clAmdFftStatus, cl_uint*, cl_uint*, cl_uint*>::switch_fn;
303- // static const struct DynamicFnEntry clAmdFftGetVersion_definition = { "clAmdFftGetVersion", (void**)&clAmdFftGetVersion};
301+ clAmdFftStatus (*clAmdFftGetVersion)(cl_uint*, cl_uint*, cl_uint*) =
302+ openclamdfft_fn3<OPENCLAMDFFT_FN_clAmdFftGetVersion, clAmdFftStatus, cl_uint*, cl_uint*, cl_uint*>::switch_fn;
303+ static const struct DynamicFnEntry clAmdFftGetVersion_definition = { " clAmdFftGetVersion" , (void **)&clAmdFftGetVersion};
304304
305305clAmdFftStatus (*clAmdFftSetLayout)(clAmdFftPlanHandle, clAmdFftLayout, clAmdFftLayout) =
306306 openclamdfft_fn3<OPENCLAMDFFT_FN_clAmdFftSetLayout, clAmdFftStatus, clAmdFftPlanHandle, clAmdFftLayout, clAmdFftLayout>::switch_fn;
@@ -375,7 +375,7 @@ static const struct DynamicFnEntry* openclamdfft_fn[] = {
375375 NULL /* &clAmdFftGetPlanTransposeResult_definition*/ ,
376376 NULL /* &clAmdFftGetResultLocation_definition*/ ,
377377 &clAmdFftGetTmpBufSize_definition,
378- NULL /* &clAmdFftGetVersion_definition*/ ,
378+ &clAmdFftGetVersion_definition,
379379 &clAmdFftSetLayout_definition,
380380 &clAmdFftSetPlanBatchSize_definition,
381381 NULL /* &clAmdFftSetPlanDim_definition*/ ,
@@ -391,4 +391,4 @@ static const struct DynamicFnEntry* openclamdfft_fn[] = {
391391 &clAmdFftTeardown_definition,
392392};
393393
394- // number of enabled functions: 15
394+ // number of enabled functions: 16
0 commit comments