123456789101112131415161718192021222324252627282930 |
- #ifdef __cplusplus
- extern "C" {
- #endif
- //========================================================================================================================================================================================================200
- // KERNEL_GPU_CUDA_WRAPPER HEADER
- //========================================================================================================================================================================================================200
- void
- kernel_gpu_opencl_wrapper(params_common common,
- int* endoRow,
- int* endoCol,
- int* tEndoRowLoc,
- int* tEndoColLoc,
- int* epiRow,
- int* epiCol,
- int* tEpiRowLoc,
- int* tEpiColLoc,
- avi_t* frames,
- int platform_id,
- int device_id,
- int use_gpu);
- //========================================================================================================================================================================================================200
- // END
- //========================================================================================================================================================================================================200
- #ifdef __cplusplus
- }
- #endif
|